- Joined
- Jul 28, 2013
- Messages
- 768
Hello guys,
I'm making a spell which goes like this:
I took Vashj's Mana Shield. When the Mana shield is activated every attack on Vashj will return its damage to the attacker (works with melee and ranged units).
I tried making this trigger, with Spell Book that includes Thorn aura or Spiked carapace.
Is there any other warcraft3 spell that does the same thing with Ranged units?
Please help.
I'm making a spell which goes like this:
I took Vashj's Mana Shield. When the Mana shield is activated every attack on Vashj will return its damage to the attacker (works with melee and ranged units).
I tried making this trigger, with Spell Book that includes Thorn aura or Spiked carapace.
-
Untitled Trigger 001
-
Events
-
Time - Every 0.01 seconds of game time
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Lady Vashj 0004 <gen> has buff Mana Shield) Equal to True
-
-
Then - Actions
-
Unit - Add Spell Book to Lady Vashj 0004 <gen>
-
-
Else - Actions
-
Unit - Remove Spell Book from Lady Vashj 0004 <gen>
-
Unit - Remove Thorns Aura buff from Lady Vashj 0004 <gen>
-
-
-
-
Is there any other warcraft3 spell that does the same thing with Ranged units?
Please help.