Auto-skillup?
Auto-skillup?
Where would I find out how to do this? I have looked through the source code and just do not see it. It would be nice to have the combat/magic skills auto level as your character levels.
Re: Auto-skillup?
If you have made your character a GM, just use the "@capskill name" command.
https://github.com/DarkstarProject/dark ... pskill.lua
https://github.com/DarkstarProject/dark ... pskill.lua
Re: Auto-skillup?
Figured it out. Just added
-- AUTO Skill Level Up
function onPlayerLevelUp(player)
player:capAllSkills();
at the end of player.lua
-- AUTO Skill Level Up
function onPlayerLevelUp(player)
player:capAllSkills();
at the end of player.lua