TipTac Reborn

TipTac Reborn

1M Downloads

[MoP Classic] Tooltip displays wrong ilevel on players (due to gear upgrades)

Closed this issue ยท 2 comments

commented

Describe the bug

Hey,

Since we can upgrade our gear in MoP Classic (+8 ilevel overall after upgrading everything), the tooltip doesn't show the correct information on players, not counting the aforementioned upgrades while displaying the level.

I don't know if it's tied to the addon, or to Blizzard's API, but yeah just wanted to share it there, if by any chance it's a fix that can be done! (even though it's a minor issue, of course).

Thanks a lot! <3

Steps to Reproduce

No response

Expected behavior

No response

Additional context

No response

Version of TipTac Reborn

25.09.16

Flavor/Version of WoW

MoP Classic

commented

Thanks for reporting this issue! ๐Ÿ‘

It seems that item level upgrades aren't included in the item links returned by GetInventoryItemLink(), so that only the base item level is available. You can simulate this if you post a link of an upgraded item in the ingame chat (with shift + left-clicking) and click on it afterwards.

To finally get the correct item level I now parse the tooltip data coming from C_TooltipInfo.GetInventoryItem() aka get the data from a scanning tooltip if the function is not available (in classic, classic era).

The fix will be included in the next release.

commented

Hey,

Oh perfect, thanks a lot and have a nice day!