Unit Drops an Item - Which order is that?

Status
Not open for further replies.
Hi, I've got an issue with my map. My unit is channeling a spell, and when it is issued any order, it should stop channeling it. My first problem is that I am using a Channel ability, so it doesn't stop when unit is given another order. So, my trigger is like this:
  • Events:
    • Unit is issued an order with no target
    • Unit is issued an order targeting an object
    • Unit is issued an order targeting a point
  • Conditions: ...
  • Actions:
    • Unit - Order (Ordered unit) to Stop
It works for every single order I could think of, but it doesn't work if I order it to drop an item. It just walks to the target point, drops the item channeling spell the whole time (wtf!?).
So, I need an event which will notice that I ordered my unit to drop an item.
Any thoughts? +rep for help
 
Status
Not open for further replies.
Back
Top