oh, have you not downloaded c#?
public bool PKAble(PKMode PK, Character C)
{
if (PK == PKMode.PK)
return true;
else if (PK == PKMode.Capture)
return BlueName;
else if (PK == PKMode.Team)
{
if (MyTeam != null && MyGuild != null && Friends != null)
return !MyTeam.Members.Contains(C) && !MyGuild.Members.Contains(C) && !Friends.Contains(C);
else if (MyTeam != null && MyGuild != null)
return !MyTeam.Members.Contains(C) && !MyGuild.Members.Contains(C);
else if (MyTeam != null && Friends != null)
return !MyTeam.Members.Contains(C) && !Friends.Contains(C);
else if (MyGuild != null && Friends != null)
return !MyGuild.Members.Contains(C) && !Friends.Contains(C);
else if (MyGuild != null)
return !MyGuild.Members.Contains(C);
else if (MyTeam != null)
return !MyTeam.Members.Contains(C);
else if (Friends != null)
return !Friends.Contains(C);
else return true;
}
return false;
}
Go to Characters.cs and look forQuote:
client (5165) the level only gose to 137 but i want it to 255 if someone knows how to do the hole change can u please let me know and others might need it also thanks
public void IncreaseExp(uint Amount, bool isTeamExp)
public static void LoadLevelExp()
LevelExp = new ulong[137];
LevelExp = new ulong[255];
LevelExp[130] = 8589148160;
LevelExp[131] = 25767444480;
LevelExp[132] = 77302333440;
LevelExp[133] = 231907000320;
LevelExp[134] = 347860500480;
LevelExp[135] = 521790750720;
LevelExp[136] = 782686126080;
LevelExp[254] = exp required to level