So I've stuck on this trigger for hours now and can't really tell what is going on. The idea is simple, every few seconds the boss calls down a "broadside" on the arena; players are warned where it's going to fall so they have time to move out of the way. Simple enough.
Thanks for the help!
(Btw, I know this leaks, I'm more interested in having it work first, fix leaks later)
-
BroadsideSpawn
-
Events
-
Time - BroadsideTimer expires
-
-
Conditions
-
Actions
-
For each (Integer A) from 1 to 14, do (Actions)
-
Loop - Actions
-
Unit - Create 1 Dummy Alert for Player 12 (Brown) at (Random point in ARENA <gen>) facing Default building facing degrees
-
Unit Group - Add (Last created unit) to BroadsideDummy_Group
-
-
-
Countdown Timer - Start BroadsideFuse as a One-shot timer that will expire in 2.00 seconds
-
-
-
BroadsideBoom
-
Events
-
Time - BroadsideFuse expires
-
-
Conditions
-
Actions
-
Unit Group - Pick every unit in BroadsideDummy_Group and do (Actions)
-
Loop - Actions
-
Unit - Add Broadside to (Picked unit)
-
Unit - Order (Picked unit) to Orc Tauren Chieftain - War Stomp.
-
Unit - Add a 1.50 second Generic expiration timer to (Picked unit)
-
Game - Display to (All players) the text: (Name of (Picked unit))
-
-
-
-
Thanks for the help!
(Btw, I know this leaks, I'm more interested in having it work first, fix leaks later)