Auto-skillup?

Post Reply
aventinus
Posts: 13
Joined: Sat Sep 08, 2012 8:48 pm

Auto-skillup?

Post by aventinus » Fri Jun 26, 2015 1:18 am

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.

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: Auto-skillup?

Post by Delaide » Sun Jun 28, 2015 8:55 pm

If you have made your character a GM, just use the "@capskill name" command.
https://github.com/DarkstarProject/dark ... pskill.lua

aventinus
Posts: 13
Joined: Sat Sep 08, 2012 8:48 pm

Re: Auto-skillup?

Post by aventinus » Tue Jun 30, 2015 10:12 am

Figured it out. Just added

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

at the end of player.lua

Post Reply