View Single Post
07-20-17, 09:38 PM   #1
loff93
A Fallenroot Satyr
Join Date: Apr 2017
Posts: 25
isCollected issue

Hey
First it seemed to work as I tested 2 items that I had and didn't, but when I tested with this item it's wrong.

Am I actually using it correctly?
Code:
local visualID = C_TransmogCollection.GetItemInfo(itemID)
local _, appearanceVisualID, _, _, isCollected = C_TransmogCollection.GetAppearanceSourceInfo(visualID)
if I'm not mistaken the visualID is correct. I assume sourceID and visualID is the same

If you check the image below it will show that I have collected the item. Any idea why?
http://imgur.com/a/b5T0q

Also - what is really the difference between visualID and appearanceVisualID?
  Reply With Quote