added mob name colour update

- added mobmods (need to be loaded from db)
- added Zone.GetBattleNpcById
- added missing IsValidTarget check in AttackState
This commit is contained in:
Tahir Akhlaq 2017-09-10 03:41:58 +01:00
parent 9077c60b96
commit ce5030acd1
18 changed files with 434 additions and 22 deletions

View file

@ -25,9 +25,10 @@ namespace FFXIVClassic_Map_Server.Actors
Name = 0x08,
Appearance = 0x10,
Speed = 0x20,
Work = 0x40,
AllNpc = 0x2F,
AllPlayer = 0x3F
AllNpc = 0x6F,
AllPlayer = 0x9F
}
class Actor