- Joined
- Dec 12, 2005
- Messages
- 37
I need help making this spell... It is supposed to be a windwalk that instead of dealing critical damage on attack. Does a small stun. The triggers i have at the moment aren't seeming to work. Can someone tell me what i am doing wrong? Here they are.
Events:
Unit - A unit Starts the effect of an ability
Conditions:
(Ability being cast) Equal to Confusion
Actions:
Unit Group - Pick every unit in (Units within ((Real((Level of Confusion for (Triggering unit)))) x 7200.00) of (Position of (Target unit of ability being cast)) matching ((((Matching unit) is A structure) Equal to False) and (((Matching unit) is Mechanical) Equal to False))) and do (Actions)
Loop - Actions
Unit - Create 1 Dummy for (Owner of (Triggering unit)) at (Position of (Picked unit)) facing 0.00 degrees
Unit - Add stunconfusion to (Last created unit)
Unit - Set level of stunconfusion for (Last created unit) to (Level of Confusion for (Triggering unit))
Unit - Order (Last created unit) to Human Mountain King - Storm Bolt (Picked unit)
Unit - Add a 1.50 second Generic expiration timer to (Last created unit)
Please note. Confusion is the windwalk spell. Stunconfusion is the stormbolt on the dummy for the stun.
Events:
Unit - A unit Starts the effect of an ability
Conditions:
(Ability being cast) Equal to Confusion
Actions:
Unit Group - Pick every unit in (Units within ((Real((Level of Confusion for (Triggering unit)))) x 7200.00) of (Position of (Target unit of ability being cast)) matching ((((Matching unit) is A structure) Equal to False) and (((Matching unit) is Mechanical) Equal to False))) and do (Actions)
Loop - Actions
Unit - Create 1 Dummy for (Owner of (Triggering unit)) at (Position of (Picked unit)) facing 0.00 degrees
Unit - Add stunconfusion to (Last created unit)
Unit - Set level of stunconfusion for (Last created unit) to (Level of Confusion for (Triggering unit))
Unit - Order (Last created unit) to Human Mountain King - Storm Bolt (Picked unit)
Unit - Add a 1.50 second Generic expiration timer to (Last created unit)
Please note. Confusion is the windwalk spell. Stunconfusion is the stormbolt on the dummy for the stun.