Implemened npc special ability (43) CASTING_RESIST_DIFF which sets innate resist modifier on

ALL spells used by that NPC. Ie. 43,1,-200 will set a -200 innate resist diff, so if your npc cast
a spell that has a -10 resist modifier the final resist diff would be -210.
This commit is contained in:
KayenEQ
2014-12-27 18:43:59 -05:00
parent 05c943779d
commit 9666f1e25e
3 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -135,7 +135,8 @@ enum {
NPC_CHASE_DISTANCE = 40,
ALLOW_TO_TANK = 41,
IGNORE_ROOT_AGGRO_RULES = 42,
MAX_SPECIAL_ATTACK = 43
CASTING_RESIST_DIFF = 43,
MAX_SPECIAL_ATTACK = 44
};
typedef enum { //fear states