mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-15 15:04:53 +02:00
finish rookgard addon quests and fix stages for rookslayers
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user