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

Item Ability - Order ID

Status
Not open for further replies.
Level 17
Joined
Feb 11, 2011
Messages
1,860
Hello,

I seem to have come across an issue.
I am making a spell for someone which required a hero to channel an item ability. However, I can't get the order id of the hero's current order while it is channeling (it gives null).
Is this a known issue? How can I fix this?

Thanks,

Mr_Bean
 
Level 17
Joined
Feb 11, 2011
Messages
1,860
I based it from Starfall and Earthquake, what ability did you base it off ?

The Channel ability.

http://www.hiveworkshop.com/forums/jass-resources-412/repo-order-ids-197002/
Check that out.

If you want to detect channel orders use this:
constant integer ORDER_channel=852600

Hope i helped :D

Thanks, but I don't think this will help.
While the unit is channeling the item ability, it's order is null. :eekani:

EDIT:
I am using the Channel ability, but the silence order id.
 
Last edited:
Status
Not open for further replies.
Top