How do i make a unit die when it reaches 1 health from a plague?
Use EUDs or use a terran building to plague.
What??? I wants a Trigger to do it.
EUDs are used in triggers. They allow you to do things such as "Unit has at most 1 hp" conditions, and allow you to kill it. I don't know much about them, though, so I'd suggest you go read up on them before you attempt to do anything.
Yea i still odnt get it but.. How do oyu start a timer! lmao i cant find it
Why do you need a timer?
And just search the forums for EUDs, and look in the thread "The Enigma has been cracked", in news, and look at the tutorials there, and stuff.
You're asking for a unit to die when it reaches 1 hp, not a countdown timer in this thread...Also the answer to your OTHER question is "Add X time to countdown timer" .......It might not be in tutorials because its newb basic
lol yea i knoiw it is.. i couldnt find it.. only started back up on maps like a week ago
Conditions:
Always
Actions:
Set countdown timer to X seconds
OMG! i never even seen set countdown timer! LMAO! damit Dumb me
theoretically you could use variety of triggers, virtual HP, and timers to detect when something is at one HP and is plague, but its really not worth it.
the only surefire method is with EUD HP detection. the only problem with this is you need to know the unit ID number(i think thats the right value), which is essentially what place that unit is in the line(1700spots, #1 is first in line, #1700 is last). because of this, its only practical for a very small amount of units.
and thats only the HP portion of this problem.
you also have to detect whether a defiler cast darkswarm or not, which involves detecting if its in range(easy) and how much energy it has(much harder). detecting energy becomes especially complicated when a spell costs less than the max amount of energy or you have more than one spell. because of this, its almost impossible to implement plague detection. i'm not tottally sure, but you may also require the unit ID of the casting defilers.
in short, practically speaking, no, you cannot detect when a unit has 1hp because of plague.
unpractically speaking, you can but it would require very precise conditions. such as no darkswarm ability, one defiler, one unit that will die from plague etc.
So is there a Way to kill a enemy with a defiler? Using a Simple Trigger?
QUOTE(twisted-firebat @ Jul 4 2006, 09:19 AM)
So is there a Way to kill a enemy with a defiler? Using a Simple Trigger?
[right][snapback]517577[/snapback][/right]
QUOTE(Zeratul_101 @ Jul 4 2006, 09:16 AM)
in short, practically speaking, no, you cannot detect when a unit has 1hp because of plague.
[right][snapback]517573[/snapback][/right]
Ok...Well that was stupid..
Well is there something except a queen and a dark archon that can spot a cloaked ghost, and kill him?
Like a queen using the broodlings?
broodlings require the unit to be targeted. and since cloaked units can't be targetted...
thinking about some spells:
a spidermine can kinda detect the ghost, it won't reveal it, but it will move to attack it.
science vessel's emp will decloak the ghost
arbiter can stasis
thats all i can think of at the moment, but theres probly one or two that i missed.
Thanks alot.. I got a High Temp now. So I am gonna use that one. Thanks for the help
QUOTE(Zeratul_101 @ Jul 4 2006, 10:41 AM)
broodlings require the unit to be targeted. and since cloaked units can't be targetted...
thinking about some spells:
a spidermine can kinda detect the ghost, it won't reveal it, but it will move to attack it.
science vessel's emp will decloak the ghost
arbiter can stasis
thats all i can think of at the moment, but theres probly one or two that i missed.
[right][snapback]517608[/snapback][/right]
Ensnare buddy. You can have to following units to decloak it:
Queen:Ensnare
Science Vessel ( already a detector so it might not be that great ): Emp
Dark Archon: Maelstrom
Then you can have computer player hostile to that player kill the unit once its visible, if you're trying to make a banner.
he said EXCEPT spells from a queen and Dark Archon
ADDITION:
ps those are all horrendous banners to use, their area of effect is much bigger than the area it would require for a beacon system.
As a note you could always kill a cloaked unit with splash damage.
7-7, don't bother posting if you don't know waht you're doing(which you don't). if you did, you would know that the condition requires the unit's specific ID/Value #(1-1700).
and its not in properties either.
ps if it was that easy, me or noober would have already posted it.
show me the condition then
unless you found a way to create your own conditions(in which case, congrats!) then any map editor greater than staredit will have it.
or maybe it never existed in the first place
I believe in the truth, not any of this "Current Player brings unit to anywhere with 1% life (properties)" junk.
Um yeah, theres definetly no brings unit to location with 1% life, what the hell are you thinking...The eud condition would be some like "Player 2 has suffered at least 700 deaths of _______ then you just do the actions...
ADDITION:
Here, I'll even post an example. This is for "Unit 3" in uber@tion.
Conditions:
Player 4 has suffered exactly 256 deaths of 26014. <--- when "Unit 3's" life is at 1
Actions:
Do the actions here.
theres no farking thing such as 'bring with properties'. theres only 'bring.' try giving some good advice instead of spamming BS all the time.