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

Experience of my server doesn't change

Carlitos Flow

Developer (lvl*1)
Joined
Mar 2, 2011
Messages
156
Solutions
4
Reaction score
10
Good night guys, i have a big problem, and i don't know where i can fix it. My Stages doesn't work, and the "exp" without stage doesn't works too. I kill a monster from 1100 exp and i win 2200, where could be the problem? Im Using T.F.S 0.3.6 Thanks.

My config.lua
Code:
    experienceStages = true
    rateExperience = 15
    rateExperienceFromPlayers = 4
    rateSkill = 80
    rateMagic = 50
    rateLoot = 1
    rateSpawn = 1

My stages.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
    <world id="0" multiplier="1">
        <stage minlevel="1" maxlevel="1000" multiplier="450"/>
        <stage minlevel="1001" maxlevel="3000" multiplier="380"/>
        <stage minlevel="3001" maxlevel="5000" multiplier="335"/>
        <stage minlevel="5001" maxlevel="10000" multiplier="300"/>
        <stage minlevel="10001" maxlevel="15000" multiplier="280"/>
           <stage minlevel="15001" multiplier="250"/>
    </world>
</stages>
 
Back
Top