View Single Post
  #3  
Old 04-11-2004, 03:56 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default Re: Changing max level ...

Quote:
Originally Posted by KhaN
Could someone indicate me which .cpp file i have to edit, i have find all (like start race/class) but i cant find max lvl :P
In zone\cient.cpp, in function void Client::SetEXP you will see a line:

Code:
int8 maxlevel = 66;
This may be it. Try changing it and recompiling.
Reply With Quote