• 🏆 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!

Help!

Status
Not open for further replies.
Level 6
Joined
Oct 25, 2018
Messages
108
Hi. I would like to know how I can do the following: I wish that when 4 different heroes enter a zeppelin, the player will be victorious. All 4 must be inside to win the game.
upload_2020-4-16_12-26-35.png
 

Uncle

Warcraft Moderator
Level 64
Joined
Aug 10, 2018
Messages
6,534
Not sure if you wanted a more generic trigger that works for all players but here's the general idea:
  • Player Win
    • Events
      • Unit - A unit Is loaded into a transport
    • Conditions
      • (Transporting unit) Equal to Zeppelin 0000 <gen>
      • (Paladin 0001 <gen> is loaded into Zeppelin 0000 <gen>.) Equal to True
      • (Archmage 0002 <gen> is loaded into Zeppelin 0000 <gen>.) Equal to True
      • (Mountain King 0003 <gen> is loaded into Zeppelin 0000 <gen>.) Equal to True
      • (Blood Mage 0004 <gen> is loaded into Zeppelin 0000 <gen>.) Equal to True
    • Actions
      • Game - Victory Player 1 (Red) (Show dialogs, Show scores)
 
Status
Not open for further replies.
Top