Warcraft III resources & community, 2003–2006 · archived

how would YOU do this ability?

5 posts
#1

how would YOU do this ability?

ok im calling this spell DoubleStrike, and what basically happens is when a unit with this ability attacks another unit, there is say a 25% chance that the attacking unit will make an additional attack VERY quickly.

the way im doing this is adding a ability based off of gloves of haste giving the attacker say 200% ias bonus, and then detecting when the fast attack has hit, then removing the ability.

but im having problems becuase if the unit dies or attacker attacks another unit during the 'fast' attack, the trigger messes up and the ability doesnt get removed .

any ideas on perhaps a better way to do this ability?
#2
Your idea is good but you can just do a check every 0.10 seconds if the unit has life less than 3. If so, remove the ability. ;)
#3
I'd say make it instead work by using a tweaked Bloodlust with a very short duration.