pr3p Posted January 18, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 197 Reputation: 13 Joined: 05/14/12 Last Seen: October 29, 2024 Share Posted January 18, 2013 Can anyone give me this Script please? Advance Thanks. Quote Link to comment Share on other sites More sharing options...
goddameit Posted January 18, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted January 18, 2013 if( countitem(x) ) { delitem x,1; set Zeny, Zeny+n; } if( Zeny > n ) { getitem x,1; set Zeny, Zeny-n; } Quote Link to comment Share on other sites More sharing options...
pr3p Posted January 18, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 197 Reputation: 13 Joined: 05/14/12 Last Seen: October 29, 2024 Author Share Posted January 18, 2013 if( countitem(x) ) { delitem x,1; set Zeny, Zeny+n; } if( Zeny > n ) { getitem x,1; set Zeny, Zeny-n; } sir full script please? Quote Link to comment Share on other sites More sharing options...
icabit Posted January 18, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 353 Reputation: 70 Joined: 07/14/12 Last Seen: February 12, 2023 Share Posted January 18, 2013 (edited) prontera,158,192,3 script Credits Exchanger 467,{ mes "What can i do for yout today?"; switch(select("Credits to Zeny:Zeny To Credits")){ case 1: if( countitem(.x) ) { if ((zeny+.n)>=.maxzeny) { delitem .x,1; set Zeny, Zeny+.n; } else{ mes "You cant Convert More Credits cause it might exceed the max zeny of the server"; } } close; break; case 2: if( Zeny > n ) { getitem .x,1; set Zeny, Zeny-.n; } close; break; } OnInit: set .x,7227;//change 7227 to your credits item number set .n,10000000;//set your zeny per credits 10m is default set .maxzeny,1000000000;//set the max zeny of your server 1b is default end; } its not that perfect though kindly try it ill get back to your later gotta go for now. im attending a birthday for tonight Edited January 18, 2013 by icabit Quote Link to comment Share on other sites More sharing options...
pr3p Posted January 18, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 197 Reputation: 13 Joined: 05/14/12 Last Seen: October 29, 2024 Author Share Posted January 18, 2013 prontera,158,192,3 script Credits Exchanger 467,{ mes "What can i do for yout today?"; switch(select("Credits to Zeny:Zeny To Credits")){ case 1: if( countitem(.x) ) { if ((zeny+.n)>=.maxzeny) { delitem .x,1; set Zeny, Zeny+.n; } } break; case 2: if( Zeny > n ) { getitem .x,1; set Zeny, Zeny-.n; } } break; OnInit: set .x,7227;//change 7227 to your credits item number set .n,10000000;//set your zeny per credits 10m is default set .maxzeny,1000000000;//set the max zeny of your server 1b is default end; } its not that perfect though kindly try it ill get back to your later gotta go for now. im attending a birthday for tonight Thanks i'm gonna test it Quote Link to comment Share on other sites More sharing options...
icabit Posted January 18, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 353 Reputation: 70 Joined: 07/14/12 Last Seen: February 12, 2023 Share Posted January 18, 2013 i updated my post kindly recheck i will modify it later with exchange input but for now i really need to go Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 18, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 18, 2013 try these ? Exchanger [ Cashpoint to Coins ] Exchanger [ Poring Coin - Zeny ] Exchanger [ Points to Tickets ] Exchanger [ Item to Item ] Exchanger [ Item to Item ] Exchanger [ Multi Item to 1 Item ] Quote Link to comment Share on other sites More sharing options...
pr3p Posted January 18, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 197 Reputation: 13 Joined: 05/14/12 Last Seen: October 29, 2024 Author Share Posted January 18, 2013 Thanks emistry let me check Quote Link to comment Share on other sites More sharing options...
Question
pr3p
Can anyone give me this Script please?
Advance Thanks.
Link to comment
Share on other sites
7 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.