mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 11:28:22 +02:00
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:
parent
9077c60b96
commit
ce5030acd1
18 changed files with 434 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue