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!
Is it possible to have more than one event from an item? What I mean is; is it possible to have an item that triggers one event from being, say, left-clicked, and another from being right-clicked?
i dont really know the answer of that question but i think u cant ... as i once tried to add Mana replinish and heal in same item so it bugged like hell .. 1 time it just heals and one time just gives mana and 1 time gives both so i dont know .. untill i used hp\mana replinish from blizz it worked .. but i will wait sb to answer this its interesting for me too
Autocast abilities on items cannot be used, so left-click drops out on them. Instead, right-click does not move the item but trigger the same order ids as useslot.
852002 to 852007 (moveslot): These are item targeted orders that move the target item to a certain inventory slot of the ordered hero. The id 852002 will move it to slot 1, the id 852003 will move it to slot 2 and so on.
852008 to 852013 (useslot): These are orders that will make the ordered hero use the item in a certain inventory slot. If it's an order with no target or object or point targeted depends on the type of item. The id 852008 will use the item in slot 1, the id 852009 will use the item in slot 2 and so on.
Non-autocast active items trigger useslot on left-click and right-click initiates drag&drop if it's droppable.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.