I'm making an RPG server and I want the Exp. to be three times the normal exp. from the REAL Tibia.
i.e. Wolf = 18 exp.
-- Rates
rateExp = 3
rateSkill = 4
rateLoot = 2
rateMagic = 3
rateSpawn = 1
That's what I did in the config .lua but it doesn't seem to work (I got 81 exp. when I kill a wolf) I have disabled stages. How can I make my server just three times faster than Tibia RL?
i.e. Wolf = 18 exp.
-- Rates
rateExp = 3
rateSkill = 4
rateLoot = 2
rateMagic = 3
rateSpawn = 1
That's what I did in the config .lua but it doesn't seem to work (I got 81 exp. when I kill a wolf) I have disabled stages. How can I make my server just three times faster than Tibia RL?