- Joined
- Aug 22, 2009
- Messages
- 27
Hello~~~
I've made an ability that will stun units in an area, and it has a range. I made two skills -
Blizzard, then renamed it and changed the art.
War Stomp, and assigned it as the dummy unit's skill to cast in the trigger. I changed the order string to shockwave because the "Unit - Order" trigger doesn't have "War Stomp".
My trigger doesn't work though -
I've made an ability that will stun units in an area, and it has a range. I made two skills -
Blizzard, then renamed it and changed the art.
War Stomp, and assigned it as the dummy unit's skill to cast in the trigger. I changed the order string to shockwave because the "Unit - Order" trigger doesn't have "War Stomp".
My trigger doesn't work though -
-
Holy Might
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Holy Might
-
Actions
- Set Holy_Might_Caster = (Casting unit)
- Set Holy_Might_Point[1] = (Target point of ability being cast)
- Unit - Create 1 Dummy for (Owner of (Casting unit)) at (Target point of ability being cast) facing Default building facing degrees
- Set Holy_Might_Dummy = (Last created unit)
- Unit - Add Holy Might Dummy Stun to Holy_Might_Dummy
- Unit - Add a 1.20 second Generic expiration timer to Holy_Might_Dummy
- Unit - Set level of Holy Might Dummy Stun for Holy_Might_Dummy to (Level of Holy Might for Holy_Might_Caster)
- Unit - Order Holy_Might_Dummy to Orc Tauren Chieftain - Shockwave (Target point of ability being cast)
-
Events