Staredit Network

Staredit Network -> UMS Assistance -> Spawning Problemos . .
Report, edit, etc...Posted by Staredit.Net Essence on 2003-08-24 at 08:10:41
First of all, Hi everybody, new here wink.gif
This is the first real map I make, after some landscape-stuff.

First problem: Trying to make a trigger that you keep getting a unit. So in my case, a marine at the location.
Trigger is
Condition
-Always
Action
-Create x . .. at ... for x
But if I test it (test SP, maybe prob?) you get some in the beginning, and then it stops


Second prob:
Trigger wich should give a unit for every 5 kills.
Condition
-x kills .. exactly x any unit
Action
-Create x ... at ... for x

What am I doing wrong, or how can I do it decently ?
helpsmilie.gif

*EDIT*
and also: computer players not attackign?
How can I fix that they keep attacking?
Report, edit, etc...Posted by Mini Moose 2707 on 2003-08-24 at 10:29:55
Stick a Preserve Trigger in those triggers and they'll repeat.

Computer players should attack.
Have they been hit with a defeat trigger?
Has a trigger allied them to the players?
Report, edit, etc...Posted by Staredit.Net Essence on 2003-08-24 at 12:42:52
spawning works now

attacking probably doesn't work due to too small spawn area
so fixing that first


testing img:
user posted image
4 biggest green spots used to be ennemie spawning places
you need to defend the pklatform you're on
and mind the kills wink.gif
(normally there is victory after 1500 kills and half an hour, but that seems a bit long smile.gif )
Report, edit, etc...Posted by chuiu on 2003-08-24 at 18:41:03
QUOTE
Second prob:
Trigger wich should give a unit for every 5 kills.
Condition
-x kills .. exactly x any unit
Action
-Create x ... at ... for x


You need a trigger like ...

Condition
Foes suffers at least 5 deaths of any unit.
Action
Remove 5 deaths of any unit for foes.
Create 1 (unit) at (wherever) for (player).
Preserve Trigger.

You can't use kills, unless you want to create a trigger every 5 kills.

At least 5 kills ... at least 10 kills ... at least 15 kills ...

Using exactly will only run the trigger if you have EXACTLY that much. I dont suggest using this because what happens of you kill two enemy units at the same time and go from 4 to 6?
Report, edit, etc...Posted by Staredit.Net Essence on 2003-08-26 at 12:26:41
yeah that's fixed, found that while testing a bit

now only problem is that they attack once, and then just sit around . .
Report, edit, etc...Posted by chuiu on 2003-08-26 at 16:10:28
At the spawn location.

Condition
-Always
Action
-Issue order to all men at (spawn loc) patrol to (attack to or at this place loc).
-Preserve.

The reason they dont attack a lot is because you arent telling them to (my guess).
Next Page (1)