Summary
ItemLevelDisplay adds a tiny layer on each item slot with the following information:==
- ItemLevel
- Socket Status
- Enchant Status
Managed frames
- Paperdoll
- Inspect Frame
- Transmogrifier
- Bags and Bank (if your bag addon is unsupported, please let me know it)
Bags management is implemented via separated addon!! (ILD-<bagmanager name>)
Bag manager list:
- ILD-Blizzard: Blizzard (with bank)
- ILD-Arkinventory: ArkInventory (with bank)
- ILD-Baggins: Baggins (with bank)
- ILD-Bagnon: Bagnon (with bank)
- ILD-Baudbag: Baud Bag (with bank)
- ILD-Combuctor: Combuctor (with bank)
- ILD-Litebag: LiteBag (with bank)
- ILD-Onebag3: Onebag3 (with bank)
About me
I am a professional software developer, spacing from PHP web development to C + + Gaming Server Software.
Right now I’m working on this Real Time 4X MMO:
For bugs and questione, please head to Curseforge ticket system
Its not working with bagnon...
Now showing "no enchant" icon for chest, bracer, hands, legs and boots its normal?
In reply to daindark:
Enchant is broken due to item stats squishing.
Does anyone know how item level 600 (which I used to trigger between MOP and post MOP enchants) was translated after the squishing?
In reply to alar:
In reply to alar:
Doesnt work with bagnon
If you aren't seeing iLvls on your character frame try changing line 328 in ItemLevelDisplay.lua to what's below (adding the -1), that puts iLvls on items for me and avoids the LUA error:
for i=1,select('#',...)-1 do
There is a bag addon that you don't have listed. It's called Adibags (https://www.curseforge.com/wow/addons/adibags)
It's great.
Still dont working.
Doesn't work at all in the BfA prepatch. Not surprising, though
There is no BaudBag module.oh, nevermind. it was there in main directory. and it doesn't work after all.
Does not show the correct item level for artifact weapons.
Appears to ignore the extra item levels provided through the Netherlight Crucible.
Hi, the item level sometimes isn't shown in blizzard bags. and the font is always not loarded.
FYi--you're still failing to add the +15 item level to artifacts that have NLC's.
Hi Alar!
When we filter the bags (default one) with some names, the item level on grayed out items still visible. Maybe it would be better to gray out it too if possible.
Thank you!
In reply to Forge_User_45324402:
Alas, this is more hard than you could think.
My addon displays level when the object icon is shown, filtering happens later and there is no way to know it other than keep updating it which would kill FPS.
I can try anc see which bags addon expose an aevent for filtering but... not sure it will work for everyone
In reply to alar:
The latest update of ArkInventory broke the connection with your ItemLevelDisplay Bag Manager for ArkInventory.
I so informed the developer of ArkInventory, and they said I should let you know so that you can make adjustments so that ItemLevelDisplay will work with the bags in the new ArkInventory update.
In reply to Iverie:
In reply to Iverie: