View Single Post
07-21-17, 10:01 AM   #3
loff93
A Fallenroot Satyr
Join Date: Apr 2017
Posts: 25
Originally Posted by Lombra View Post
"Visual" ID is the same as "appearance" ID is the same as "visual appearance" ID. It's a bit confusing how they use all these variants interchangibly. The appearance ID essentially refers to the item model and texture, while a source ID refers to a specific item.

You need the source ID:
Code:
local visualID, sourceID = C_TransmogCollection.GetItemInfo(itemID)
Thanks a lot - worked!
Edit:
Code:
if isCollected == false then
Shows all items (plate, cloth, leather ..), I read that someone said it would only show items you could actually unlock on that character which is false. Can't find any good methods/APIs so I'm wondering if anyone got suggestions on how to check if the item can actually can be unlocked by the character you are using?

Last edited by loff93 : 07-21-17 at 01:12 PM.
  Reply With Quote