Jump to content
  • 0

Mithril coins making to usable items


Kirito

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   1
  • Joined:  03/19/12
  • Last Seen:  

Can anyone know how to make it some of coins like mithril coins will be usable and then if you "click it" you will get automatically 1,000,000 zeny? so you don't need to go in NPC Coin Exchanger to exchange your coins.

I am in the right section to post this request? :) Thanks! :)

Edited by Yen
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  530
  • Reputation:   33
  • Joined:  01/17/12
  • Last Seen:  

here just change 3 to 0 and add the script.

674,Mithril_Coin,Mithril Coin,0,5000,,40,,,,,0xFFFFFFFF,7,2,,,,,,{ set Zeny,Zeny+1000000; },{},{}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   1
  • Joined:  03/19/12
  • Last Seen:  

here just change 3 to 0 and add the script.

674,Mithril_Coin,Mithril Coin,0,5000,,40,,,,,0xFFFFFFFF,7,2,,,,,,{ set Zeny,Zeny+1000000; },{},{}

Thanks! I'll try it later!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   140
  • Joined:  01/04/12
  • Last Seen:  

I suggest you to use this instead so people won't lose the coins if they get too much zeny, this is set to 1billion, you can of course change it to 2billion if that's your settings, anyways, here's the script.: 674,Mithril_Coin,Mithril Coin,0,5000,,40,,,,,0xFFFFFFFF,7,2,,,,,,{ if((Zeny+(1000000))<(1000000001)){set Zeny,Zeny+(1000000);}else{dispbottom "Your zeny would go above 1,000,000,000 if you use this!"; getitem 674,1;} },{},{}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   1
  • Joined:  03/19/12
  • Last Seen:  

I suggest you to use this instead so people won't lose the coins if they get too much zeny, this is set to 1billion, you can of course change it to 2billion if that's your settings, anyways, here's the script.: 674,Mithril_Coin,Mithril Coin,0,5000,,40,,,,,0xFFFFFFFF,7,2,,,,,,{ if((Zeny+(1000000))<(1000000001)){set Zeny,Zeny+(1000000);}else{dispbottom "Your zeny would go above 1,000,000,000 if you use this!"; getitem 674,1;} },{},{}

What a good idea! Very nice. I'll try it later after my Final's Exam. Thanks! :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   1
  • Joined:  03/19/12
  • Last Seen:  

I suggest you to use this instead so people won't lose the coins if they get too much zeny, this is set to 1billion, you can of course change it to 2billion if that's your settings, anyways, here's the script.: 674,Mithril_Coin,Mithril Coin,0,5000,,40,,,,,0xFFFFFFFF,7,2,,,,,,{ if((Zeny+(1000000))<(1000000001)){set Zeny,Zeny+(1000000);}else{dispbottom "Your zeny would go above 1,000,000,000 if you use this!"; getitem 674,1;} },{},{}

Thanks! It's really work. :)/no1

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...