JLance Posted September 8, 2013 Posted September 8, 2013 (edited) Hello, I need a auto reset SKILL npc on login that removes excess skillpoints. Max skill points is = 187. example: 454 - 267=187 Edited September 8, 2013 by JLance Quote
Emistry Posted September 8, 2013 Posted September 8, 2013 you can try this.. http://upaste.me/r/9e50b1 reset the skill everytime if they exceed. set .max_limit,187; Quote
Patskie Posted September 8, 2013 Posted September 8, 2013 Move to script request section Try : - script Sample -1,{ OnPCLoginEvent: if ( already ) end; set SkillPoint, 0; set already, 1; end; } Quote
Question
JLance
Hello,
I need a auto reset SKILL npc on login that removes excess skillpoints.
Max skill points is = 187.
example:
454 - 267=187
Edited by JLance2 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.