Thread: question
View Single Post
  #8  
Old 10-14-2003, 06:03 AM
mangoo
Items Master
 
Join Date: Apr 2003
Posts: 293
Default

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.