HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

My units are going the wrong way!!=( help them before they fall off a cliff.

03-05-2004, 05:36 AM#1
Computer.Loco
Hi, i'm currently making a simple map just to teach me how to do things, but the problem im currently facing is units arn't going the path i want them to go, how can i fix this? This is the trigger im currently using..

Events
Unit - A unit owned by player 11 (Dark green) Finishes training a unit

Conditions
(Unit-type of (Trained-unit) equal to X

Actions

Unit - Replace (Trained unit) with a X using The old unit's life and mana
Unit - Order (Last replaced unit) to Attack-Move To (Center of TopLeft <gen>)
03-05-2004, 06:31 AM#2
Youma
Relay the movement with another region half way through the correct path.


Events
Unit - A unit owned by player 11 (Dark green) Finishes training a unit

Conditions
(Unit-type of (Trained-unit) equal to X

Actions

Unit - Replace (Trained unit) with a X using The old unit's life and mana
Unit - Order (Last replaced unit) to Attack-Move To (Center of Left <gen>)



Events
A unit enters (Left <gen>)

Conditions
Unit-type of (Entering unit) equal to X
Owner of (Entering unit) equal to player 11 (Dark green)

Actions
Unit - Order (Entering unit) to Attack-Move To (Center of TopLeft <gen>)
03-05-2004, 06:50 AM#3
Shadow_killer
i can tell you like this the way they are going is shorter then the way they should take
or like this
the way you want them to go is to long so they awlays take the shortest
get it?
:8
03-05-2004, 06:59 AM#4
Computer.Loco
Thanks, that should fix it.

And yes i know they are going the shortest way, i wanted to know what i could do to make them not.
03-05-2004, 07:07 AM#5
Shadow_killer
just make the way they are taking longer then.
place some more trees or what you are using so they take that way you want

or..
delete some things the at the green line then so that way is shorter then that they are taking

or use another more trigger when they come to they center of the map
and some more if they still wont go that way

very easy dude :D
if you cant do it i can help you
just give me the map then