deceel Posted March 20, 2013 Posted March 20, 2013 heii..excuse me can you help me how to add 100 cash point become 1 KVM point? BATTLEGROUND Quote
Emistry Posted March 25, 2013 Posted March 25, 2013 .@amount = ( #CASHPOINTS / 100 ); #CASHPOINTS -= ( .@amount * 100 ); #KVMPOINTS += .@amount; dispbottom "Gained "+.@amount+" KVM Points."; Quote
Capuche Posted April 5, 2013 Posted April 5, 2013 emily why didnt work?help me? Emistry. Don't change his gender lol Do you use rAthena ? if so post your current script please. Quote
Kiritoryu Posted April 15, 2013 Posted April 15, 2013 emily why didnt work?help me? Emistry. Don't change his gender lol Do you use rAthena ? if so post your current script please. Can i request on this post too? A NPC which can change an itemID to cash point. Quote
Emistry Posted April 15, 2013 Posted April 15, 2013 .@amount = countitem( <itemid> ); delitem <itemid>,.@amount; #KVMPOINTS += .@amount; dispbottom "Gained "+.@amount+" KVM Points."; Quote
Question
deceel
heii..excuse me
can you help me how to add 100 cash point become 1 KVM point?
BATTLEGROUND
6 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.