mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-22 18:46:06 +02:00
Small fixes
Fixed final message for multi-hit attacks. Fixed self targeting for commands Made it so player.lua doesn't skip over home points setting, just the quest setitng. Began adding knockback effect handling
This commit is contained in:
parent
79f2edf406
commit
ace4dfe58f
8 changed files with 59 additions and 42 deletions
|
@ -92,6 +92,7 @@ namespace FFXIVClassic_Map_Server.actors.chara
|
|||
Regain = 70, //TP regen, should be -90 out of combat, Invigorate sets to 100+ depending on traits
|
||||
RegenDown = 71, //Damage over time effects. Separate from normal Regen because of how they are displayed in game
|
||||
Stoneskin = 72, //Nullifies damage
|
||||
MinimumTpLock = 73
|
||||
MinimumTpLock = 73, //Don't let TP fall below this, used in openings
|
||||
KnockbackImmune = 74 //Immune to knockback effects when above 0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue