whocke
New Member
- Joined
- Sep 13, 2011
- Messages
- 21
- Reaction score
- 0
This is how it looks like in the config
and this is how the exp_stages.lua looks like
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
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