lakasmonk Posted December 25, 2011 Posted December 25, 2011 please can someone make me a poring coin to zeny and zeny to poring coin in one NPC exchanger it will be very much appreciated thank you Quote
1 Emistry Posted December 25, 2011 Posted December 25, 2011 (edited) try this prontera,155,181,5 script Sample 718,{ // 1 Poring Coin = How Many Zeny ? set .Rates,100000; while( 1 ){ switch( select("Poring Coin to Zeny:Zeny to Poring Coin") ){ Case 1: if( !countitem(7539) ){ mes "You didnt have enough Poring Coin."; }else{ mes "You have "+countitem(7539)+" Poring Coin."; mes "How many Poring Coin will be convert to zeny ?"; input @Amount,0,countitem(7539); if( !@Amount || (( .Rates * @Amount ) + Zeny ) > 1000000000 ){ mes "Deal Cancelled."; }else{ delitem 7539,@Amount; mes "Converted "+@Amount+" of Poring Coin into Zeny."; mes "Gained Total of "+( .Rates * @Amount )+" of Zeny."; set Zeny,Zeny + ( .Rates * @Amount ); } } next; break; Case 2: if( Zeny < .Rates ){ mes "You didnt have enough Zeny."; }else{ mes "You have "+Zeny+" Zeny."; mes "How many Poring Coin you want ?"; mes "You can get maximum of "+( Zeny / .Rates )+" Poring Coin."; input @Amount,0,( Zeny / .Rates ); if( !@Amount ){ mes "Deal Cancelled."; }else{ set Zeny,Zeny - ( @Amount * .Rates ); mes "Converted "+( @Amount * .Rates )+" Zeny into "+@Amount+" Poring Coin."; getitem 7539,@Amount; } } next; break; } } close; } Edited December 25, 2011 by Emistry 3 Quote
manabeast Posted December 26, 2011 Posted December 26, 2011 well. kinda usefull i also need. but for the poring coin exchange zeny not working =) Quote
Emistry Posted December 26, 2011 Posted December 26, 2011 well. kinda usefull i also need. but for the poring coin exchange zeny not working =) Can you please spend just few minutes / even few seconds to write it abit more details ? Dang !! Explain !! Explain !! ~ . ~ 1 Quote
lakasmonk Posted December 27, 2011 Author Posted December 27, 2011 i use emistry script and it works perfect Quote
NeoGenesis Posted March 24, 2012 Posted March 24, 2012 erm .. poring coin to cash point .. n skull to tcg .. emistry can u gv me that script? sry bad english~~ Quote
Rebel Posted July 19, 2012 Posted July 19, 2012 how bout poring coin to poring coin box ? max of 300 pc in box? just tell me what line to add or change.. thanks Quote
Budots Posted November 28, 2013 Posted November 28, 2013 can i also have,1 proof of donation = 1,000 pcs 9524 (vice-versa) // 9524 is the item ID on my server only /mehThanks in advance Quote
Question
lakasmonk
please can someone make me a poring coin to zeny and zeny to poring coin in one NPC exchanger
it will be very much appreciated thank you
8 answers to this question
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.