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.