• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Stuck on Trigger

Status
Not open for further replies.
Level 2
Joined
Aug 14, 2006
Messages
20
i need the trigger in castle fight that makes the units attack the other side once they respawn. i have tried to make 1 myself but can't seem to get it to work

i am making a map that requres this trigger

plz help
 
Level 2
Joined
Aug 14, 2006
Messages
20
i don't get can u take a screen shot or something and copy trigger so i can see what it looks like in the world editor
 
Level 7
Joined
Sep 5, 2006
Messages
333
try this
  • Melee Initialization
    • Events
      • Unit - A unit enters (Entire map)
    • Conditions
      • ((Triggering unit) is A peon-type unit) Equal to False
    • Actions
      • Unit - Order (Triggering unit) to Attack-Move To (Center of (somewhere))
 
Level 2
Joined
Aug 14, 2006
Messages
20
try this
  • Melee Initialization
    • Events
      • Unit - A unit enters (Entire map)
    • Conditions
      • ((Triggering unit) is A peon-type unit) Equal to False
    • Actions
      • Unit - Order (Triggering unit) to Attack-Move To (Center of (somewhere))
thank you very helpful
 
Status
Not open for further replies.
Top