Thread: 3.3 Update
View Single Post
01/19/18, 03:21 PM   #19
Shinni
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 167
So I was playing around with the new preview and outfit API. It seems to be really hard to find the correct collectible/outfitStyle if you want to reproduce a given item/itemLink.
Would it be possible to add a GetItemLinkOutfitStyleId function similar to GetItemLinkItemStyle ?
The only workaround I have found so far is to compare the names from GetCollectibleInfo and GetItemStyleName(GetItemLinkItemStyle(itemLink)) but that is slow and can not detect the correct rank/material of the style.
  Reply With Quote