mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-21 08:34:31 +02:00
effect timers now display (<3 ion)
- added source/target to effects - todo: send battle packet crap
This commit is contained in:
parent
8bebba64b3
commit
c7b87c0d89
6 changed files with 82 additions and 25 deletions
|
@ -17,11 +17,11 @@ namespace FFXIVClassic_Map_Server.Actors
|
|||
[Flags]
|
||||
enum AggroType
|
||||
{
|
||||
None,
|
||||
Sight,
|
||||
Scent,
|
||||
LowHp,
|
||||
IgnoreLevelDifference
|
||||
None = 0x00,
|
||||
Sight = 0x01,
|
||||
Scent = 0x02,
|
||||
LowHp = 0x04,
|
||||
IgnoreLevelDifference = 0x08
|
||||
}
|
||||
|
||||
class BattleNpc : Npc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue