Ragnarok Botanical Garden
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Banker Script [Zeny Change to Bank Note Fix Error]

Go down

Banker Script [Zeny Change to Bank Note Fix Error] Empty Banker Script [Zeny Change to Bank Note Fix Error]

Post by Guest Mon Nov 14, 2011 10:34 am

Easy Script For Player to change their Zeny to Bank Note .... so they can buy custom that more then limits Zeny

http://pastebin.com/XGwhjksq

u can use any Sprite to make this Bank Note

change ur BN Code in here
Case 1:
mes "[Bank Note Exchanger]";
mes "How many Bank Note's to exchange?";
next;
do{
input @BankNote,0,countitem(25054);
if( @BankNote < 1 ) close;
}while( ( ( @BankNote * 1000000 ) + Zeny ) > 2000000000 );
next;
mes "[Bank Note Exchanger]";
mes "Thanks";
delitem 25054,@BankNote; <------- Here
set Zeny, Zeny + ( @BankNote * 1000000 );
close;

and Here
Case 2:
mes "[Bank Note Exchanger]";
mes "How much Zeny to convert to Bank Note's?";
next;
input @BankNote,0,( Zeny / 1000000 );
if( @BankNote < 1 ) close;
next;
mes "[Bank Note Exchanger]";
mes "Thanks.";
set Zeny, Zeny - ( @BankNote * 1000000);
getitem 25054,@BankNote; <----- Here
close;

Good Luck

Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum