lakasmonk Posted December 25, 2011 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 231 Reputation: 24 Joined: 12/18/11 Last Seen: 19 hours ago 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 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM 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( !@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 Link to comment Share on other sites More sharing options...
manabeast Posted December 26, 2011 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 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 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM 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 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 231 Reputation: 24 Joined: 12/18/11 Last Seen: 19 hours ago 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 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 120 Reputation: 0 Joined: 01/03/12 Last Seen: August 26, 2017 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 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 436 Reputation: 32 Joined: 02/19/12 Last Seen: May 22, 2024 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 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 03/16/12 Last Seen: September 15, 2017 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 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 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...
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
Link to comment
Share on other sites
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.