• 🏆 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 a unit group follows a unit but still attacking enemy units?

Status
Not open for further replies.
Level 24
Joined
Jun 26, 2020
Messages
1,850
Hello, I wanna make an spell that orders a unit group of allies follow a hero, but that group can't just "move to the hero and ignore everything else" I wanna that they also attack nearby enemy units, but if there are not busy, they follow the hero, I tried with patrol, but if the hero move away, they follow them ignoring everything, I tried with attack-move the position of the hero, but when they reached, they return to its initial position, what can I do?
 

Uncle

Warcraft Moderator
Level 64
Joined
Aug 10, 2018
Messages
6,511
I tried with attack-move the position of the hero, but when they reached, they return to its initial position
This shouldn't happen if you set things up properly. That behavior can be toggled by ignoring or locking the Guard Position:

exa.png


I don't think I've used "Lock" before but it appears to do something very similar to Ignore.
 
Status
Not open for further replies.
Top