Hello Hive!
I have been working on a new item on my map which provides a passive aura and has a use to reset the Hero's ability cooldowns. Everything is working fine except for 1 thing, when the hero uses the item, the items cooldown is also reset, making it too OP and broken. Is there any way to put the item on cooldown via trigger?
Here is my simple trigger for reference:
I have been working on a new item on my map which provides a passive aura and has a use to reset the Hero's ability cooldowns. Everything is working fine except for 1 thing, when the hero uses the item, the items cooldown is also reset, making it too OP and broken. Is there any way to put the item on cooldown via trigger?
Here is my simple trigger for reference:
-
Reset Ability Cooldowns
-
Events
- Unit - A unit Uses an item
-
Conditions
- (Item-type of (Item being manipulated)) Equal to |cffff8000An'shel, Ring of the Perpetual Void|r
-
Actions
- Unit - Reset ability cooldowns for (Hero manipulating item)
-
Events