Staredit Network

Staredit Network -> UMS Assistance -> kill 1 scv create 1 marine
Report, edit, etc...Posted by Ren on 2006-12-30 at 23:28:15
How do i make a trigger that when a player kill every scv he/she will get 1 marine. please help thanks
Report, edit, etc...Posted by xmrxsiegecopx on 2006-12-30 at 23:45:51
Trigger
Description:
SCV -> Marine
Conditions:
¤ Enemy player has suffered at least 1 deaths of SCV
¤ Anything else you want
Actions:
¤ Preserve trigger
¤ Subtract 1 deaths of SCV for Enemy player
¤ Create 1 Marine at "Location" for current player
¤ Anything else you want


This works only if it'll be for 1 player, otherwise use the Kills to Cash: Perfect method to detect which players kill the SCV.
Report, edit, etc...Posted by Ren on 2006-12-31 at 01:26:33
thanks alot. Another question/ How to make an SCV to mine only 1 mineral or 1 gas like when the scv bring the gas tank back to the CC the player only get 1 Gas not 8.
Report, edit, etc...Posted by Zeratul_101 on 2006-12-31 at 01:54:32
this map shows how its done. if you don't get the idea, jsut ask.

ps this is lethal_illusion's favorite map, so you know its a keeper wink.gif
Report, edit, etc...Posted by Ren on 2006-12-31 at 02:16:41
Look complicated. but in the map "Cat vs Mouse: Ore Wars" i dont see any trigger that look like that.
Report, edit, etc...Posted by Puddin on 2006-12-31 at 05:13:04
QUOTE(Ren @ Dec 31 2006, 12:16 AM)
Look complicated. but in the map "Cat vs Mouse: Ore Wars" i dont see any trigger that look like that.
[right][snapback]607866[/snapback][/right]

Cat vs Mouse: Ore Wars had vespene geysers. He simply had these geysers' amount of vespene depleted, so then you only get 2 gas instead of the usual 8.
Report, edit, etc...Posted by Ren on 2006-12-31 at 05:14:20
how do you do that?
Report, edit, etc...Posted by LegacyWeapon on 2006-12-31 at 10:19:57
[url=http://www.maplantis.org]When a vespene geyser is depleted, you automatically mine only 2 each run.
user posted image[/url]
Report, edit, etc...Posted by green_meklar on 2006-12-31 at 11:17:28
QUOTE
Another question/ How to make an SCV to mine only 1 mineral or 1 gas like when the scv bring the gas tank back to the CC the player only get 1 Gas not 8.

This is very difficult. My only suggestion would be to constantly set the gas mine to have 1 gas, and to create a new mineral patch with 1 minerals whenever there is an empty space where the mineral patch should be. Even then I'm not sure the gas mine would work properly due to the depleted thing; you'd have to try it.
Report, edit, etc...Posted by n0b0dy- on 2006-12-31 at 12:14:58
Constantly modify vespene geysers to have 1 gas and modify mineral patches to have 1 mineral, replacing them constantly, or stacking them.

You can also have triggers that go off, so that for every 8 vespene or 8 minerals you get 1.
Report, edit, etc...Posted by Ren on 2006-12-31 at 13:53:15
well 2 gas should be fine. Thanks you.

my third problem is. the countdown timer is 1200 sec.

- at 1000 sec create a marine. for some reason it wont work for me. It always create a marine when the time start counting.
Report, edit, etc...Posted by Killer_Kow(MM) on 2006-12-31 at 14:19:53
Make sure you have it set to "exactly", and without a preserve trigger. If you used "at least", the condition will be met when the timer begins.
Report, edit, etc...Posted by Zeratul_101 on 2006-12-31 at 15:54:59
if you're gonna use 'exactly,' then you need hyper triggers. otherwise, the condition must be a range of at least 2 seconds.
Report, edit, etc...Posted by Falkoner on 2006-12-31 at 17:45:05
At most would work much better
Report, edit, etc...Posted by Killer_Kow(MM) on 2007-01-01 at 09:25:48
QUOTE(Falkoner @ Dec 31 2006, 06:45 PM)
At most would work much better
[right][snapback]608113[/snapback][/right]


Assuming that the timer starts as soon as the game does, and that he does not use a preserve trigger, yes, it would.

I'd say use a combination of at most and at least. For example, at least 5 seconds, at most 7. Or whatever.
Report, edit, etc...Posted by fritfrat(U) on 2007-01-01 at 09:29:57
Most likely, an "atleast 1 second" and "atmost 1000 second" would get it done.
Next Page (1)