- Joined
- Mar 4, 2009
- Messages
- 1,156
what im trying to do is that when unit has wind walk and if he attack or casts a spell that i can do action
i tried with this trigger but its not working good
Unit - A unit Is attacked (while he has Wind Walk buff)
Unit - A unit start effect of an ability (while he has Wind Walk buff)
Unit - A unit cancels casting an ability (ability being cast equal to Wind walk)
are not working
(Blizzard´s trigger removes the wind walk buff before my trigger and condition (attacking unit has buff Wind Walk) is not working than)
i tried with this trigger but its not working good
-
WW BRAK
-
Events
-
Unit - A unit Is issued an order with no target
-
Unit - A unit Is issued an order targeting a point
-
Unit - A unit Is issued an order targeting an object
-
-
Conditions
-
((Triggering unit) has buff Wind Walk) Equal to True
-
-
Actions
-
Wait 0.22 seconds
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Triggering unit) has buff Wind Walk) Not equal to True
-
-
Then - Actions
-
Game - Display to (All players) the text:Wind Walk canceled.....
-
-
Else - Actions
-
-
-
Unit - A unit Is attacked (while he has Wind Walk buff)
Unit - A unit start effect of an ability (while he has Wind Walk buff)
Unit - A unit cancels casting an ability (ability being cast equal to Wind walk)
are not working
