HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Need help with making rounds...

11-15-2002, 04:51 PM#1
zealrage
Hi!
Ok so lets say, 6 heroes are in a team... Now there is a little
round platform and now when one of these heroes enters region
"x" (outside of the platform) every heroes get teleported
in the middle of the platfrom... Now onec they are in it starts a
cinematic tells what to do... now after its over 10 secondes after
from 2 sides of the platform, 10 guys rush the middle of it
attacking the heroes in the middle... after they are done it waits
again 10 secondes and an other round of different units comes... so
now that goes for 5rounds unit they are all dead... once they are
all dead, a boss hero gets teleported in the middle of it and try
to kill these 6 heroes or whats left anny way.

Ok well i'm sure everyone gets the idea because i was kinda
clear...

-Ok so what i need is when hero "Y" enters region
"x" every hero gets teleported in middle of
"platform"
**How do i do it?

-Once they are in cinematic starts
**thats ok

-After 10 secondes 2 mass of 10 units rush the middle of the
"Platform" and trys to kill the heroes
**How do i do it? Please be specific and how to make it happen 5
times

-When like the first round of 10 units x 2 since they come from 2
sides die, an other round starts 10 secondes after...
**How do i do that?

-Ok if heroes cant take anny more, one unit goes on region
"w" that is to exit the platform... Now thats he does that
all heroes come back to some place and can do it all over again
once they enter region "x"
**How do i do that?

------------------------------------------------------------
Ok well if anny one can help me plz do cuz i need all the help i
could get!!!
11-15-2002, 07:29 PM#2
weaaddar
WRONG FORUM...
Jesus I'm pming skull today on IRC and telling him to fix this shit...
11-15-2002, 09:57 PM#3
The_Cyberdemon1
Woah.

Okay.
Quote:
-Ok so what i need is when hero "Y" enters region
"x" every hero gets teleported in middle of
"platform"
**How do i do it?
Event:
----A unit owned by (the player who has the hero) enters region (X region)
Condition:
----(triggering unit) equal to (The unit the hero must be)
Action:
----Move (The hero you wanted, you can either use the "pick units and do action trigger, or select the hero manually) (instantly) to location (The platform region).

Quote:
-After 10 secondes 2 mass of 10 units rush the middle of the
"Platform" and trys to kill the heroes
**How do i do it? Please be specific and how to make it happen 5
times

Ok, at the end of the last trigger, add this action:
----Trigger - Run ((Whatever the name of the trigger is) <gen>)

This is the trigger that you ran:
Actions:
----Wait - Wait 10 seconds
----Create 10 (the unit that is attacking) at location (where the units warp in) facing (You pick it, it doesnt matter)
----Pick all units in region (the regions where the units warp in) and do Issue order to (picked unit) to Attack-move to region (the platform)

That made the units attack. To do it four more times, once every ten seconds, add this to the action:
----Set Variable - Set variable (TriggersRun) = ((triggersrun) + 1)
----Run (this trigger)
Add this condition too:
----Integer Comparison - Triggersrun less than or equal to 4.

TriggerRun - An integer variable

Quote:
-When like the first round of 10 units x 2 since they come from 2
sides die, an other round starts 10 secondes after...
**How do i do that?

If you want this to happen, scratch the answer to the last question.

Make this new trigger:
Event:
----A unit owned by (the player who attacks with the units) dies.
Condition:
----Unit type of (dying unit) equal to (the unit type that is attacking)
Action:
----Set Variable - Set Variable (AttackerDeaths) = ((attackerDeaths) + 1)

Then, make this trigger:
Event:
----Every 2 seconds of the game
Condition
----AttackerDeaths greater than or equal to 20
Action:
----Run trigger (whatever you called the first trigger i showed you how to do)
----Turn of (this trigger).

Quote:
-Ok if heroes cant take anny more, one unit goes on region
"w" that is to exit the platform... Now thats he does that
all heroes come back to some place and can do it all over again
once they enter region "x"
**How do i do that?


Well, make a new region as close to the region where you go into the platform as possible. The will be region Q

Now, make this trigger:
Event:
----A unit owned by (the player owning the hero) enters region (W region)
Condition:
----Unit type of (trigger unit) equal to (the hero type)
Action:
----Move (trigger unit) to region (Q region)

Is that descriptive enough. If not, let me know, and i will elaborate. Good luck :D .
11-15-2002, 11:36 PM#4
zealrage
Ohh well thx very much dude hehe, saved me a great deal of time
11-15-2002, 11:39 PM#5
zealrage
I'm kinda realy confused hehe but could it be possible that you could do that trigger for me lol... if not well ill do it myself, well ill try cuz if you would like to do it for me i would be very... greatefull...
11-16-2002, 11:35 AM#6
The_Cyberdemon1
If you send me the map, i'd be delighted.

The funny thing is, when i explain these triggers, everyone says.

Woah thanks a lot. Looks a bit complicated.

Then, they say "Hmmm. Could you do this for me." Just like the last trigger i made for someone. Took 2 posts to do it.

You can e-mail it to me at [email protected] or, you could post it in this thread.

Oh, and you should probably give me the names of the locations.