Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

The easiest way to Change the Level Cap..

Newbie Spellweaver
Joined
Jun 17, 2009
Messages
33
Reaction score
1
Hello People ... i would ask what is The easiest way to Change the Level cap?

i use MPT files.. and there is the level Cap 140..


is the level cap 140 only restricted or is there the end of the Exp table?

i m using the Admin.exe from mpt

greetz Flaya
 
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
The easiest way to reduce the level cap is to pull the FFFFFFFFFFFFFFFF end of table marker back a few levels in the Exp:Level table. Players will cap out sooner.

Increasing it is just simply not easy because you have to sacrifice something. Either reduce the exp per-level, or create some form of overflow for experience, or correct all the places where signed experience arithmetic is performed. (you get the negative exp bug when exp exceeds 9,223,372,036,854,775,807. (0x7FFFFFFFFFFFFFFF)

Windows 7 Calc.exe works on 64bit signed numbers too. Try going into programmer mode and entering Decimal 9223372036854775807 + 1. See what you get. ^_^
 
Back
Top