Warcraft III resources & community, 2003–2006 · archived

Generic unit event

2 posts
#1

Generic unit event

When i use the 'unit dies' event, i check to see if it had a certain buff, but all buffs are removed when it dies. To do what i wanted i had to do it in a way thats crude and less effecient, but still works. Is there a way to make the aura target dead bodies or test the dying unit before its dead?(i tried adding 'dead' to targets allowed, but it still doesnt work)

[edit]
Summary:
Condition - ((Dying unit) has buff Dark Reconciliation ) Equal to True
Doesn't work =/
#2
howabout this

make ur own, or dl, an Any Unit Takes Damage event.

check if Life - Event Damage >= 0, check if the unit has the buff, then wait .01 seconds ( so the unit dies ) right before doing ur stuff xD