Warcraft III resources & community, 2003–2006 · archived

I need a AoS Movement System(No JASS)

4 posts
#1

I need a AoS Movement System(No JASS)

:o I need a good Movement System for a DoTA like Map! No JASS pls! Give Answer pls! :lol:
#2
There is a way to do this using only GUI. What you do is make like a million regions. Name them. Now your map should look something like this....

--Key--
R = region
- and / = pathways.

http://img.photobucket.com/albums/v298/Drag0ntamer/Map.jpg

Now make a trigger that looks something like this. Only instead of my trigger, customize it to fit the needs of your map. Keep in mind that your pathways do not have to be straight. Just be sure that your regions areen't too far apart so the units won't stray.

Event: Time - Every 40.00 seconds of game time

Action: Unit - Create 1 Small Melee for Player 11 (Dark Green) at (Center of Green SpawnN <gen>) facing (Position of (Triggering unit))

Unit - Order (Last created unit) to Attack-Move To (Center of Side Turn N Green <gen>)

Continue to do this until your unit would have reached the appropriate spot. ALso. I haven't really figured out how to get say 3 units at a time head off on their merry little way using ONE trigger. SO what I do is say I have 4 units spawned. I copy and paste the trigger multiple times until I have the desired amount of units.

If anyone knows how I would greately appreciate it.

Thanks,

Drag0ntamer
#3

Thats not the Problem Tamer

:o I need a for Multiple Waves at the SamaeTime with a Group Trigger that roxx :twisted:
#4
Uhm, like I said. Just copy and paste the trriggers and edit em until u have the desired amount of units doing their thing.