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

Exp Stages doesnt work

andii95

New Member
Joined
Aug 21, 2009
Messages
413
Reaction score
2
Location
Sweden
Hi Ive got a tfs 8.5, and my exp stages dont work, this is how it looks

<?xml version="1.0" encoding="UTF-8"?>
<stages>
<world id="0 multiplier="1">
<stage minlevel="8" maxlevel="100" multiplier="600"/>
<stage minlevel="101" maxlevel="200" multiplier="350"/>
<stage minlevel="201" maxlevel="250" multiplier="250"/>
<stage minlevel="251" maxlevel="350" multiplier="150"/>
<stage minlevel="351" multiplier="100"/>
</world>
</stages>


and i got this in ip config
experienceStages = "no"

what is wrong?
When i try put my server on the exp stages dont work!
HEEELP!
 
Try This :)

<?xml version="1.0" encoding="UTF-8"?>
<stages>
<config enabled="1"/>
<stage minlevel="1" maxlevel="20" multiplier="100"/>
<stage minlevel="21" maxlevel="39" multiplier="70"/>
<stage minlevel="40" maxlevel="50" multiplier="50"/>
<stage minlevel="51" maxlevel="60" multiplier="30"/>
<stage minlevel="61" maxlevel="70" multiplier="10"/>
<stage minlevel="71" maxlevel="90" multiplier="5"/>
<stage minlevel="91" maxlevel="400" multiplier="3"/>
</stages>
 
Back
Top