- Joined
- Sep 28, 2004
- Messages
- 365
I've been seeing AoS-type maps with 6vs6 mode. With AI spawning and attacking as normal. I've been finding the tutorial but i can't get any and i am not sure what to type in the search. Whenever i type "6vs6 AoS tutorial" in search it gives me a bunch of AoS thread that has nothing to do with it.
Anyone can help me with this? Thanks in advance!
Below is the trigger i tried, but they still go back to their position.
Anyone can help me with this? Thanks in advance!
Below is the trigger i tried, but they still go back to their position.
-
Panda Goblin
-
Events
- Time - Every 15.00 seconds of game time
- Conditions
-
Actions
- Unit - Create 2 Pandaren for Neutral Hostile at (Position of Pandaren Brewmaster 0001 <gen>) facing 180.00 degrees
- Unit - Create 1 Goblin Shredder for Neutral Extra at (Position of Alchemist 0000 <gen>) facing 0.00 degrees
- Countdown Timer - Start timer as a One-shot timer that will expire in 1.00 seconds
-
Events
-
Attack
-
Events
- Time - timer expires
- Conditions
-
Actions
-
Unit Group - Pick every unit in (Units within 500.00 of (Position of Pandaren Brewmaster 0001 <gen>) matching ((Unit-type of (Matching unit)) Equal to Pandaren)) and do (Actions)
-
Loop - Actions
- AI - Ignore (Picked unit)'s guard position
- Unit - Order (Picked unit) to Attack-Move To (Center of goblin <gen>)
-
Loop - Actions
-
Unit Group - Pick every unit in (Units within 500.00 of (Position of Alchemist 0000 <gen>) matching ((Unit-type of (Matching unit)) Equal to Goblin Shredder)) and do (Actions)
-
Loop - Actions
- AI - Ignore (Picked unit)'s guard position
- Unit - Order (Picked unit) to Attack-Move To (Center of panda <gen>)
-
Loop - Actions
-
Unit Group - Pick every unit in (Units within 500.00 of (Position of Pandaren Brewmaster 0001 <gen>) matching ((Unit-type of (Matching unit)) Equal to Pandaren)) and do (Actions)
-
Events