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

mateogon

New Member
Joined
Feb 3, 2010
Messages
27
Reaction score
0
on my friend server, when you reach 2147 million exp (lvl 509 aprox) the total exp locks on 2147m (you can still gain exp and level, but it only shows 2147m), exp/h and exp left shows 0.
do you know how to fix that?
 
Sources.
You need to know c++.
You need to change this (and some other things)
Code:
    if(Player::getExpForLevel(level) > nextLevelExp)
 
Back
Top