pr3p Posted January 18, 2013 Posted January 18, 2013 Can anyone give me this Script please? Advance Thanks. Quote
goddameit Posted January 18, 2013 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
pr3p Posted January 18, 2013 Author 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
icabit Posted January 18, 2013 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
pr3p Posted January 18, 2013 Author 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
icabit Posted January 18, 2013 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
Emistry Posted January 18, 2013 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
Question
pr3p
Can anyone give me this Script please?
Advance Thanks.
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.