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!
I know that there is a GUI command for this but that interrupts the current order of the hero. so I ask is there a custom script or something to move an item that is already in the inventory to another slot? pls help
Remove the item and create a new one. To bring it in correct slot use this native function: native UnitAddItemToSlotById takes unit whichUnit, integer itemId, integer itemSlot returns boolean
If you can't use this and want it more GUI friendly:
Remove the item and create a new one. To bring it in correct slot use this native function: native UnitAddItemToSlotById takes unit whichUnit, integer itemId, integer itemSlot returns boolean
If you can't use this and want it more GUI friendly:
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.