• 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!

rate EXP cannot be changed

Hugofasima

Website: thenosegang.servegame.com
Joined
Jun 24, 2015
Messages
206
Reaction score
23
My TFS is 1.0.

My rate by stages and rate on config.lua are not changing in game. Help me please! :/

It happens when I changed my distro from TFS 1.0 (edited) to TFS 1.1 (original https://github.com/otland/forgottenserver/releases)

I'm using my old database if that helps.

My config.lua:
Code:
rateExp = 50
rateSkill = 3
rateLoot = 2
rateMagic = 3
rateSpawn = 1

My stages.xml:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
    <config enabled="1" />
    <stage minlevel="1" maxlevel="8" multiplier="7" />
    <stage minlevel="9" maxlevel="20" multiplier="6" />
    <stage minlevel="21" maxlevel="50" multiplier="5" />
    <stage minlevel="51" maxlevel="100" multiplier="4" />
    <stage minlevel="101" multiplier="5" />
</stages>

I don't know what to do, help pls!

If necessary, I'll change my TFS.
 
Back
Top