JLance Posted September 8, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 09/04/13 Last Seen: December 8, 2014 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted September 8, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 14 hours ago Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted September 8, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: November 10, 2024 Share 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 Link to comment Share on other sites More sharing options...
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 JLanceLink to comment
Share on other sites
2 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.