• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua Config .lua

Stoic

New Member
Joined
Feb 1, 2010
Messages
31
Reaction score
0
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?
 
Back
Top