WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   General WoW Chat (https://www.wowinterface.com/forums/forumdisplay.php?f=143)
-   -   Two item levels? (https://www.wowinterface.com/forums/showthread.php?t=46640)

Haleth 06-09-13 08:01 AM

Two item levels?
 
A friend linked me an item the other day and the tooltip showed two item levels, like this:



Does anyone know what this means? First time I've seen this. I know the global string is ITEM_LEVEL_ALT, but that doesn't really tell me anything. :)

Clamsoda 06-09-13 08:16 AM

What the frick...?

Xrystal 06-09-13 09:27 AM

Could it be the item level it would become when it has been upgraded to the next level ?

Edit:

Scratch that, unless they've introduced upgrading to low level items.

Haleth 06-09-13 09:48 AM

I just upgraded my weapon on my main and it only shows the new item level, not the original one. It shows "Upgrade Level: 1/2" below that.

So this is used for something else, but what? It definitely seems like a bug.

Tonyleila 06-09-13 10:32 AM

might be a dumb question but have you testet if its the same without addon?
right idem level seams to be 128 http://de.wowhead.com/item=30053

I also tested this and linked it ingame with this macro and for me it only shows the 128 only
Code:

/run DEFAULT_CHAT_FRAME:AddMessage("\124cffa335ee\124Hitem:30053:0:0:0:0:0:0:0:0\124h[Schulterstücke des Kriegstänzers]\124h\124r");

Nibelheim 06-09-13 10:40 AM

Quote:

Originally Posted by Haleth (Post 279387)
A friend linked me an item the other day and the tooltip showed two item levels, like this:



Does anyone know what this means? First time I've seen this. I know the global string is ITEM_LEVEL_ALT, but that doesn't really tell me anything. :)

Looks like Blizz might start taking into account gem sockets (which technically count towards the ilvl of the item) and whether or not they have gems in them.

Could be useful for incentivizing people to put gems in their gear if their ilvl is too low for content, or just to get their ilvl up to the proper ilvl of their gear.

Haleth 06-09-13 03:34 PM

Well, I haven't seen it on anything else so far, I'll ask my friend to link it again (it doesn't work if I do so myself) and see what I can figure out from the link data.

Xrystal 06-09-13 06:28 PM

I can't see anything in Blizzards code that uses the ITEM_LEVEL_ALT. Neither in 5.0.4 when it was introduced in globalstrings.lua nor 5.3.0. I can only assume an addon is utilising the globalstring for their own display but a quick look on curse and wowi hasn't located any screenshots that show the same effect yet.

Haleth 06-09-13 06:35 PM

There's nothing in my UI that would cause it to display, so I'm clueless. :confused:

Tonyleila 06-10-13 12:24 PM

Now I know the challenge mode item level is normaly shown on this place :D
If I'm in challange mode it shows 463 (522) for 522 items.

Phanx 06-10-13 09:22 PM

Quote:

Originally Posted by Xrystal (Post 279400)
I can't see anything in Blizzards code that uses the ITEM_LEVEL_ALT. Neither in 5.0.4 when it was introduced in globalstrings.lua nor 5.3.0. I can only assume an addon is utilising the globalstring for their own display but a quick look on curse and wowi hasn't located any screenshots that show the same effect yet.

You won't see anything in Blizzard's UI code using that string in relation to tooltips, because tooltip text is not generated in Lua -- it's generated C-side when you call tooltip methods like SetItem, SetSpell, SetUnit, etc.

Xrystal 06-11-13 03:01 PM

Quote:

Originally Posted by Phanx (Post 279435)
You won't see anything in Blizzard's UI code using that string in relation to tooltips, because tooltip text is not generated in Lua -- it's generated C-side when you call tooltip methods like SetItem, SetSpell, SetUnit, etc.

Ah thanks, didn't know that part of it. So the C code part uses the globalstrings.lua file too ?

Phanx 06-11-13 03:25 PM

Yes. You can change the global strings to change the tooltip text. However, this is not recommended, as it is very likely to break addons that depend on reading tooltip text.

jazqa 06-29-13 07:25 AM

In 5.3 lv90 bgs scale items down to 496.

In lv70 bgs they might scale the items down to 126.

EDIT: Low level Battlegrounds actually boost your itemlevel a bit. Just tested this on my lv 60 DK. The bg boosted my lv85 sword to 97


ilvl 85 (97)


All times are GMT -6. The time now is 03:40 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI