As the title suggests,
I'm looking for a way to retrieve the item id's of the inventory (the equipped items) of friendly and hostile players alike.
The item id's stored in the descriptors are those of the visible items, now used by transmogrification - useless to what I have in mind.
API GetInventoryItemID - WoWWiki - Your guide to the World of Warcraft retrieves the item id of the visible item if queried on anything but the active player, otherwise it returns the actual item.
API NotifyInspect - WoWWiki - Your guide to the World of Warcraft will raise INSPECT_READY but not UNIT_INVENTORY_CHANGED (item id's stay the same)
Any thoughts?