[Quest API] Added NPC special ability to modify Riposte/Dodge/Parry/Block chance (#1683)

* Update attack.cpp

* u

* Update attack.cpp

* spellchecked
This commit is contained in:
KayenEQ
2021-11-06 21:06:14 -04:00
committed by GitHub
parent 5c7972345a
commit 785926a584
3 changed files with 95 additions and 62 deletions
+3 -2
View File
@@ -201,14 +201,15 @@ enum {
ALLOW_TO_TANK = 41,
IGNORE_ROOT_AGGRO_RULES = 42,
CASTING_RESIST_DIFF = 43,
COUNTER_AVOID_DAMAGE = 44,
COUNTER_AVOID_DAMAGE = 44, //Modify by percent NPC's opponents chance to riposte, block, parry or dodge individually, or for all skills
PROX_AGGRO = 45,
IMMUNE_RANGED_ATTACKS = 46,
IMMUNE_DAMAGE_CLIENT = 47,
IMMUNE_DAMAGE_NPC = 48,
IMMUNE_AGGRO_CLIENT = 49,
IMMUNE_AGGRO_NPC = 50,
MAX_SPECIAL_ATTACK = 51
MODIFY_AVOID_DAMAGE = 51, //Modify by percent the NPCs chance to riposte, block, parry or dodge individually, or for all skills
MAX_SPECIAL_ATTACK = 52
};
typedef enum { //fear states