Jump to content
  • 0

Cdrop Exchanger


HappyMan

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

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
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  03/15/16
  • Last Seen:  

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 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

@Emistry can you help me to make this npc? thanks

Link to comment
Share on other sites

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.

×
×
  • Create New...