TheFinalEpisode Posted September 15, 2013 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 237 Reputation: 19 Joined: 06/05/13 Last Seen: May 30, 2019 Share 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 Link to comment Share on other sites More sharing options...
Capuche Posted September 16, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
TheFinalEpisode Posted September 18, 2013 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 237 Reputation: 19 Joined: 06/05/13 Last Seen: May 30, 2019 Author Share Posted September 18, 2013 thanks man! Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.