• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Three Way Artillery

Status
Not open for further replies.
Level 6
Joined
Aug 12, 2007
Messages
133
I would like to trigger an artillery that after impact spawns 3 projectiles which jump in three directions.
First the unit attacks. I added it a Disease Ward ability that spawns the invisible dummy unit that has the artillery attack.
Now I want to trigger that unit to attack in 3 different directions.
The problem is, I can't identify it. A unit enters (Playable map area) or A unit spawns a Summoned Unit (then unit type equal to (dummy) blahblah). How do I make it identify it.

ATM the trigger looks like
  • Events
    • Unit - A unit enters (Entire map)
  • Conditions
    • (Unit-type of (Triggering unit)) Equal to Shattering Shot
  • Events
    • Unit - A unit enters (Playable map area)
Won't work as well.


Also how can I make the unit attack ground 50 units forward, 50 units at 135 and 270 degrees?
 
Status
Not open for further replies.
Top