View Single Post
04/07/14, 10:04 PM   #3
ingeniousclown
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 122
There are no API calls that return item information equivalent to GetItemInfo(bagId, slotIndex) for the guild store. All player bag slots have dataEntry.data.bagId/slotIndex, but there is no "bagId" for the trading house and, as far as I can tell, the slotIndex for each row is dynamic based on search criteria.

To be able to integrate RA to the guild store I actually need more information than just what GetItemInfo() returns. I need the following:
ItemTraitType
ItemType
EquipType
An equivalent function to CanItemBeSmithingTraitResearched(), but for the trading house.

Heck, I know this might be a stretch but it'd be kinda nice if the results were stored in a kind of temporary bag so we can call all the normal inventory functions on them.