ItemLevel calculation error
helicdark opened this issue ยท 6 comments
It seems the 22.12.15 version counted libram's ilvl two times.
Screenshots
Libram of Renewal Equipped (ilvl 200), tiptac shows 223 while TinyInspect says 211
No Libram, now tiptac is the same as TinyInspect.
TipTac Reborn (please complete the following information):
- Version 22.12.15
WoW (please complete the following information):
- Flavor: WotLKC
- Version 3.4.0
When uncommenting line 1068 you have to add a comma at the end of line 1067. Then it should work fine.
OK, now it looks like this:
local ignoreInventorySlots = {
[INVSLOT_BODY] = true, -- shirt
[INVSLOT_TABARD] = true -- tabard,
[INVSLOT_RANGED] = true -- ranged
};
comma on line 1067 (1068 is the ranged line) but still not doing anything
Thanks for reporting this. ๐
Line 1068 of \TipTacTalents\libs\LibFroznFunctions-1.0\LibFroznFunctions-1.0.lua
has to be uncommented so that it's active again:
TipTac/TipTacTalents/libs/LibFroznFunctions-1.0/LibFroznFunctions-1.0.lua
Lines 1065 to 1069 in 834abf1
The fix will be included in the next release.
When uncommenting line 1068 you have to add a comma at the end of line 1067. Then it should work fine.
Thanks for reporting this. ๐
Line 1068 of
\TipTacTalents\libs\LibFroznFunctions-1.0\LibFroznFunctions-1.0.lua
has to be uncommented so that it's active again:TipTac/TipTacTalents/libs/LibFroznFunctions-1.0/LibFroznFunctions-1.0.lua
Lines 1065 to 1069 in 834abf1
The fix will be included in the next release.
I uncommented that line and now ilvl doesn't show at all on the tooltip - not blank or N/A, error, etc. it's just gone from the tooltip completely (and yes it is enabled in options)
I meant this (after "true", end of statement before comment):
local ignoreInventorySlots = {
[INVSLOT_BODY] = true, -- shirt
[INVSLOT_TABARD] = true, -- tabard
[INVSLOT_RANGED] = true -- ranged
};
Fixed with release v23.01.23.