finish rookgard addon quests and fix stages for rookslayers

This commit is contained in:
ErikasKontenis
2019-12-11 12:24:42 +02:00
parent bff1f93560
commit dd0b032c9f
9 changed files with 191 additions and 4 deletions

View File

@@ -175,7 +175,9 @@ function Player:onGainExperience(source, exp, rawExp)
end
-- Apply experience stage multiplier
exp = exp * Game.getExperienceStage(self:getLevel())
if (vocation:getId() > 0 or self:getLevel() < 8) then
exp = exp * Game.getExperienceStage(self:getLevel())
end
-- Stamina modifier
if configManager.getBoolean(configKeys.STAMINA_SYSTEM) then