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

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