Max level can be changed in Client::SetEXP() which is in client.cpp
Midway down the function you'll see "int8 maxlevel = 66" where maxlevel == your disired maximum level + 1. So when it says maxlevel = 66, it truely means the maximum level is 65. Hope that helps.
|