YuPi Posted July 19, 2020 Posted July 19, 2020 how to make kafra points changer script using event ticket item like>> 1 event ticket (ID.7711) to 10 kafra points Quote
0 Emistry Posted July 19, 2020 Posted July 19, 2020 input .@amount, 0, countitem(7711); if (.@amount > 0) { delitem 7711, .@amount; #KAFRAPOINTS += (.@amount * 10); } Quote
0 Chaos92 Posted July 19, 2020 Posted July 19, 2020 {set #KAFRAPOINTS, #KAFRAPOINTS+10; dispbottom "You have received 10 Kafra Points.";},{},{} Quote
Question
YuPi
how to make kafra points changer script using event ticket item
like>> 1 event ticket (ID.7711) to 10 kafra points
3 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.