goto
Code:
else if (ItemParts[0] == "723700")
change blue sections to lower rates to lower how much exp is gained.
Code:
if (Level < 100)
AddExp((ulong)([COLOR="Blue"]1295000[/COLOR] + Level * [COLOR="Blue"]100000[/COLOR]), false);
else if (Level < 110)
AddExp((ulong)([COLOR="Blue"]1395000[/COLOR] + Level * [COLOR="Blue"]160000[/COLOR]), false);
If that doesn't make sense, nothing will.