Staredit Network

Staredit Network -> UMS Assistance -> Level Spawning >.>
Report, edit, etc...Posted by NauTii-Poppy on 2006-11-26 at 19:01:30
Well my problem is that I did all the right triggers but still doesn't work. And it's giving me a headache >.> can anyone help meeeee please smile.gif .

Condition:
[P7] [Commands Exactly] [1] [Zergling]

Action:
[Create] [1] [Reaver] [At location]
[Wait] [4000]

These two triggers 10 times. But only 1 reaver spawns and I put hyper triggers and stuff =[. Please helpppp!!! =]
Report, edit, etc...Posted by IsaT on 2006-11-26 at 19:20:04
You need preserve triggers on the end of each trigger.

Delete all butone of the triggers, and deathcounter of 10 deaths.

Then in the ations, after you spawn the reaver add 1 death to whatever unit you did the condition for.

Edit:
More information here.

Off topic:welcome to SeN
Report, edit, etc...Posted by NauTii-Poppy on 2006-11-26 at 19:24:32
But I only want 10 reavers to spawn and if i do preserve trigger its gonna spawn non-stop
Report, edit, etc...Posted by IsaT on 2006-11-26 at 19:27:47
Read last edit above.
Report, edit, etc...Posted by Shocko on 2006-11-26 at 19:28:32
QUOTE(NauTii-Poppy @ Nov 26 2006, 04:24 PM)
But I only want 10 reavers to spawn and if i do preserve trigger its gonna spawn non-stop
[right][snapback]595280[/snapback][/right]


Switches, Death Counters, Unit placements anything -- just add another condition to stop the loop at 10, simple really.
Report, edit, etc...Posted by NauTii-Poppy on 2006-11-26 at 19:31:59
Ahhhhh I see! Thank you! biggrin.gif
Report, edit, etc...Posted by Shocko on 2006-11-26 at 19:35:40
Add Condition:
[P7] [Deaths AtMost] [10] [Pylon]

Add Action:
[SetDeaths] [Add] [1] [Pylon]
[PreserveTrigger]
[Comment]
Report, edit, etc...Posted by Velendesril on 2006-11-26 at 21:13:54
Condition:
[P7] [Commands Exactly] [1] [Zergling]

Action:
[Create] [1] [Reaver] [At location]
[Wait] [4000]
[Set] [Switch 1]
[Preserve trigger]


Trigger 2

[P7] [Commands Exactly] [10] [Reavers]

or

[P7] [has Suffered Exactly 10 Deaths of Reavers]

Action
[Clear Switch 1]
Report, edit, etc...Posted by Lord-Omega on 2006-11-28 at 10:58:07
here..., oh, and i think you have wait blocks..
Trigger
Description:
get reavers
Players:
¤ Player 7
Conditions:
¤ player 7 commands at least 1 zergling
¤ player 7 commands at least 0 reavers
¤ player 7 commands at most 10 reavers
Actions:
¤ create 1 reaver for player 7 at [loc]
¤ whatever else you want in here
¤ preserve trigger

Next Page (1)