Got items that after use adds ability to you like thorn aura that works only on me, but some heroes in my map got more than 4 spells and this thorn ability repleaces some abilities after use for short duration. How to Add this ability without making it taking space in spell bar? I tried to remove icon but didn't work, icon was... but green. Here's Trigg:
-
Active
-
Events
-
Unit - A unit using item
-
-
Conditions
-
(Item-type of (Item being manipulated)) = Barbed Armor
-
-
Actions
-
Set BarbedUnit = (Hero manipulating item)
-
Timer - Start BarbedTimer as a Jone shot‚ timer that will expire in 8.00 seconds
-
Unit - Add Barbed Armor to BarbedUnit
-
Trigger - Turn on Disactive <gen>
-
-
-
Disactive
-
Events
-
Time - BarbedTimer expires
-
-
Conditions
-
Actions
-
Unit - Remove Barbed Armor from BarbedUnit
-
-