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

Help me with exp stage.

C:\Users\Username\Location\Your OT FOLDER\data\XML

and in the data folder, you will find a file called XML. Click on that and you will find a file called stages.xml , and there you can edit the stages.
 
<?xml version="1.0" encoding="UTF-8"?>
<stages>
<world id="0" multiplier="1">
<stage minlevel="8" maxlevel="50" multiplier="300"/>
<stage minlevel="51" maxlevel="100" multiplier="120"/>
<stage minlevel="101" maxlevel="150" multiplier="40"/>
<stage minlevel="151" maxlevel="200" multiplier="18"/>
<stage minlevel="201" maxlevel="300" multiplier="10"/>
<stage minlevel="301" maxlevel="400" multiplier="7"/>
<stage minlevel="401" maxlevel="501" multiplier="5"/>
<stage minlevel="151" multiplier="6"/>
</world>
</stages>
 
-- Rates
experienceStages = true
rateExperience = 20.0
rateExperienceFromPlayers = 0
rateSkill = 30.0
rateMagic = 20.0
rateLoot = 5.0
rateSpawn = 2
 
yes, but my players is getting 6x on 151+ , when on the stages.xml is standing 18 ?

Code:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
<world id="0" multiplier="1">
<stage minlevel="8" maxlevel="50" multiplier="300"/>
<stage minlevel="51" maxlevel="100" multiplier="120"/>
<stage minlevel="101" maxlevel="150" multiplier="40"/>
<stage minlevel="151" maxlevel="200" multiplier="18"/>
<stage minlevel="201" maxlevel="300" multiplier="10"/>
<stage minlevel="301" maxlevel="400" multiplier="7"/>
<stage minlevel="401" maxlevel="501" multiplier="5"/>
[B]<stage minlevel="151" multiplier="6"/>[/B]
</world>
</stages>

???
Set the last minlevel to 502.
 
Back
Top