Staredit Network

Staredit Network -> UMS Assistance -> Kill Counter
Report, edit, etc...Posted by latinoloco on 2005-09-24 at 10:02:33
Hi, first post here.

I was thinking of a system where you wouldnt need a trigger to give you a civilian (or money reward every 10 kills (for example).

So instead of:
at 10 kills you get a civ
at 20 kills you get a civ
at 30 kills you get a civ

And continuing this until a high ammount. I have thought of a way (I dont know if someone else has already thought of it).

When you get a kill, it adds a custom point. When kills gets to 10, it resets to 0 and gives you a civilian. The reason for the custom score is to have a kill counter, everyone likes a kill counter. But due to sometimes the refresh of the kills goes too quickly, it does not work. Can anyone help me making trigger for this?

Thanks in advance.
Report, edit, etc...Posted by Oo.Turin.oO on 2005-09-24 at 11:06:54
You need to have the resest kill EVERY TIME they get a kill. Then you need to have the reset for custom score AFTER you give them minerals. Here are the triggers you would use. (Note the at least)
---------------------------------------------------

KILL COUNT

Conditions:
-Player 1 gets ATLEAST 1 kill

Actions:
-Add 1 custom for player 1
-Set kills to 0 for player 1
-Preserve Trigger
---------------------------------------------------

CUSTOM COUNT

Condtions:
-Player 1 gets ATLEAST 10 custom

Actions:
-Set resources to give 1 mineral to player 1
-Set custom to 0
-Preserve Trigger
Report, edit, etc...Posted by PlayaR on 2005-09-24 at 11:07:17
what about this :


Trigger
Description:
Score
Players:
¤ Player x
Conditions:
¤ Always
Actions:
¤ Show leader board for most Custum


thats the leader board
and heres getting the score :


Trigger
Description:
civ kill point
Players:
¤ Playar x
Conditions:
¤ Player x kills atleast 1 civ
Actions:
¤ Modify score for player x : add 1 custum
¤ Preserve trigger


and here making the civ :


Trigger
Description:
making civ
Players:
¤ Player x
Conditions:
¤ Player x custum score is exactly 10
Actions:
¤ creat 1 civ at location x for player x
¤ preserve trigger
¤ modify score for player x set to 0 custum


im pretty sure that'll work
if not sorry lol
Report, edit, etc...Posted by Oo.Turin.oO on 2005-09-24 at 11:10:47
Using leader board doesn't work very well for some reason. It's really gay. I know when i have tried to use it in the past the leader board would go all wack-o on me and give me infinite numbers.
Report, edit, etc...Posted by Kumano on 2005-09-24 at 11:42:28
It doesn't work because you can't set kills, you can set kill score but not kills so it goes off over and over.
Report, edit, etc...Posted by Urmom(U) on 2005-09-24 at 11:56:34
nonono you guys are doing it all wrong. besides there is a tutorial on this.
http://www.staredit.net/index.php?tutorial=81
Report, edit, etc...Posted by Gigins on 2005-09-24 at 12:13:02
QUOTE(Veritaserum @ Sep 24 2005, 06:10 PM)
Using leader board doesn't work very well for some reason. It's really gay. I know when i have tried to use it in the past the leader board would go all wack-o on me and give me infinite numbers.
[right][snapback]321093[/snapback][/right]

Leader board is not gay just because you can't use it properly...
Report, edit, etc...Posted by Oo.Turin.oO on 2005-09-24 at 12:22:26
QUOTE(DEAD @ Sep 24 2005, 08:12 AM)
Leader board is not gay just because you can't use it properly...
[right][snapback]321143[/snapback][/right]

I can use it properly smart ass. i said the problem was gay
Report, edit, etc...Posted by Gigins on 2005-09-24 at 12:28:21
QUOTE(Veritaserum @ Sep 24 2005, 07:22 PM)

I can use it properly smart ass. i said the problem was gay
[right][snapback]321151[/snapback][/right]

The problem was gay? Looks like the problem was that you thought that kill score is the same as kill laugh.gif . And how is that gay or problem, it's just your mistake drool.gif .
Report, edit, etc...Posted by DT_Battlekruser on 2005-09-24 at 14:18:46
READ THE BLASTED TUTORIAL AND STOP POSTING CRAP!

GgG-PlayaR.'s method utterly fails and Veritaserum's method has slightly flawed syntax.

http://www.staredit.net/index.php?tutorial=81
Report, edit, etc...Posted by Oo.Turin.oO on 2005-09-24 at 21:06:36
whats wrong with my syntax
Report, edit, etc...Posted by Urmom(U) on 2005-09-24 at 22:52:07
you cant set kills first of all and your method if it worked would go on forever because your not using kill score
Next Page (1)