Hello guys, I can not level up on my server, I already edited the table in Navicat configuration and shecoconfig and nothing yet. Can someone help me please and sourcer [Only registered and activated users can see links. Click Here To Register...]
public ulong Experience
{
get
{
return this._experience;
}
set
{
if (this.EntityFlag == Conquer_Online_Server.Game.EntityFlag.Player)
{
this.Update(5, value, false);
}
this._experience = value;
}
}