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

I need MAX LEVEL in my OT.

Umm, you need the max level? Are you using XML or SQL? Or is this already solved
 
Well... Dont know if its possible to set players exp rate to 0.

If so, you can do an onAdvance -> if newlevel == 99 -> setPlayerExpRate(cid, 0) setPlayerExtraExpRate(cid, 0).
 
Oh man,
modified in stages.xml
<stage minlevel="99" multiplier="0"/>
and result 100% don't up more 99!

omg... thanks a lot
xP
 
Back
Top