- Joined
- Aug 4, 2008
- Messages
- 279
Well, it spams only 90 degrees, why doesnt spam 360 degrees?
(Is this spell MUI?)
(Is this spell MUI?)
-
Fire Nova
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to FN
-
Actions
- Set Integer[1] = (Integer[1] + 1)
- Set Caster[Integer[1]] = (Triggering unit)
- Set Position[Integer[1]] = (Position of ToD_Caster[Integer[1]])
- Set Owner[Integer[1]] = (Owner of ToD_Caster[1])
- Set Ability[Integer[1]] = (Level of Taste of Death for Caster[Integer[1]])
- Set Dummy_Ability[Integer[1]] = Fire Nova(dummy)
-
For each (Integer Integer[2]) from 1 to 36, do (Actions)
-
Loop - Actions
- Set Integer[2] = (Integer[2] + 1)
- Set Target_Location[Integer[2]] = (Position[Integer[1]] offset by 50.00 towards (10.00 x (Real(Integer[2]))) degrees)
- Unit - Create 1 Dummy for Owner[Integer[1]] at Target_Location[Integer[2]] facing Default building facing degrees
- Set Dummy[Integer[2]] = (Last created unit)
- Unit - Add a 1.50 second Generic expiration timer to Dummy[Integer[2]]
- Unit - Add Dummy_Ability[Integer[1]] to Dummy[Integer[2]]
- Unit - Order Dummy[Integer[2]] to Undead Dreadlord - Carrion Swarm ToD_Target_Location[Integer[2]]
-
Loop - Actions
-
Events