TheFinalEpisode Posted September 15, 2013 Posted September 15, 2013 Guys can i have a script for a Kafra Cash Converter? Free Kafra Cash Points *(@Cash) to Kafra Points *(@Points) as well with a feature of Conversion Rate. thanks Quote
Capuche Posted September 16, 2013 Posted September 16, 2013 prontera,150,150,5 script trader 58,{ .@exchange_value = 3;// get 3 kafrapoints for 1 cashpoints if ( #CASHPOINTS == 0 ) { mes "You need some cashpoints."; close; } if ( select( "Trade", "Leave" ) == 2 ) { mes "Good bye."; close; } mes "How many points do you want to trade? You currently have "+ #CASHPOINTS +" cashpoints. 1 cashpoint = "+ .@exchange_value +" kafrapoint"; if ( input( .@value, 1, #CASHPOINTS ) != 0 ) { mes "Wrong value."; close; } #CASHPOINTS -= .@value; #KAFRAPOINTS = #KAFRAPOINTS + .@value * .@exchange_value; mes "you exchange "+ .@value +" cashpoints for "+ ( .@value * .@exchange_value ) +" kafrapoints"; close; } Quote
Question
TheFinalEpisode
Guys can i have a script for a Kafra Cash Converter?
Free Kafra Cash Points *(@Cash) to Kafra Points *(@Points)
as well with a feature of Conversion Rate. thanks
2 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.