• 🏆 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!

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