• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Set the max level higher then 717217

Doomdice

The N00betarian
Joined
Jul 20, 2009
Messages
658
Reaction score
108
Location
Indiana
I been searching on here how to change max level I try raiseing the exp max and it didnt help if anyone dont mind and can give me a hand thanks.
 
I get error on his script on that link when i try to rebuild I cant use
if(experience > 2147483647) // client debugs after 2,147,483,647 exp
msg->put<uint32_t>(2147483647);
or i got to remove it
 
You need to change your experience formula, this level limit means you reached the max level which the experience variable can store, but put in your mind if you change your formula you can increase your level limit, but your max experience will be the same(the variable storage limit), so pay attention on exp rates in your server.
 
Back
Top