• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] killing casting unit

Status
Not open for further replies.
Level 13
Joined
Sep 24, 2007
Messages
1,023
well i was wondering how to make this for if ur only casting one abily any help would be great
  • kill casting virus
    • Events
      • Unit - A unit Stops casting an ability
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Common Cold
    • Actions
      • Unit - Explode (Triggering unit)
 
Level 15
Joined
Jan 27, 2007
Messages
948
  • Events
  • Unit - A unit Finishes casting an ability
  • Conditions
  • (Unit-type of (Triggering unit)) Equal to Common Cold
  • (Ability being cast equal to <ABILITY>
  • Actions
  • Unit - Explode (Triggering unit)
thats the right one :) and i think is not Triggering unit, but i don't remember all of them, if don't work, when i get home ill fix it
 
Level 22
Joined
Feb 26, 2008
Messages
892
Triggering Unit will work fine with that event.

The Ability Comparison should be about number two in the condition list. It's up toward the top.
Are you using The Frozen Throne? It's possible Reign of Chaos does not have that comparison, but I'm not sure.
 
Level 29
Joined
Jul 29, 2007
Messages
5,174
There is no point using here Casting Unit (exacly the same thing) BUT, you guys should really stop using the other forms other then Triggering Unit.

That is because other forms (such as Casting Unit) CAN BUG WITH WAITS.
So please, just get used to use Triggering Unit whenever you can.
 
Level 6
Joined
Aug 16, 2007
Messages
213
There is no point using here Casting Unit (exacly the same thing) BUT, you guys should really stop using the other forms other then Triggering Unit.

That is because other forms (such as Casting Unit) CAN BUG WITH WAITS.
So please, just get used to use Triggering Unit whenever you can.

i we used triggering unit since i remember, but when i join to THW i started to use casting unit...
 
Status
Not open for further replies.
Top