Patskie
Community Contributors
Description : A simple castle drop exchanger npc to provide trading system from one castle drop to another. This is useful esp. for those server wherein some castle drops are not that useful or are not used for some quest like break the seal and so on. Suggestions and bug reports are appreciated. Credits also to Annieruru.
How to use : Must have items specified on the script to exchange also on the items specified on the script.
setarray .itemid, 7074, 7075, 7076, 7077, 7088, 7089, 7090;
Configuration :
NPC Name (Default: NPC Name) :
set $npc$,"^FF0000" +strnpcinfo(1)+ "^000000";
Zeny to use the service :
.req_zeny = 10000;
Items needed to be traded and items to be traded :
setarray .itemid, 7074, 7075, 7076, 7077, 7088, 7089, 7090;
Changelog :
cdexchanger.txt
How to use : Must have items specified on the script to exchange also on the items specified on the script.
setarray .itemid, 7074, 7075, 7076, 7077, 7088, 7089, 7090;
Configuration :
NPC Name (Default: NPC Name) :
set $npc$,"^FF0000" +strnpcinfo(1)+ "^000000";
Zeny to use the service :
.req_zeny = 10000;
Items needed to be traded and items to be traded :
setarray .itemid, 7074, 7075, 7076, 7077, 7088, 7089, 7090;
Changelog :
1.0 - Initial Release
cdexchanger.txt
Attachments
Last edited by a moderator: