View Single Post
  #4  
Old 03-25-2012, 03:58 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

There is no table. The method Client::GetEXPForLevel(int16 check_level) in zone/exp.cpp has the formula for how much XP is required for each level.

If you want to change how much XP is required for each level, you need to make changes to that method and recompile.
Reply With Quote