Warcraft III resources & community, 2003–2006 · archived

Where to find Matching unit is Invoulnerable equal to false!

9 posts
#1

Where to find Matching unit is Invoulnerable equal to false!

Hey someone plz tell me where to find Matching unit is Invoulnerable equal to false...
I realy need it and i can find it...
I can find with all other things but not unit...
#2
I'm not sure there is a condition checking to see if the unit is invulnerable, there may be a way to get one if you use WEU
#3
That might be an WEU indeed or you might just ignore the invulnerable units. If you are doing this for a pick up every unit then it really isn't necessary to bother about invulnerability. Make sure that the spell you give to the dummy unit doesn't work on invulnerable units and your problem is solved! ;)

~Daelin
#4

Damn

No my problem is not fixed without...
Im making chain spells and they only hit one and if they shoot at a invoulnerable there will miss a jump but after inv it will jump on again so i need it to stop if it's target is inv...

How to get WEU???
#6

YEAH

THX man i gotta look if the link works : )
I hope my problem is done with WEU!!!
#7
Isn't this incredibily easy?

Damage the unit using the damage trigger actions.

Now if you wanted something to don't affect invulnerable unit and it is not damage / spell

You can figure out if a unit is invulnerable by using the damage action for 0.01 damage, if hp is equal to the hp before using the damage action, done!
#8
Yeah Vexorian it would be easy...
But in a chain spell it will take 1000 time as much work and im realy not that kind if guy...
#9
Just make the test Vexorian described for every target in the chain spell.