• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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