HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

MASS ATTACK trigger help

08-02-2004, 06:19 PM#1
Retarded
Hey guys, as the thread title says, MASS ATTACK trigger help
Im not good with triggers and heres the problem...

Unfortunately i don't know much about triggers, but i used to do triggers at starcraft(lol). Anyways, unlike starcraft, its much different to do the mass attack trigger. Since theres no "ALL UNITS GO" trigger i have no idea what trigger to use. I tried uit grouping but thats only 12 units. I opened map like wintermaul and found wierd stuff and tried to make similar situations, unfortunately, i couldnt. The only trigger im having trouble is How to send all the units at once... At once...

can you guys help me out AsAp? thnx for your time

Retarded o_O
08-02-2004, 07:34 PM#2
Heptameron
The trigger would look something like this:
Code:
Actions
    Unit Group - Pick every unit in (All units owned by [i](mass-attacking player)[/i] matching (((Picked unit) is A structure) Equal to False)) and do (Multiple Actions)
        Loop - Actions
            Unit - Order (Picked unit) to Attack-Move [i](point to mass-attack to)[/i]
08-02-2004, 08:07 PM#3
Retarded
Hey thanks alot it helped! First when i tried it, it didnt work, so i chaged some stuff and it did! but it made evryone's unit attack, which isnt right...
I'll show u what i did on this picture, plz tell me whats wrong...

Thank you for helping me so much!
08-02-2004, 08:13 PM#4
Dark_Uber
you would have to change the (Matching Player) to (Triggering Player)

oh and where it says "matching (picked unit)" that should be changed to (Matching unit)
08-02-2004, 08:24 PM#5
Retarded
Quote:
Originally Posted by Computer[Uber]
you would have to change the (Matching Player) to (Triggering Player)

oh and where it says "matching (picked unit)" that should be changed to (Matching unit)

Hmm... "Triggering player" isnt a choice there... Odd...

It still doesnt work with the changes :(
08-02-2004, 08:27 PM#6
Raptor--
Quote:
Originally Posted by Computer[Uber]
you would have to change the (Matching Player) to (Triggering Player)

oh and where it says "matching (picked unit)" that should be changed to (Matching unit)

something like pick every unit in (units owned by ((triggering player) matching (matching unit is not equal to building) ) )

also he forgot to put the move command INSIDE the loop, right now he has it outside and after it
08-02-2004, 09:40 PM#7
Heptameron
Quote:
Originally Posted by Retarded
Hey thanks alot it helped! First when i tried it, it didnt work, so i chaged some stuff and it did! but it made evryone's unit attack, which isnt right...
I'll show u what i did on this picture, plz tell me whats wrong...

Thank you for helping me so much!
I may have made a mistake; here's what you need to change from that picture.

Matching Player should become Event Response - Triggering Player.
Picked Unit should become Matching Unit.
The Order action should be inside the loop (drag it onto the Loop - Actions line).
08-02-2004, 11:57 PM#8
Retarded
Thnx so much! I really thank you!!!!!