• 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.

Unload & Removing Buff

Status
Not open for further replies.
Level 6
Joined
May 1, 2009
Messages
215
I have a unit that I want to have increased damage based upon the unit that is "piloting" it. That works fine, it's simply removing the buff that's difficult.

  • Events
    • Unit - A unit is issued an order targeting a point
    • Unit - A unit is issued an order with no target
  • Conditions
    • Issued Order Equal to (Order(unload))
    • Tank Equal to (unit type of ordered unit)
  • Actions
    • Remove Inner Fire from ordered unit
The trigger works great if the unit is "unloaded" using the unload ability, but if a player clicks on the unit's icon to unload it, the buff isn't removed.

What's the way to detect a unit is unloading a unit without using the unload ability? (even with "no target" being in the events)
 
Status
Not open for further replies.
Top