It's not possible. The field for storing level information has a fixed size. Any level above the maximum value will most likely be truncated by the game engine to fit into the level field when you save the game.
Btw, why do you need to reach levels over 127? In a regular game you will rarely exceed the 20-30 level range.
It's not possible. The field for storing level information has a fixed size. Any level above the maximum value will most likely be truncated by the game engine to fit into the level field when you save the game.
Btw, why do you need to reach levels over 127? In a regular game you will rarely exceed the 20-30 level range.
Simply for those who do not like farming until they are super powerful gods and also so you get more hours to play.
I don't see any real benefit of a character with over 127 levels in their current class. Most stats will be maxed out even long before reaching level 100.
Is 127 the maximum level of your highest class or of all your classes? e.g. currently my TNO is a 7th level Mage/6th level Fighter/5th level Thief - so 7 or 18?
Level information is stored for each individual class, so you can be at most a level 127/127/127 Fighter/Mage/Thief. (Provided the cap is indeed 127. It could also be 255 if the value is treated as an unsigned number.)
Comments
Btw, why do you need to reach levels over 127? In a regular game you will rarely exceed the 20-30 level range.
e.g. currently my TNO is a 7th level Mage/6th level Fighter/5th level Thief - so 7 or 18?