Lobbert 3 Posted August 31, 2018 Share Posted August 31, 2018 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! Link to comment https://wrobot.eu/forums/topic/10027-get-equipped-bags/ Share on other sites More sharing options...
Marsbar 228 Posted August 31, 2018 Share Posted August 31, 2018 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. Link to comment https://wrobot.eu/forums/topic/10027-get-equipped-bags/#findComment-47007 Share on other sites More sharing options...
Lobbert 3 Posted September 1, 2018 Author Share Posted September 1, 2018 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 Link to comment https://wrobot.eu/forums/topic/10027-get-equipped-bags/#findComment-47016 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now