Simple Item Levels
Show item levels on:
- The character panel
- The inspect panel
- Weapons, armor, and artifact relics in bags (built in, bagnon, baggins, inventorian)
I'm open to adding them in more places.
Shows an up-arrow on items in your bags which you can use whose item level is higher than whatever you currently have equipped.
Simple configuration
For a summary of settings:
/simpleilvl
To toggle a place to display item levels:
/simpleilvl [type]
...where type
is bags
, character
, or inspect
.
To disable the upgrade arrow:
/simpleilvl upgrades
To change whether the text is colored by item quality or just left white:
/simpleilvl color
The upgrade arrow indicator is so incredibly tiny. I wish there was a slider that allow you to change the size of the indicator. I can barely see it on my screen. Would also be nice to be able to disable the iLVL and only show the upgrade arrow.
In reply to Xruptor:
I was just about to type the same thing, I used to use a different addons for ilvls I think it was O item level or something but it wasn't updated fast enough so I moved to this one however I used to have that one or another addon I had which brought to me such a clear and big green arrow (I suspected it was Pawn but it doesn't do it on bag items anymore for some reason, just the tooltips. Either that or I'm doing something wrong.
In reply to WeazelSenpai:
This is now present in the settings in the newest release.
In reply to Kemayo:
You're the best <3 ty
Can you add total ilvl somewhere on the inspect?
In reply to Onahail:
This has been added now
Can you add option to select anchorpoint location instead hardcode (./addon.lua:65 button.simpleilvl:SetPoint('TOPRIGHT', -2, -2))?
Imho: button.simpleilvl:SetPoint('BOTTOM', 0, 2) looks nicer, butt option to select it by users themselves may bit more correct.
Can you please add a bit of white stroke, or backdrop, to the item levels on items?
Sometimes (particularly on epic items) the color of text blends in too much into item's art, making it hard to see the number
Could you add this to tooltip?
In reply to ItsJustJono:
Item levels in tooltip are part of the base game in retail. In Wrath/Classic I do add it to the tooltip already.
In reply to Kemayo:
Really? Would you be so kind as to advise me where I can enable this as my tooltips don't seem to show.
In reply to ItsJustJono:
Sure! Either type `/simpleilvl tooltip` which will toggle it, or go into the interface options and look for the checkbox "Add the item level to tooltips": https://imgur.com/a/vodkRKx (note the line in the shown tooltip that says "Item Level 30", indicating it's enabled.)
Can you add a function to display the item level in the trinket selection window?
I always use it gratefully.
In reply to rootone:
The popout when you hold ALT over an item on the character screen? I do have it showing there in the current alphas!
In reply to Kemayo:
Thank you very much.
how can I change the font size
In reply to mcglory:
Best way I've found was to change the font, open the addon.lua and search for 'NumberFontNormal' and change it to one of the other fonts
(You can find the different styles in various xml repositories online eg: https://github.com/Goldpaw/WoW_UI_Source_BFA_815/blob/master/Interface/FrameXML/FontStyles.xml )
in my case I changed it to 'NumberFontNormalSmall'
Is it possible to show a G for missing gems, and an E for missing enchants?
In reply to Siven80:
I'm mainly held up on deciding what should be enchanted in a retail/classic-friendly way.
In reply to Siven80:
Okay, something like that is in the latest release.