Castle Drop Exchanger

Patskie

Community Contributors
Messages
366
Points
0
Age
32
Location
Philippines
Discord
superpatskie#0110
Github
Patskie
Emulator
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 : 

1.0 - Initial Release
 
cdexchanger.txt

 

Attachments

Last edited by a moderator:
hello sir Good Day!

im interested to that script can you make a random exchange prize?

example if i have any castle drops and i will go to that npc and i change it my mine but the npc give's a random castle drops instead of a choice!
default_biggrin.png


 
Back
Top