• 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

248842

New Member
Joined
Dec 27, 2009
Messages
16
Reaction score
0
I have fixxed the exp stage it looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<stages>
<world id="0" multiplier="1">
<stage minlevel="1" maxlevel="9999" multiplier="50000"/>
<stage minlevel="10000" maxlevel="29999" multiplier="30000"/>
<stage minlevel="30000" maxlevel="50" multiplier="10000"/>
<stage minlevel="50000" maxlevel="100" multiplier="8000"/>
<stage minlevel="100000" multiplier="6000"/>
</world>
</stages>

then I choosed expstage: true in config.lua but do I have to change the exp on the monster too? :confused:

I don't really get this with exp stage can somebody please explain? :confused:
 
exp stage is like exp multiplier except it changes as the player gets higher. to see how much exp a monster gives go to data>monster>MONSTERNAME(this is the monster that you want) and lets say experience is 1,000 for a certain monster. so ur multiplier for a lvl 10000 is 30,000, that means the player will get 30,000x1,00, so in total he would get 30,000,000 exp for that monster. if the multiplier for a certain stage is 1,000 than the player w ould get 1,000(multiplier)x1,000(exp of monster), and in total he would get 1,000,000 exp. understand now? ;p

rep++ if I helped ;p
 
I have fixxed the exp stage it looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<stages>
<world id="0" multiplier="1">
<stage minlevel="1" maxlevel="9999" multiplier="50000"/>
<stage minlevel="10000" maxlevel="29999" multiplier="30000"/>
<stage minlevel="30000" maxlevel="50" multiplier="10000"/>
<stage minlevel="50000" maxlevel="100" multiplier="8000"/>
<stage minlevel="100000" multiplier="6000"/>
</world>
</stages>

then I choosed expstage: true in config.lua but do I have to change the exp on the monster too? :confused:

I don't really get this with exp stage can somebody please explain? :confused:

Your level and rates are a little high, I don't think you want anyone to be level 100,000
 

Similar threads

Back
Top