• 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 stage??

<?xml version="1.0"?>
<stages>
<stage minlevel="1" maxlevel="10" multiplier="20"></stage>
<stage minlevel="11" maxlevel="19" multiplier="20"></stage>
<stage minlevel="20" maxlevel="50" multiplier="10"></stage>
<stage minlevel="51" maxlevel="100" multiplier="9"></stage>
<stage minlevel="101" maxlevel="170" multiplier="8"></stage>
<stage minlevel="171" maxlevel="200" multiplier="7"></stage>
<stage minlevel="201" maxlevel="250" multiplier="6"></stage>
<stage minlevel="251" maxlevel="300" multiplier="5"></stage>
<stage minlevel="301" maxlevel="350" multiplier="4"></stage>
<stage minlevel="351" maxlevel="400" multiplier="3"></stage>
<stage minlevel="401" maxlevel="450" multiplier="2"></stage>
</stages>
 
Betoo said:
<?xml version="1.0"?>
<stages>
<stage minlevel="1" maxlevel="10" multiplier="20"></stage>
<stage minlevel="11" maxlevel="19" multiplier="20"></stage>
<stage minlevel="20" maxlevel="50" multiplier="10"></stage>
<stage minlevel="51" maxlevel="100" multiplier="9"></stage>
<stage minlevel="101" maxlevel="170" multiplier="8"></stage>
<stage minlevel="171" maxlevel="200" multiplier="7"></stage>
<stage minlevel="201" maxlevel="250" multiplier="6"></stage>
<stage minlevel="251" maxlevel="300" multiplier="5"></stage>
<stage minlevel="301" maxlevel="350" multiplier="4"></stage>
<stage minlevel="351" maxlevel="400" multiplier="3"></stage>
<stage minlevel="401" maxlevel="450" multiplier="2"></stage>
</stages>

Thanks dude! :)
 
Exp on lvl

<?xml version="1.0"?>
<stages>
<stage minlevel="1" maxlevel="99" multiplier="5"></stage>
<stage minlevel="100" maxlevel="1000" multiplier="4"></stage>
</stages>

And another =]
 
MatarN you must add on top
Code:
<config enabled="1" />
.

Code:
<stages>
<config enabled="1" />
<stage minlevel="1" maxlevel="10" multiplier="20"></stage>
<stage minlevel="11" maxlevel="19" multiplier="20"></stage>
<stage minlevel="20" maxlevel="50" multiplier="10"></stage>
<stage minlevel="51" maxlevel="100" multiplier="9"></stage>
<stage minlevel="101" maxlevel="170" multiplier="8"></stage>
<stage minlevel="171" maxlevel="200" multiplier="7"></stage>
<stage minlevel="201" maxlevel="250" multiplier="6"></stage>
<stage minlevel="251" maxlevel="300" multiplier="5"></stage>
<stage minlevel="301" maxlevel="350" multiplier="4"></stage>
<stage minlevel="351" maxlevel="400" multiplier="3"></stage>
<stage minlevel="401" maxlevel="450" multiplier="2"></stage>
</stages>
This is works good on TFS.
 
<stages>
<config enabled="1" />

<stage minlevel="1" maxlevel="100" multiplier="50"></stage>
<stage minlevel="101" maxlevel="150" multiplier="30"></stage>
<stage minlevel="151" maxlevel="200" multiplier="10"></stage>
<stage minlevel="201" maxlevel="999" multiplier="5"></stage>
</stages>

minlevel is what level it should start on
maxlevel is what lvl it should stop on
multiplier is the exp rate
how hard can it be?

Lvl 1 to 100 are the exp rate 50
Lvl 101 to 150 are the exp rate 30
Lvl 151 to 200 are the exp rate 10
Lvl 201 and up are the exp rate 5

hope that will help you to config you exp stage
 
Can somebody explain it for me I don't really understand this with Exp stage??? how can I fix a nice exp stage?? somebody please help
 
Back
Top