August 31, 20187 yr Hey, got some issues when trying to get die ID or name of bags that are currently equipped. Does this return the id of the bag in slot 1? When testing with dev tools I only got some large int numbers, seemed like adresses or wow internal ids. uint bag1 = ObjectManager.Me.GetEquipedItemBySlot(wManager.Wow.Enums.InventorySlot.CONTAINER_BAG_OFFSET_1); Any way to get from this adress to the wow id of the bag or at least the name? Or anyone has a better idea how to get ids or currently equipped bags? Thanks in advance!
August 31, 20187 yr You might find what you're looking for in this gist:https://gist.github.com/Marsbars/8042d96df022ce4ef019670d130a72ff It's an unfinished & not working bag plugin.
September 1, 20187 yr Author 14 hours ago, Marsbar said: You might find what you're looking for in this gist:https://gist.github.com/Marsbars/8042d96df022ce4ef019670d130a72ff It's an unfinished & not working bag plugin. Thanks! Will take a deeper look at this
Create an account or sign in to comment