themon Posted October 1, 2013 Posted October 1, 2013 zenytocash.txt - exchange 1000 zeny for 1 cash point and it will also give you 1 free kafra point for every 10 cash point you buy or exchange zenytocash.txt Quote
themon Posted November 3, 2013 Author Posted November 3, 2013 zenytocash.txt - exchange 1000 zeny for 1 cash point and it will also give you 1 free kafra point for every 10 cash point you buy or exchange please make this compatible in hercules I made this before when im still using rathena emulator Quote
core Posted May 23, 2017 Posted May 23, 2017 On 10/1/2013 at 0:10 AM, themon said: zenytocash.txt - exchange 1000 zeny for 1 cash point and it will also give you 1 free kafra point for every 10 cash point you buy or exchange zenytocash.txt thanks for this can i request like exchange 10000 credits to 5000 cash point Quote
Deleted User Posted May 24, 2017 Posted May 24, 2017 12 hours ago, core said: thanks for this can i request like exchange 10000 credits to 5000 cash point Hi, please check the settings and you can modify what you want to achieve then. For Example: ID: 7227 (TCG CARD) = 1 Cash Point. prontera,155,181,5 script Cash Converter 4_F_OPERATION,{ .@name$ = strcharinfo(0); // Char Name .@item = 7227; // Item ID .@amount = 1; // Amount .@countitem = countitem( .@item ); // Countitem if( .@countitem < 1 ) { mes "[ Cash Converter ]"; mes "You don't have any ^0000FF"+ getitemname(.@item) +"^000000 in your Inventory to be exchanged for Cash Points."; mes "Please come back to me if you have it already."; close; } mes "[ Cash Converter ]"; mes rand(2) ? ""+callfunc("F_Hi")+" I'm Cash Converter, of Prontera Rune-Midgard City." : ""+callfunc("F_Hi")+" I can able to exchange your ^0000FF"+ getitemname(.@item) +"^000000 to Cash Points."; mes " "; mes "What would you like to do?"; next; mes "[ Cash Converter ]"; mes "^FF0000Information:^000000"; mes "^777777 -------------------- ^000000"; mes "Exchange Rate: "+ .@countitem +" x "+ getitemname( .@item ) +" to "+ ( .@countitem * .@amount ) +" Cash Point"+ (.@countitem * .@amount > 1 ? "s" : "") +""; next; if( select("- Convert","- Cancel") == 1 ) { progressbar "0x11CC99",1; specialeffect2 EF_REMOVETRAP; delitem .@item,.@countitem; #CASHPOINTS = #CASHPOINTS + ( .@countitem * .@amount ); message .@name$,"You have recieved "+ .@countitem * .@amount +" Cash Point"+ (#CASHPOINTS > 1 ? "s" : "") +" and a of Total: "+ #CASHPOINTS +" Cash Point"+ (#CASHPOINTS > 1 ? "s" : "") +""; mes "[ Cash Converter ]"; mes "You have successfully exchanged."; } close; } Raw Link:http://immortalsro.com/rAScripts/item_to_cash.txt Quote
core Posted May 24, 2017 Posted May 24, 2017 17 hours ago, Kaze said: Hi, please check the settings and you can modify what you want to achieve then. For Example: ID: 7227 (TCG CARD) = 1 Cash Point. prontera,155,181,5 script Cash Converter 4_F_OPERATION,{ .@name$ = strcharinfo(0); // Char Name .@item = 7227; // Item ID .@amount = 1; // Amount .@countitem = countitem( .@item ); // Countitem if( .@countitem < 1 ) { mes "[ Cash Converter ]"; mes "You don't have any ^0000FF"+ getitemname(.@item) +"^000000 in your Inventory to be exchanged for Cash Points."; mes "Please come back to me if you have it already."; close; } mes "[ Cash Converter ]"; mes rand(2) ? ""+callfunc("F_Hi")+" I'm Cash Converter, of Prontera Rune-Midgard City." : ""+callfunc("F_Hi")+" I can able to exchange your ^0000FF"+ getitemname(.@item) +"^000000 to Cash Points."; mes " "; mes "What would you like to do?"; next; mes "[ Cash Converter ]"; mes "^FF0000Information:^000000"; mes "^777777 -------------------- ^000000"; mes "Exchange Rate: "+ .@countitem +" x "+ getitemname( .@item ) +" to "+ ( .@countitem * .@amount ) +" Cash Point"+ (.@countitem * .@amount > 1 ? "s" : "") +""; next; if( select("- Convert","- Cancel") == 1 ) { progressbar "0x11CC99",1; specialeffect2 EF_REMOVETRAP; delitem .@item,.@countitem; #CASHPOINTS = #CASHPOINTS + ( .@countitem * .@amount ); message .@name$,"You have recieved "+ .@countitem * .@amount +" Cash Point"+ (#CASHPOINTS > 1 ? "s" : "") +" and a of Total: "+ #CASHPOINTS +" Cash Point"+ (#CASHPOINTS > 1 ? "s" : "") +""; mes "[ Cash Converter ]"; mes "You have successfully exchanged."; } close; } Raw Link:http://immortalsro.com/rAScripts/item_to_cash.txt sir what i mean credit to cash point exchange Quote
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.