• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Exp Stages doesen't work

whocke

New Member
Joined
Sep 13, 2011
Messages
21
Reaction score
0
This is how it looks like in the config
Code:
-- Exp Stages configuration is in /data/exp_stages.lua
experience_stages = true

-- rates (experience, skill, magic level, loot and spawn)
rate_exp = 1
rate_exp_pvp = 0
rate_skill = 1
rate_mag = 1
rate_loot = 1
rate_spawn = 1

and this is how the exp_stages.lua looks like
Code:
--if you want to enable exp_stages, make sure that you have experience_stages = true at your config.lua
stages = {
	{minLevel = 1, maxLevel = 40, multiplier = 60},
	{minLevel = 41, maxLevel = 60, multiplier = 50},
	{minLevel = 61, maxLevel = 80, multiplier = 40},
	{minLevel = 81, maxLevel = 100, multiplier = 30}
}

Ingame when I kill for example a rotworm, I still only get the normal exp (60exp). Does anyone know what the problem is?

Note: I'm using OTServ for Tibia 8.6
 
Back
Top