HappyMan Posted February 1, 2017 Posted February 1, 2017 (edited) Anyone can make Cdrop Exchanger NPC (Castle Drop Exchanger NPC) Example: 1 billow can exchange to any cdrop in the list( all cdrop ) 1 = 1 thanks in advance. Edited February 5, 2017 by HappyMan Quote
0 MuffinEater Posted February 7, 2017 Posted February 7, 2017 you can use dynamic shop npc https://rathena.org/board/topic/75400-dynamic-quest-npc/ just edit setarray .Shops$[1],"Headgears"; <----- this // set .Shops$,"n/a"; // Add(<shop number>,<reward ID>,<reward amount>,<Zeny cost>,<point cost>, // <required item ID>,<required item amount>{,...}); // Shop number corresponds with order above (default is 1). // Note: Do NOT use a reward item more than once! Add(1,30001,1,0,0,948,300,950,250,931,250,998,250,607,50); <--- and this Quote
0 HappyMan Posted February 7, 2017 Author Posted February 7, 2017 6 hours ago, MuffinEater said: you can use dynamic shop npc https://rathena.org/board/topic/75400-dynamic-quest-npc/ just edit setarray .Shops$[1],"Headgears"; <----- this // set .Shops$,"n/a"; // Add(<shop number>,<reward ID>,<reward amount>,<Zeny cost>,<point cost>, // <required item ID>,<required item amount>{,...}); // Shop number corresponds with order above (default is 1). // Note: Do NOT use a reward item more than once! Add(1,30001,1,0,0,948,300,950,250,931,250,998,250,607,50); <--- and this i need is 1=1. 1 billow can equal or exchange in any cdrop. Quote
0 HappyMan Posted February 9, 2017 Author Posted February 9, 2017 @Emistry can you help me to make this npc? thanks Quote
0 HappyMan Posted April 23, 2017 Author Posted April 23, 2017 @Cyro, @Technoken anyone can help me? thanks Quote
Question
HappyMan
Anyone can make Cdrop Exchanger NPC (Castle Drop Exchanger NPC)
Example:
1 billow can exchange to any cdrop in the list( all cdrop )
1 = 1
thanks in advance.
Edited by HappyMan5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.