this is a guide for the server not the reg page i would care less abut the reg page so i do not even have the files from the reg page try asking on the official source page you will find more help there.
i will look into the level cap thing now im working on downgrading the source to 5017 but il look into that right now il edit this post when i find it.
[edit] took me about 3 sec to find LMAO.
gameclient.cs line 806
at
Code:
public void AwardExperience(int Amount, bool RainbowMultiplier)
just look for [code][/if (this.Entity.Level <
130 && Amount > 0)[code]
just edit the 130 to what ever you want max level to be
then go to
Code:
Server\Database\Misc\LevelExp.ini
and add at bottom of page
Code:
[COLOR="DarkGreen"]level[/COLOR]=[COLOR="DarkRed"]exp[/COLOR]
then edit
level to the the level you want to level up from
and edit exp to how much
exp it takes to level them
you will see how to do it when you open the file if my lil guide is not good xD