• 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.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

need help with this trigger plz sum one

Status
Not open for further replies.
Make a specific building like in "dota" the last building frozen throne/tree of life,

ill write a trigger im not in WE, i'll make if evil win
  • Events
    • Unit dies
  • Conditions
    • Unit type of dying unit is equal to tree of life<--just click on the building for this
  • Actions
    • Victory Evil
    • Defeat Good
Something like this, but use player group Good(red,blue,teal) Bad(green,brown)<-player group
 
  • Win Good
    • Events
      • Unit - Frozen Throne Dies
    • Conditions
    • Actions
      • Set Good = (All players matching (((Matching player) is an ally of Player 1 (Red)) Equal to True))
      • Set Bad = (All players matching (((Matching player) is an ally of Player 7 (Green)) Equal to True))
      • Player Group - Pick every player in Good and do (Actions)
        • Loop - Actions
          • Game - Victory (Picked player) (Show dialogs, Show scores)
      • Player Group - Pick every player in Bad and do (Actions)
        • Loop - Actions
          • Game - Defeat (Picked player) with the message: Defeat!
  • Win Bad
    • Events
      • Unit - Tree of Life Dies
    • Conditions
    • Actions
      • Set Good = (All players matching (((Matching player) is an ally of Player 1 (Red)) Equal to True))
      • Set Bad = (All players matching (((Matching player) is an ally of Player 7 (Green)) Equal to True))
      • Player Group - Pick every player in Bad and do (Actions)
        • Loop - Actions
          • Game - Victory (Picked player) (Show dialogs, Show scores)
      • Player Group - Pick every player in Good and do (Actions)
        • Loop - Actions
          • Game - Defeat (Picked player) with the message: Defeat!
 
Level 8
Joined
Mar 12, 2008
Messages
437
  • Actions
    • Player Group - Pick every player in (Player group) and do multiple actions
      • Loop - Actions
        • Game - Victory (Picked player) (Show dialogs, Show scores)
For unit group, do (All allies of Player 1 (Red)) for team 1, and (All allies of Player 7 (Green)) for team 2.

Edit: Oops, someone was faster than me. Didn't see that.
 
Status
Not open for further replies.
Top