Warcraft III resources & community, 2003–2006 · archived

Trigger - How do i make units attack move to a single unit?

6 posts
#1

Trigger - How do i make units attack move to a single unit?

How do i make units attack move to a single unit on spawn? i can do the trigger that creates the units but how do i make the attack move with a trigger?
#2
Should be

Order spawning unit to issue targeting a unit in > actions (don't have my WE up)
#3
Unit - Issue order targeting a unit
:)
That's it!
#4
Not really. That would be targetting a unit. Attacking the unit. He said attack moce. This is Issue Order Targeting a Point- Order (unit) to attack move to position of last created unit
#5
Attack moving to a single unit doesn't make sense, unless there's only 1 enemy unit in the area.

Attack move generally means "Move to this area, attack along the way (and generally means the closest unit)".

It's kind of like saying "I want to auto cast slow on a specific unit"
#6
ThaPokemonMastaAttack moving to a single unit doesn't make sense, unless there's only 1 enemy unit in the area.

Attack move generally means "Move to this area, attack along the way (and generally means the closest unit)".

It's kind of like saying "I want to auto cast slow on a specific unit"


no need to mock him.

Now, what you must do is make a trigger which does the following:

Events:
Every 0.1 seconds of the game
Conditions:
none
Actions:
Center region (unitlocation) on unit - your unit

Then issue order to the attacking units to attack-move to that location, which will be placed on the unit under attack every 0,1 second. (making the location follow it when it moves.)

there you go :)