View Single Post
06-29-16, 03:23 AM   #8
sezz
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 158
Originally Posted by semlar View Post
Ah you came up with the same solution I did, but C_TransmogCollection.GetAppearanceSourceInfo actually does return information for items you can't equip on the current character whereas C_TransmogCollection.GetAppearanceInfoBySource does not.
Yep, but it currently only returns sourceIsCollected, not appearanceIsCollected.

I also just noticed that there's now C_TransmogCollection.SetShowMissingSourceInItemTooltips, enabling this adds TRANSMOGRIFY_TOOLTIP_APPEARANCE_UNKNOWN to all uncollected appearances (even for plate items when I'm on a Demon Hunter) and it also adds TRANSMOGRIFY_TOOLTIP_ITEM_UNKNOWN_APPEARANCE_KNOWN when the appearance is known but we learned it from another item, which is pretty awesome

Edit: Forgot to mention, DressUpModel.GetSlotTransmogSources doesn't work for tabards (19).

Last edited by sezz : 06-29-16 at 05:46 AM.