Simple Item Levels
Show item levels on:
- The character panel
- The inspect panel
- Loot windows
- The equipment-picker flyout
- Weapons, armor, and artifact relics in bags (built in, bagnon, baggins, inventorian)
- Tooltips (in classic)
I'm open to adding them in more places.
Also shows:
- An upgrade arrow on items in your bags which you can use whose item level is higher than whatever you currently have equipped.
- A soulbound indicator, so you can see whether something is soulbound, bind-on-equip, or warbound-until-equipped
- Missing enchants and gems
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
-
View User Profile
-
Send Message
Posted Jul 12, 2025In reply to Phantomololo: Huh. Looks like it's very timing-dependent, and I can't even trigger it on a regular classic-era server. I can get a patch up that'll fix it, though.
-
View User Profile
-
Send Message
Posted Jul 6, 2025I hope to add an optional text for gear durability
-
View User Profile
-
Send Message
Posted Jul 5, 2025If just two things could be added to the addon—enchants and gem slots—it would cover the basic essentials that players need to be aware of.
Item level alone isn’t taken seriously once a group leader inspects and sees missing enchants or gems.
-
View User Profile
-
Send Message
Posted Jul 6, 2025In reply to Nnja:
It's already in there. By default you can only see it on the character frame / inspect window, but you can turn it on in settings for your inventory as well.
-
View User Profile
-
Send Message
Posted Jul 7, 2025In reply to Kemayo:
Thanks for the reply. The reason I asked is that the description and screenshots didn’t mention or show gem slot info, so I wanted to ask if it would be possible to add features. I already installed it now. To be sure before installing.
Appreciate you clearing that up—and nice work on the add-on!
-
View User Profile
-
Send Message
Posted Jul 7, 2025In reply to Nnja:
Fair! I haven't updated the description in a while, which I suppose I should do.
-
View User Profile
-
Send Message
Posted Jul 3, 2025With the removal of the ranged slot, hunter item levels are artificially low since nothing will ever be equipped in the off-hand slot. Just food for thought.
-
View User Profile
-
Send Message
Posted Jul 4, 2025In reply to Kairos_Antilles:
Thanks, I forgot that it was removed in Mists. I'm putting up a release that stops assuming that Classic means the ranged slot exists.
-
View User Profile
-
Send Message
Posted May 24, 2025Hello! Bagnons creator - Jaliborc. has released new bag addon - Bagnonium. Is it possible for your addon to support it?
-
View User Profile
-
Send Message
Posted Jul 4, 2025In reply to Amberian:
Looks like it's just a rename of Combuctor which I already supported, so: yes.
-
View User Profile
-
Send Message
Posted May 15, 2025Hi
I'm playing Legion, but the addon isn't working as it should.
1. Ilvl only shows me in the character's inventory, I don't see anything in the backpack or bank
2. and in the game, when I open the game menu and go to the interface tab, I don't see the option to set the addon.
what should I do about it?
P.S. yes, I have downloaded the correct version 7.3.5
-
View User Profile
-
Send Message
Posted Apr 29, 2025Due to the itemlink coloring changes in 11.1.5 no longer shows missing enchants, and perhaps gems too.
local enchantID = select(3, strsplit(":", itemLink))
no longer works because itemlink now uses an extra : for the color data, e.g.,
|cnIQ4:|Hitem:235820::213478:213478:::::80:270::134:7:11311:6652:10879:10396:11950:1504:10255:1:28:2462:::::|h[Hole-Punched Doubloon]|h|r
Fix is probably just to increase the split index by one in all the cases you are splitting itemlinks.
-
View User Profile
-
Send Message
Posted Apr 29, 2025Same issue causes itemlevel to display the wrong thing on battlepets. Maybe other problems.
-
View User Profile
-
Send Message
Posted Apr 29, 2025In reply to xodiv:
Thanks for pointing this out, I've got a new release going out with a fix.
-
View User Profile
-
Send Message
Posted Mar 9, 2025hey there, i love the options for this addon! is there a way to add compatibility with Baud Bag? thank you!
-
View User Profile
-
Send Message
Posted Mar 2, 2025Hello, this addon is great for reminding me to enchant/gem my new items! Even lets me remind other people to do the same when I inspect them. Is it possible to add a little anvil icon (or anything) for a missing BS socket? I'm not smart enough to modify the addon or make a WA myself and I constantly forgetting to add the extra BS socket on my gloves/wrists. I think the logic is something like:
HAS BLACKSMITHING
HAS 400 SKILL (at least)
HAS gloves/bracers equipped
MISSING bonus socket spell ID (?)
Thank you for any additional support.
-
View User Profile
-
Send Message
Posted Mar 2, 2025In reply to BobbehWuffle: It's actually surprisingly painful to get a skill-level in-game before the player has opened the professions UI. I can look into it, though.
-
View User Profile
-
Send Message
Posted Feb 26, 2025Hello, thank you for this addon, it's what I've been looking for. Please would it be possible to implement it into Baganator too? :)
-
View User Profile
-
Send Message
Posted Feb 26, 2025In reply to Marinoco: It already is -- it's just that Baganator has its own system for turning it on. If you go into Baganator's settings you can add the various SimpleItemLevels components onto its bag icons.
(I used to treat it like the other bag addons, but its own stuff kept breaking it.)
-
View User Profile
-
Send Message
Posted Feb 26, 2025In reply to Kemayo: Oh, excellent :) Found it, thank you very much!