Is there a maximum value for the exp.txt file?

jTynne

High Council
Messages
249
Points
0
Emulator
Howdy, I'm wondering if there is a maximum value you can set for the exp.txt file (RE). I'm wanting to increase the exp required for levels 170+, however, despite increasing the values, it doesn't seem to be making much of a difference. Any assistance would be greatly appreciated. Thanks!

 
if i remember correctly maximum exp amount is unsigned int32 = 4294967295 (0xffffffff) .

if it's more than that it will just it to maximum value of unsigned int32

 
Last edited by a moderator:
Back
Top