Hatake Kakashi Posted December 14, 2011 Share Posted December 14, 2011 coin exchanger, you can enter how many coin you will trade for zenny. thanks bcoz i use 1by1 only. Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 14, 2011 Share Posted December 14, 2011 try this prontera,155,181,5 script Sample 718,{ setarray .CoinID, 677, 671, 675, 674; setarray .Zeny, 500000000, 100000000, 50000000, 1000000; while( 1 ){ mes "What service you want ?"; next; switch( select("Zeny to Coin:Coin to Zeny") ){ Case 1: mes "What Coin you want ?"; set [email protected]$,""; for( set [email protected],0; [email protected] < getarraysize( .CoinID ); set [email protected],[email protected] + 1 ){ mes "^0000FF"+getitemname( .CoinID[[email protected]] )+" : ^FF0000"+.Zeny[[email protected]]+"^000000 Zeny"; set [email protected]$,[email protected]$ + getitemname( .CoinID[[email protected]] )+":"; } set [email protected],select( [email protected]$ ) - 1; next; mes "Selected : ^00FF00"+getitemname( .CoinID[[email protected]] )+"^000000"; if( Zeny < .Zeny[[email protected]] ){ mes "It seem like you didnt have Enough Zeny for this."; next; break; } mes "You can exchange to ^FF0000"+( Zeny / .Zeny[[email protected]] )+" ^0000FF"+getitemname( .CoinID[[email protected]] )+"^000000 ."; mes "How many ^0000FF"+getitemname( .CoinID[[email protected]] )+"^000000 do you want ?"; input @Amount,0,( Zeny / .Zeny[[email protected]] ); if( [email protected] ) close; mes "You gained "[email protected]+" ^0000FF"+getitemname( .CoinID[[email protected]] )+"^000000."; set Zeny,Zeny - ( @Amount * .Zeny[[email protected]] ); getitem .CoinID[[email protected]],@Amount; next; break; Case 2: mes "Which Coin ?"; set [email protected]$,""; for( set [email protected],0; [email protected] < getarraysize( .CoinID ); set [email protected],[email protected] + 1 ){ mes "^0000FF"+getitemname( .CoinID[[email protected]] )+" : ^FF0000"+countitem( .CoinID[[email protected]] )+"^000000 Available"; set [email protected]$,[email protected]$ + getitemname( .CoinID[[email protected]] )+":"; } do{ set [email protected],select( [email protected]$ ) - 1; }while( !countitem( .CoinID[[email protected]] ) ); next; mes "Selected : ^00FF00"+getitemname( .CoinID[[email protected]] )+"^000000"; mes "You can exchange ^0000FF"+countitem( .CoinID[[email protected]] )+" "+getitemname( .CoinID[[email protected]] )+"^000000 to ^FF0000"+( countitem( .CoinID[[email protected]] ) * .Zeny[[email protected]] )+"^000000 Zeny."; mes "How many ^0000FF"+getitemname( .CoinID[[email protected]] )+"^000000 do you want to change into Zeny ?"; input @Amount,0,( ( 1000000000 - Zeny ) / .Zeny[[email protected]] ); if( [email protected] ) close; mes "You gained "+( @Amount * .Zeny[[email protected]] )+" Zeny."; delitem .CoinID[[email protected]],@Amount; set Zeny,Zeny + ( @Amount * .Zeny[[email protected]] ); next; break; } } } Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 14, 2011 Share Posted December 14, 2011 (edited) try this.... prontera,155,181,5 script Sample 718,{ mes "Which you wanna exchange ?"; next; if( select("Silver Coin to Gold Coin:close") == 2 ) close; mes "Exchange Rate :"; mes "^FF00001 Silver Coin = 1,000,000 Zeny^000000"; if( !countitem(675) ) close; mes "You have ^0000FF"+countitem(675)+"^000000 Silver Coin, can exchange for ^0000FF"+( 1000000*countitem(675) )+"^000000 Zeny."; mes "How many ^0000FFSilver Coin^000000 you want to exchange to Zeny. ??"; input @Amount,0,countitem(675); next; mes "Thank you, you have exchanged ^0000FF"+( @Amount )+"^000000 Silver Coin into ^0000FF"+( @Amount * 1000000 )+"^000000 Zeny."; delitem 675,@Amount; set Zeny,Zeny + ( 1000000 * countitem(675) ); close; } next time, please provide more detail on this....nvr request a script by mention just few lines of words..... Edited December 14, 2011 by Emistry Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted December 14, 2011 Author Share Posted December 14, 2011 ok, sorry Coin to Zeny and zeny to coin same price. thanks Platinum Coin = 500m Gold Coin = 100m Silver Coin = 50 Mithril Coin = 1m Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted December 14, 2011 Author Share Posted December 14, 2011 thanks sir. Quote Link to comment Share on other sites More sharing options...
coin exchanger, you can enter how many coin you will trade for zenny. thanks bcoz i use 1by1 only.
Link to comment
Share on other sites