lakasmonk Posted December 25, 2011 Share 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 Link to comment Share on other sites More sharing options...
1 Emistry Posted December 25, 2011 Share 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( [email protected] || (( .Rates * @Amount ) + Zeny ) > 1000000000 ){ mes "Deal Cancelled."; }else{ delitem 7539,@Amount; mes "Converted "[email protected]+" 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( [email protected] ){ mes "Deal Cancelled."; }else{ set Zeny,Zeny - ( @Amount * .Rates ); mes "Converted "+( @Amount * .Rates )+" Zeny into "[email protected]+" Poring Coin."; getitem 7539,@Amount; } } next; break; } } close; } Edited December 25, 2011 by Emistry 3 Quote Link to comment Share on other sites More sharing options...
manabeast Posted December 26, 2011 Share Posted December 26, 2011 well. kinda usefull i also need. but for the poring coin exchange zeny not working =) Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 26, 2011 Share 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 Link to comment Share on other sites More sharing options...
lakasmonk Posted December 27, 2011 Author Share Posted December 27, 2011 i use emistry script and it works perfect Quote Link to comment Share on other sites More sharing options...
NeoGenesis Posted March 24, 2012 Share 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 Link to comment Share on other sites More sharing options...
Rebel Posted July 19, 2012 Share 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 Link to comment Share on other sites More sharing options...
King Leon Posted June 20, 2013 Share Posted June 20, 2013 work fine to me ~ Thanks emistry ! Quote Link to comment Share on other sites More sharing options...
Budots Posted November 28, 2013 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites