Sniperfox
New Member
On my server players cant seem to get any more exp then 2147483647, when they reach that exp the just wont lvl anymore.
Is there anyway i can fix this?
Is there anyway i can fix this?
if(player->getExperience() <= 2147483647)
msg.AddU32(player->getExperience());
else
msg.AddU32(0);
Does anyone know the status on this?