View Single Post
05/27/14, 01:27 AM   #8
Vuelhering
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 169
Well, here's a bit of an annoyance.


ZOS added the GetItemArmorType(link) and GetItemWeaponType(link), but that is quite incomplete compared to existing ItemFunctions(bag,slot).

Specifically, there's no way to tell what traits are on an item just using the link.

This matters a lot, because you also cannot call GetItemTrait(bag,slot) on an item in the loot window (e.g.).

So now we need something like GetItemTraitLink(link).

Anyone see a workaround to get trait info just from the info that can be gleaned from a link (or the loot window)?
  Reply With Quote