Thread: Azerite traits
View Single Post
01-03-19, 04:33 PM   #4
doofus
A Chromatic Dragonspawn
Join Date: Feb 2018
Posts: 158
I tried to parse the tooltip on the items I am wearing, or items in my bags. Unfortunately the game tooltip returns blanks for the azerite gear as if I have not chosen any traits.

Functions such as:

itemInBag = GetContainerItemLink(bagId, bagSlot);

_, itemLink = GetItemInfo(itemInBag);

invItemLinkHead = GetInventoryItemLink("player", 1); -- head

All the above return a link to the "base" item, never appears as "soulbound" and no azerite traits selected. I had a similar tooltip problem some time ago and could not discover if an item in my bags was soulbound, if it said "binds when equipped".

I do not know why my on-the-fly tooltip is not the same as Blizzard's and it displays the base item rather than the exact item, soulbound and with whatever traits selected.
  Reply With Quote