Staredit Network

Staredit Network -> UMS Assistance -> Gain Points by killing?
Report, edit, etc...Posted by DarkPythn on 2005-12-24 at 07:55:37
If you kill a creature, you get 100 points of each creature you killed (ANY). helpsmilie.gif

How to trigger that?
Report, edit, etc...Posted by Oo.Vic.oO on 2005-12-24 at 09:54:32
Conditions:
Current player kill score is at least 1

Actions:
Set kill score to 0
Add 100 custom points
Preserve Trigger

Report, edit, etc...Posted by Snipe on 2005-12-24 at 10:41:42
aww man.. vic beat me to it.. even i know that trigger sad.gif.
Report, edit, etc...Posted by Kow on 2005-12-24 at 12:04:56
Keep in mind though, it won't calculate splash.
Report, edit, etc...Posted by O)FaRTy1billion on 2005-12-24 at 14:25:19
If there is only one unit type or one unit type at a specific time, then do:
Where <NUMBER> is the number found in here for that specific unit.
Trigger
Conditions:
¤ Current player kill score is at least <NUMBER>
¤ Anything else if needed
Actions:
¤ Subtract <NUMBER> kills *score*
¤ Add # custom points
¤ Preserve Trigger


If there is multiple unit types (or your lazy wink.gif), then just do what vic said.

EDIT: Fixed.
Report, edit, etc...Posted by Kow on 2005-12-24 at 14:36:21
It's kill score, not kills.

And, just do that for each unit that could die.

Like:

Conditions:
Kill score = #
Enemy suffered at least 1 deaths of (same unit)

Actions:
Subtract Kill score of #
Subtract one death of (same unit)
Report, edit, etc...Posted by O)FaRTy1billion on 2005-12-24 at 14:41:53
You may have to order the triggers so that it wont start subtracting thinking you killed something you didn't. (I find doing that annoying)
Report, edit, etc...Posted by MrCroww on 2005-12-25 at 02:57:50
Ehmr, i don't think you guys understand what i said:

ok.

sample; My Marine shoots 1 Zergling (i gain 100 points) then 5 seconds later i shoot a zergling again (i gain 100 points again), ect.....

i think thats what he ment...., i dont know how to trigger that also tongue.gif
Next Page (1)