- Joined
- Aug 2, 2008
- Messages
- 154
I have a problem with the following trigger...it creates only 1 dummy and that one casts "breath of fire". But it should create 16 dummies around the hero...
Mario
-
FN
-

Ereignisse
-


Einheit - A unit starts the effect of an ability
-
-

Bedingungen
-


(Ability being cast) equal Fire Nova (Bloodelf Guardian)
-
-

Aktionen
-


Set Temp_Point = (Position of (Casting unit))
-


For each (Integer Integer_FN) from 1 to 16, do (Actions)
-



Schleifen - Aktionen
-




Set Real = ((Real(Integer_FN)) x 22.50)
-




Unit - Create 1 Dummy for (Owner of (Casting unit)) at Temp_Point facing Real degrees
-




Unit - Add a 5.00 second Standard expiration timer to (Last created unit)
-




Unit - Order (Last created unit) to Neutraler Pandarenen-Braumeister - 'Breath of Fire' (Temp_Point offset by 0.00 towards Real degrees)
-
-
-


Custom script: call RemoveLocation( udg_Temp_Point )
-
-
Mario



