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.
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
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
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.
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.
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...
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
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

. And how is that gay or problem, it's just your mistake

.
whats wrong with my syntax
you cant set kills first of all and your method if it worked would go on forever because your not using kill score