Hello,
I have a problem for the heroic level...
I put the code of prosecutor in:
OpenNos. GameObject, Character.cs, GenerateXp
That gives:
Quote:
private void GenerateXp(MapMonster monster, bool isMonsterOwner)
{
if (Session.Character.Level = 90)
{
Session.Character.HeroLevel = 1;
}
NpcMonster monsterinfo = monster.Monster;
if (!DAOFactory.PenaltyLogDAO.LoadByAccount(AccountId ).Any(s => s.Penalty == PenaltyType.BlockExp && s.DateEnd > DateTime.Now))
{
|
The problem for the line yew (Session.Character.Level = 90)
Impossible to convert implicitly ' byte ' en ' bool '
And when I create a character, I up level 2 and I have level 1 heroic...
Help I svp