[HEXING] - Max Exp - Any ideas? Mir3 

Joined
Jun 27, 2003
Messages
622
Reaction score
0
Location
UK
The exp System by default seems to bottle out at 65k and if you put anything higher in the DB then it wraps around - this proving a bit if a problem for the high exp servers out there. Has anyone got got a hex that will allow a higher value?

I guess the same sort of question for any of the max values, like regen, dc and so forth.

Thanks in Advance.
 
ushort Exp;
ushort ExpMax;

Exp is sent as an usigned short i so u might be able to trick the client with a negative signed short.

Unless u think wemade would have put that protection in... i would have.. worth a try i suppose
 
Back