• 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.

[Trigger] Hero Areana Trigger hlp

Status
Not open for further replies.
Level 7
Joined
Sep 19, 2007
Messages
81
Hey i need hlp setting up a hero arena triggers. I need it so that every 260 seconds 1 hero is randomly slected on each team to go to the arena and fight.
But i want the other heros on the side lines invun and unable to move, also to set the camera viewing to only the duel arena area (so they cant move to see an other parts of the map) if u could send me a map with the tirgger or atleast explain how to do it i would be very greatful :infl_thumbs_up:
and i would also give u credit in my map Unkown Arena
 
Level 4
Joined
Aug 31, 2007
Messages
54
2 triggers
  • Arena
    • Events
      • Time - Every 280.00 seconds of game time
    • Conditions
    • Actions
      • Trigger - Turn on Arena Moveout <gen>
      • Unit - Pause all units
      • Unit Group - Pick every unit in (Random 1 units from Bad) and do (Actions)
        • Loop - Actions
          • Set Bad_Hero = (Picked unit)
      • Unit Group - Pick every unit in (Random 1 units from Good) and do (Actions)
        • Loop - Actions
          • Set Good_Hero = (Picked unit)
      • Unit - Move Good_Hero instantly to (Center of (Arena))
      • Unit - Move Bad_Hero instantly to (Center of (Arena))
      • Unit - Unpause Bad_Hero
      • Unit - Unpause Good_Hero
  • Arena Moveout
    • Events
      • Unit - A unit Dies
    • Conditions
      • ((Dying unit) Equal to Bad_Hero) or ((Dying unit) Equal to Good_Hero)
    • Actions
      • Trigger - Turn off (This trigger)
      • Unit - Move Bad_Hero instantly to Bad_Revive
      • Unit - Move Good_Hero instantly to Good_Revive
      • Unit - Unpause all units
that does it. Good and Bad are unit groups
 
Last edited:
Status
Not open for further replies.
Top