[Solved] How to block any one ability?

Status
Not open for further replies.

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,866
Add a requirement, or remove the ability, or disable the ability.
  • Untitled Trigger 001
    • Events
      • Time - Elapsed game time is 5.00 seconds
    • Conditions
    • Actions
      • Unit - For Paladin 0000 <gen>, Ability Holy Light, Disable ability: True, Hide UI: False
      • Unit - Remove Holy Light from Paladin 0000 <gen>
 

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,866
I thought I would have to conjure with custom scripts, as with stacking items :ogre_haosis:
In the future just use the Search For Text feature in the Actions, typing the word "disable" would've shown you what you wanted. Or simply check the Unit category, since you know you're trying to do something to a Unit then if an Action exists it's most likely going to be in there. Everything is organized for the most part using fairly decent logic.
 
Status
Not open for further replies.
Top