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

"Order all units to move-attack..."doesnt works...

Status
Not open for further replies.
Level 4
Joined
Nov 22, 2004
Messages
62
hi War3 lovers, i need a help...
im making a map that u do massive attacks with massive numbers of units (like real life)
and to simplify the life of the player, im doing a trigger that order ALL of his units to move to the desired location... but it doesnt works FINE, take a look:

Events
unit it issued an order
Conditions
and all conditions are true
ordered unit equal to Commander
<order given to unit equal to attack>
Actions
order all units owned by owner of ordered unit to move-attack to target point of ordered unit´s order

ok, now, i dont know what trigger to put in the second slot of the conditiond. this trigger must compare the action that the unit was ordered with move-attack or attack.
how do i do it? im kinda confused
thx alot for heling me :D
 
Level 9
Joined
Nov 27, 2004
Messages
465
if your units respawn at diferent location you may make a better thig:

event
every x seconds
condition

Do
pick every unit at location "location" by player "needed player"
___loop
_____order picked unit to move-attack point "b"

something like this you may see at my first cinematic scene of starcraft rpg..poor cinematic..
 
Status
Not open for further replies.
Top