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

Dota like Trigger Help?

Status
Not open for further replies.
Level 8
Joined
Jun 2, 2015
Messages
85
So, I'm trying to work on a file on my main map, which is to many it where when 6 towers fall, this vault becomes Vulnerable, but I can't understand the triggers, I barely understand Integers & how they work aside the Variable stuff. can anyone explain to me, How I can set it up where when the towers fall, the building becomes attack-able? I'd appreciate it.
 
Level 11
Joined
Jun 2, 2004
Messages
849
I'm assuming you're using preplaced units and don't expect them to ever come back after dying.
  • Untitled Trigger 001
    • Events
      • Unit - A unit Dies
    • Conditions
      • (Tower 0000 <gen> is dead) Equal to True
      • (Tower 0001 <gen> is dead) Equal to True
      • (Tower 0002 <gen> is dead) Equal to True
      • (Tower 0003 <gen> is dead) Equal to True
      • (Tower 0004 <gen> is dead) Equal to True
      • (Tower 0005 <gen> is dead) Equal to True
    • Actions
      • Unit - Make Town Hall 0001 <gen> Vulnerable
There are better ways to accomplish this but I tried to maximize simplicity.
 
Status
Not open for further replies.
Top