• 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

umutsucu

New Member
Joined
Mar 27, 2008
Messages
12
Reaction score
0
How can i get a exp stage i got EldinWorld 8.31 SQL server and there is a stage exp but i dont know how i can use it can someone help me :D?

<?xml version="1.0" encoding="UTF-8"?>
<stages>
<config enabled="1"/>
<stage minlevel="1" maxlevel="8" multiplier="100">
<stage minlevel="9" maxlevel="25" multiplier="50">
<stage minlevel="26" maxlevel="40" multiplier="25">
<stage minlevel="41" maxlevel="60" multiplier="20">
<stage minlevel="61" maxlevel="80" multiplier="15">
<stage minlevel="81" maxlevel="100" multiplier="10">
<stage minlevel="101" maxlevel="250" multiplier="5">
<stage minlevel="251" maxlevel="300" multiplier="3">
<stage minlevel="301" maxlevel="350" multiplier="2">
<stage minlevel="351" maxlevel="400" multiplier="1">
<stage minlevel="401" multiplier="1"/>
</stages>

i got this but dont know how to use it!!

help please

THX
 
<?xml version="1.0" encoding="UTF-8"?>
<stages>
<config enabled="1"/>
<stage minlevel="1" maxlevel="8" multiplier="100">
<stage minlevel="9" maxlevel="25" multiplier="50">
<stage minlevel="26" maxlevel="40" multiplier="25">
<stage minlevel="41" maxlevel="60" multiplier="20">
<stage minlevel="61" maxlevel="80" multiplier="15">
<stage minlevel="81" maxlevel="100" multiplier="10">
<stage minlevel="101" maxlevel="250" multiplier="5">
<stage minlevel="251" maxlevel="300" multiplier="3">
<stage minlevel="301" maxlevel="350" multiplier="2">
<stage minlevel="351" maxlevel="400" multiplier="1">
<stage minlevel="401" multiplier="1"/>
</stages>
Change
> <stage minlevel="351" maxlevel="400" multiplier="yourexp">


im not sure :)
 
<stage minlevel="1" maxlevel="8" multiplier="100">

minlevel is the level you start gaining this amount of exp
maxlevel is the level you stop gaining this amount of exp
multiplier is the "Exp Rate"
 
u just change
<stage minlevel="1" maxlevel="8" multiplier="100">

CHANGE MULTIPLIER WHAT EXP U WANT
MIN LEVEL = WHAT LEVEL START THE EXP STAGE
MAX LEVEL = WHEN THE EXP STAGE END :)

Add rep++ if i helped
~Pro Tehh Warbringer ;)
 
u just change
<stage minlevel="1" maxlevel="8" multiplier="100">

CHANGE MULTIPLIER WHAT EXP U WANT
MIN LEVEL = WHAT LEVEL START THE EXP STAGE
MAX LEVEL = WHEN THE EXP STAGE END :)

Add rep++ if i helped
~Pro Tehh Warbringer ;)

thx its help me but i dont want change the exp!! my exp rate is now 100 for all LVL you now unterstand, i want use the exp stage but how can i use it must i change somethink in the caonig.lua or ??
 
Lol All this ppls helped you and ther's enoughf threads to learn ^^
i see its give more threads than show me it!!

you guys dont understand me I KNOW HOW TO USE IT BUT DONT KNOW HOW CAN I USE IT IN MY OT, for example lvl 1-10 100EXP than 11-20 50 EXP its stay 100 EXP i dont know why?
 
Back
Top