Here is the code to remove the ugly experience tables at the end of class.c. exp needed to level is now calculated by a simple formula: GET_LEVEL(ch) * modifier * 4000 recommended you change the 4000 to suit yourself, and the modifiers also. the formula is at the end of utils.c (titles[(int) GET_CLASS(ch)][GET_LEVEL(ch) + 1].exp) - GET_EXP(ch) has been replaced with exp_to_level(ch) - GET_EXP(ch) NOTE: auto setting of titles has been removed. when ch levels, their title is no longer automatically changed. Feel free to modify this code in anyway you wish. Any bugs/comments/suggestions, mail to me, Nic Suzor (glok.lists@cryogen.com). You know the drill, you use this code at your own risk.