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

How to make air units......

Status
Not open for further replies.
Level 7
Joined
May 3, 2007
Messages
210
If you use pre-placed pathing blockers they wont be able to go through the gate when it is open either. Likewise, they could just go "around" the pathing blockers unless it's all the way across a boundary. You could make all of your air units "hover" instead of fly. Or you could put a region where the gate it and just move the air unit back whenever the gate is closed.
 
Level 18
Joined
Oct 11, 2008
Messages
15,323
You could do it true a trigger....
Event-units starts an ability (open)
Condition-unit type gate
Action-Destructable kill-pathing blocker air
And then when you whant to close it:
Event-units starts an ability (close)
Condition-unit type gate\
Action-Destructable resurect-pathing blocker air
 
Status
Not open for further replies.
Top