Page 1 of 1

Auto-skillup?

Posted: Fri Jun 26, 2015 1:18 am
by aventinus
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?

Posted: Sun Jun 28, 2015 8:55 pm
by Delaide
If you have made your character a GM, just use the "@capskill name" command.
https://github.com/DarkstarProject/dark ... pskill.lua

Re: Auto-skillup?

Posted: Tue Jun 30, 2015 10:12 am
by aventinus
Figured it out. Just added

-- AUTO Skill Level Up
function onPlayerLevelUp(player)
player:capAllSkills();

at the end of player.lua