naser080291 Posted August 28, 2013 Posted August 28, 2013 hi i need a script that will delete the remaining skill points that i didnt use Quote
Patskie Posted August 29, 2013 Posted August 29, 2013 prontera,150,150,0 script Resetter 100,{ mes "Want to remove your skillpoints?"; next; if ( select("Yes:No") -1 ) end; set SkillPoint, 0; mes "Done!"; close; } Quote
CursorX Posted February 17, 2014 Posted February 17, 2014 prontera,150,150,0 script Resetter 100,{ mes "Want to remove your skillpoints?"; next; if ( select("Yes:No") -1 ) end; set SkillPoint, 0; mes "Done!"; close; } hi patz.. what if 100k per skillpoint? instead of nothing will get... Quote
Patskie Posted February 17, 2014 Posted February 17, 2014 prontera,150,150,0 script Resetter 100,{ if ( Zeny < 100000 ) end; mes "Want to remove your skillpoints?"; next; if ( select("Yes:No") -1 ) end; Zeny -= 100000; set SkillPoint, 0; mes "Done!"; close; } Quote
Question
naser080291
hi i need a script that will delete the remaining skill points that i didnt use
4 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.