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

stages help!!!! D:

wafuboe

Active Member
Joined
Dec 24, 2010
Messages
884
Solutions
2
Reaction score
26
i want to put stages on my server but dunno why they dont work ;S
when i want to se the !serverinfo it shows expx5650 --..--"

here are my stages...

<?xml version="1.0" encoding="UTF-8"?>
<stages>
<world id="0" multiplier="75">
<stage minlevel="1" maxlevel="300" multiplier="75"/>
<stage minlevel="301" maxlevel="500" multiplier="70"/>
<stage minlevel="501" maxlevel="700" multiplier="65"/>
<stage minlevel="701" multiplier="60"/>
</world>
</stages>


here is my config luaa

-- Rates
experienceStages = "yes"
rateExperience = stages
rateSkill = 400
rateMagic = 300
rateLoot = 4
rateSpawn = 1

when i kill a monster it doesnt give the wright exp -.-"
and when i say !serverinfo show exp x 5650 --..--"
and its expx75 beginning the game
 
Back
Top