This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
The Netherlight Crucible is up and running this week, which grants additional 5 ilvl for each relic on artifact. But the additional 5 ilvl info could not be retrieved by any bliz api: GetItemInfo, GetItemGem and GetDetailedItemLevelInfo.
The detecting function provided by this lib 'GetUpgradedItemLevel()' fails either. Is there any other way other than waiting for an official fix?
I think there is currently only one way to completely fix this. We have to use the tooltip scanning method not with SetHyperlink but rather SetInventoryItem and SetBagItem. For this to work we also have to pass additional arguments. unit and slot for SetInventoryItem. bag and slot for SetBagItem.
To post a comment, please login or register a new account.