Akinari Posted April 13, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 247 Reputation: 207 Joined: 10/23/12 Last Seen: March 2, 2022 Share Posted April 13, 2013 File Name: Single Action Coin Exchanger File Submitter: Akinari File Submitted: 13 Apr 2013 File Category: Utilities Content Author: Akinari Features: Exchange all of a type (Zeny -> Coins) or (Coins -> Zeny) with one user action Provides fail-safe configuration Users see everything that has been exchanged and how much they've exchanged for without unnecessary click actions Requires no script modification if you choose to change the configs Configuration: OnInit: //bronze, silver, gold, mithril, platinum setarray .selections$[0],"Bronze","Silver","Gold","Mithril","Platinum"; setarray .prices[0],10000,100000,1000000,100000000,1000000000; setarray .items[0],673,675,671,674,677; .arraysize = getarraysize(.items); if(.arraysize != getarraysize(.prices)) { //These 2 arrays should be same size debugmes "Array size for coins: "+.arraysize+" does not match size of price: "+getarraysize(.prices); .arraysize = 0; } else if(.arraysize != getarraysize(.selections$)) { //These 2 arrays should be same size debugmes "Array size for coins: "+.arraysize+" does not match size of selections: "+getarraysize(.selections$); .arraysize = 0; } end; Click here to download this file Quote Link to comment Share on other sites More sharing options...
LCDTheOG Posted April 13, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 223 Reputation: 36 Joined: 12/13/11 Last Seen: February 1 Share Posted April 13, 2013 wahoo :3, dude i'm glad u came in and made this when you did, i spent all night working on this D:, ty for the help with it btw. Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted August 20, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted August 20, 2013 thx bro Quote Link to comment Share on other sites More sharing options...
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.