• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Order

Status
Not open for further replies.
Level 17
Joined
Mar 21, 2011
Messages
1,597
hi
i tried sth but it didnt work
i gave an enemy the order to use thunder clap ( i gave the ability 2 seconds cast time). my own unit has a taunt.

trigger1:
a unit gets an order
if issued order equal to thunder clap
then add ability (XY) to triggering unit
else remove ability (XY) from triggering unit


now the taunt

a unit starts the effect of an ability
ability being cast equal to taunt
if level of ability (XY) for target unit of ability being cast equal to 1
then do nothing
else order target to attack caster

but you can still interrupt the thunderclap with your taunt

ty
 
Level 25
Joined
May 11, 2007
Messages
4,651
Pretty sure that once Thunder Clap activates, it can't be stopped.

Test it yourself, have a Mountain King use Thunder Clap, and right when he starts the spell, move him. I'm pretty sure he will use his Thunder Clap THEN move.

A thing you could try however, is to instantly move the unit that is casting thunder clap, I'm pretty sure the unit - move unit stops spell casting.
 
Status
Not open for further replies.
Top