- Joined
- Aug 27, 2013
- Messages
- 104
I want my boss to cast flamestrikes at random points around him. I know that i create dummy unit, give it flamestrike, but i don't know how to cast it multiple times at random points.
Edit: Or it can be to cast on location of my hero mutliple times with pause 2-3 seconds between flamestrikes
Edit2:
I made it like this, is this right way?
Edit: Or it can be to cast on location of my hero mutliple times with pause 2-3 seconds between flamestrikes
Edit2:
-
mass flamestrike
-
Events
-
Conditions
-
Actions
-
Trigger - Turn off (This trigger)
-
Set position = (Position of Dreadlord 0000 <gen>)
-
Unit - Create 1 dummy for Player 1 (Red) at (Position of Blood Mage 0019 <gen>) facing Default building facing degrees
-
Set flamestrike = (Last created unit)
-
Unit - Add Flame Strike (Neutral Hostile 2) to flamestrike
-
Unit - Order flamestrike to Human Blood Mage - Flame Strike position
-
Unit - Add a 2.00 second Generic expiration timer to flamestrike
-
-
-
mass fs 2
-
Events
-
Unit - Blood Mage 0019 <gen> Acquires a target
-
-
Conditions
-
Actions
-
Trigger - Turn off (This trigger)
-
Animation - Play Blood Mage 0019 <gen>'s spell channel animation
-
Unit - Pause Blood Mage 0019 <gen>
-
Trigger - Run mass flamestrike <gen> (checking conditions)
-
Wait 2.00 seconds
-
Trigger - Run mass flamestrike <gen> (checking conditions)
-
Wait 2.00 seconds
-
Trigger - Run mass flamestrike <gen> (checking conditions)
-
Wait 2.00 seconds
-
Trigger - Run mass flamestrike <gen> (checking conditions)
-
Wait 2.00 seconds
-
Trigger - Run mass flamestrike <gen> (checking conditions)
-
-
I made it like this, is this right way?
Last edited: