HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Remaking Bunker Wars for WC3

08-14-2003, 09:37 PM#1
Juvat
I'm remaking Bunker Wars for WarCraft, and think it'll work out fine. All the coding is going great, except for one thing; when using the moving pallet, that you use to move your units around with, it only moves the first 12 generated units, and doesn't move any of the rest. I'm using the following action (in theory, meaning that there's alot more, but it's just to check what player and type is being moved).

Pick every unit in (Units of type Space Fel Orc) and do (Unit Group - Order (Units owned by Player 1 (Red of type Space Fel Orc) to Move To (Center of North <gen>)

Now, what would I have to add/change to make it move all the Space Fel Orcs on the map? I don't have to worry too much about it specifically mentioning the player, because my buttload of If,Then,Else commands handle that. All I need to do is move every Space Fel Orc on the map to where I want them. Realise, that I don't want the little wisp that is used to control the movement to move as well.

Please help!
08-14-2003, 09:54 PM#2
Cronanius
Have it as all <specific unit-type> in <playable map area>(region) move to <region>.
08-14-2003, 10:00 PM#3
Juvat
What action is that, exactly? I can't find one that matches that exact description...
08-14-2003, 10:03 PM#4
Cronanius
hold on ill find it...
08-14-2003, 10:13 PM#5
Cronanius
Action:

Unit Group - Pick Every Unit In <Unit Group> (Units in (Playable Map Area)) and do Action

Action - Unit - Issue Order Targeting a Point -
Order Picked Unit to Move to <region>

That Action on the second line is what u put in for the Action on the first line. That should work.
08-14-2003, 10:24 PM#6
Juvat
THANKS A MILLION!

I was close to finding the right combo once, but I just couldn't figure out what was wrong.:D Thanks. I'll be sure to metion you.
08-14-2003, 10:36 PM#7
Pesmerga
Yay, you get mentioned :ggani: Thats like that honourable mention shit they give out at award assemblies during middle school.
08-14-2003, 10:41 PM#8
Cronanius
wat the hell is middle school?
08-14-2003, 10:51 PM#9
Juvat
Quote:
Originally posted by Pesmerga
Yay, you get mentioned :ggani: Thats like that honourable mention shit they give out at award assemblies during middle school.

You don't mean anything personal by that, do you, friend?:reallyang
08-15-2003, 03:05 AM#10
Panto
Heh. I doubt he's trying to pick a fight. Pesmerga reminds me of how Dead-Inside used to behave.

BTW, I'm pretty sure the reason your first trigger wasn't working was that it was stopping once it had filled up a full command screen's worth of units (i.e. 12). I don't remember why it does that, but it certainly does.