- Joined
- Jul 14, 2007
- Messages
- 715
I need help with my trigger i tryed to do it by myself but i wouldnt work, ive used the ability base as taunt so it does it, it creates the units just doesnt move them and makes them explode.
-
Explode Copys
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Exploding Copys
-
-
Actions
-
Unit Group - Pick every unit in (Units within 1.00 of (Position of (Casting unit))) and do (Actions)
-
Loop - Actions
-
Unit - Create 3 Exploding Dummy for (Owner of (Casting unit)) at (Position of (Triggering unit)) facing Default building facing degrees
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Number of units in (Units within 200.00 of (Position of (Casting unit)))) + 0) Greater than or equal to 1
-
(Unit-type of (Triggering unit)) Equal to Exploding Dummy
-
-
Then - Actions
-
Unit - Move (Triggering unit) instantly to (Position of (Random unit from (Units owned by (Matching player) matching (((Triggering unit) belongs to an enemy of (Triggering player)) Equal to True))))
-
Wait 2.00 seconds
-
Unit - Explode (Triggering unit)
-
Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 500.00 at (Position of (Triggering unit)), dealing 100.00 damage of attack type Spells and damage type Normal
-
-
Else - Actions
-
Do nothing
-
-
-
-
-
-