Ray of Disruption

Status
Not open for further replies.
Level 10
Joined
Apr 18, 2012
Messages
95
Does anybody know how to order Draenei Harbinger to use Ray of Disruption? The ability itself doesn't use an order and even unit manually casting it is considered as if it was inactive.
 
Level 7
Joined
Apr 17, 2017
Messages
316
you can always get the order id with this trigger:
  • GetOrderId
    • Events
      • Unit - A unit Is issued an order targeting an object
      • Unit - A unit Is issued an order targeting a point
      • Unit - A unit Is issued an order with no target
    • Conditions
    • Actions
      • Custom script: call BJDebugMsg(I2S(GetIssuedOrderId()))
also check this: Orders repo
 
Status
Not open for further replies.
Top