Posts: 3,562
Threads: 147
Joined: Mar 2004
Reputation:
0
You only do preserve trigger if you want the trigger to be used repeatedly once it's already been used. You can't actually tell the game to give a probe every 25 kills. You have to make a new trigger for every 25 kills yourself. It's time consuming.
Preserve trigger is good for things like... turning Creep Colonies into Sunkens, for example.
Wazzacky has it right. Get rid of preserve trigger and make a new one for every 25 kills yourself. Another point I noticed when you're making a lot of triggers. Add a note to them, so it doesn't take up so much room in your window and easier to find certain ones when looking to modify.
Posts: 1,963
Threads: 134
Joined: Aug 2004
Reputation:
0
03-03-2009, 08:38 AM
(This post was last modified: 03-09-2009, 08:35 AM by Fykins.)
You can actually do this rather easily I believe:
Make a condition so when (player) kills a unit 1 point is added to kill score.
This can be done with the KILL condition and the SET SCORE action.
(You may only need the bottom trigger, I'm a little rusty since using the Warcraft 3 map editor for so long)
Next trigger:
For the condition use the SCORE condition:
Make it so when (player's) kills score is 25
Then for the action use the create unit however you need
Then use the SET SCORE action to set the kills score back to 0
PRESERVE TRIGGER
I'm about 99% that should work.