#219 AddImmunitySpell missing Taunts and Riposte

Closed
opened 3 years ago by neatz09 · 2 comments
neatz09 commented 3 years ago
There is no content yet.
image commented 3 years ago
Collaborator
#define IMMUNITY_TYPE_TAUNT 8
#define IMMUNITY_TYPE_RIPOSTE 9
``` #define IMMUNITY_TYPE_TAUNT 8 #define IMMUNITY_TYPE_RIPOSTE 9 ```
image commented 3 years ago
Collaborator

lua function was added for this: HasSpellImmunity(Entity, immunity_type)

lua functions updated to accept any immunity_type now: AddImmunitySpell RemoveImmunitySpell

lua function was added for this: HasSpellImmunity(Entity, immunity_type) lua functions updated to accept any immunity_type now: AddImmunitySpell RemoveImmunitySpell
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.