| 08-02-2004, 06:19 PM | #1 |
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 |
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 |
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 |
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 | |
Quote:
Hmm... "Triggering player" isnt a choice there... Odd... It still doesnt work with the changes :( |
| 08-02-2004, 08:27 PM | #6 | |
Quote:
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 | |
Quote:
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 |
Thnx so much! I really thank you!!!!! |
