jpnazar Posted April 3, 2013 Posted April 3, 2013 can i have proof of donation to cash point exchanger ? Quote
Euphy Posted April 3, 2013 Posted April 3, 2013 set .@i, countitem(7179); if (.@i) { delitem 7179,.@i; set #CASHPOINTS, #CASHPOINTS+.@i; } 1 Quote
jpnazar Posted April 4, 2013 Author Posted April 4, 2013 sir how to set the cash point ? like 1 proof of donation = 500 points ? Quote
Euphy Posted April 4, 2013 Posted April 4, 2013 You can use all basic mathematical operators in scripts; typing (int)*500 multiplies a number by 500. Quote
jpnazar Posted April 4, 2013 Author Posted April 4, 2013 can u please make the npc asking "Would you like to change your Proof Of Donation to Cash Points" "1 Proof of Donation = 500 Points " ? Quote
Emistry Posted April 4, 2013 Posted April 4, 2013 prontera,155,181,5 script Sample 757,{ mes "Change Item ?"; if( select("YES:NO") == 1 ){ set .@i, countitem(7179); if (.@i) { delitem 7179,.@i; set #CASHPOINTS, #CASHPOINTS+ ( .@i * 500 ); } } close; } swt.... make all ur request in 1 posts .... =='' sometime it's troublesome to keep changing / adding the codes again and again... Quote
Question
jpnazar
can i have proof of donation to cash point exchanger ?
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.