Hi I am putting this fix up for the people that don't know how to fix the experience problem reguards to mortals been able to imm simply but gaining enough exp. in limits.c find the following line in void gain_exp if (!IS_NPC(ch) && ((GET_LEVEL(ch) < 1 || GET_LEVEL(ch) >= LVL_IMMORT))) change to if (!IS_NPC(ch) && ((GET_LEVEL(ch) < 1 || GET_LEVEL(ch) >= LVL_IMMORT-1))) Doing this will stop people from gaining anymore exp after reaching the highest mortal level on your mud. You will still notice it says you gain blah exp but it won't be added. Thats it :)