Jump to content

Utility: Single Action Coin Exchanger


Akinari

Recommended Posts


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  247
  • Reputation:   207
  • Joined:  10/23/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  222
  • Reputation:   35
  • Joined:  12/13/11
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

thx bro :)

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
Reply to this topic...

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