• 🏆 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 lane attack move regions

Status
Not open for further replies.
Level 2
Joined
Apr 4, 2008
Messages
6
Ok hi guys, so im making a dota style map with 3 lanes top,mid,bot
ive got down the triggers for spawning and attack moving units, but when it comes to top and bottom, how do i add on to the attack move position, for example, they are rallied to attack move to the top left of the screen, but i dont know how to get them to attack move from the top left to the enemy's tree. its hard to explain sorry. im not good with words
 
Level 4
Joined
Jun 1, 2007
Messages
92
When it enters the region at the top left of the screen, order them to attack move to the top right.
  • attack
    • Events
      • Unit - A unit enters Top Left <gen>
    • Conditions
      • (Owner of (Entering unit)) Equal to Player 1 (Red)
    • Actions
      • Unit - Order (Entering unit) to Attack-Move To (Center of Top Right <gen>)
 
Status
Not open for further replies.
Top