Jump to content
  • 0

Question

Posted (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. :D

Edited by HappyMan

5 answers to this question

Recommended Posts

  • 0
Posted

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 

 

  • 0
Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...