Warcraft III resources & community, 2003–2006 · archived

Rebirth Bezerk ability help please

4 posts
#1

Rebirth Bezerk ability help please

Ok I was doing alright on trigger enhancing spell until I hit on part, that was the targeting, but nevermind, what I need someone to do is to type down the trigger that will cast bloodlust after a unit ressurects using a dummy unit. I had it pretty good up to the point where I couldnt find a trigger that says something like, target triggering unit. So please help thank you :o
#2
ummm....



Event-
unit dies
Conditions-
dying unit has ResBuff
Actions-
wait .1 sec (or so)
create one DuMmY for owner of triggering unit
issue last created unit to Bloodlust triggering unit
#3
This won't work because dead units don't have buffs... You will have to check anytime the targeted unit is damaged and see if the damage inflicted isn't higher or equal with the current life of the unit. If it is, then you must do those actions.

~Daelin
#4
oh yea woops forgot



Event-
Unit dies
Condition-
Dying unit has Res. skill learned
Action-
**SAME AS OTHER TRIGGER I POSTED**