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
Hello Kemayo,
Thanks for this addons, which works perfectly.
The only issue I have, it doesn't work is Adibags to show the ilevel on bag items.
any plans to update this for Classic WOTLK ? or any suggestion of another addon that does same/similiar thing ?
Is there an option to move the item level numbers from the top to the bottom of the icon? I've a few things competing for that top space of the icon.
;.
Error From TBCC:
4x SimpleItemLevel\addon.lua:198: Usage: Item:CreateFromItemLink(itemLinkString)
[string "=[C]"]: in function `error'
[string "@FrameXML\ObjectAPI\Item.lua"]:35: in function `CreateFromItemLink'
[string "@SimpleItemLevel\addon.lua"]:198: in function <SimpleItemLevel\addon.lua:195>
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "@AutoCombatLogger\Libs\AceHook-3.0\AceHook-3.0-9.lua"]:95: in function <...ns\AutoCombatLogger\Libs\AceHook-3.0\AceHook-3.0.lua:87>
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "@TradeSkillMaster\LibTSM\Service\ItemTooltipClasses\Wrapper.lua"]:107: in function <...Master\LibTSM\Service\ItemTooltipClasses\Wrapper.lua:105>
[string "=[C]"]: in function `SetAuctionSellItem'
[string "@Auctionator\Auctionator-2.5.5.lua"]:1211: in function `Atr_GetSellItemInfo'
[string "@Auctionator\Auctionator-2.5.5.lua"]:3116: in function `Atr_SetDepositText'
[string "@Auctionator\Auctionator-2.5.5.lua"]:3076: in function `Atr_UpdateUI_SellPane'
[string "@Auctionator\Auctionator-2.5.5.lua"]:3013: in function `Atr_UpdateUI'
[string "@Auctionator\Auctionator-2.5.5.lua"]:2851: in function `Atr_Idle'
[string "@Auctionator\Auctionator-2.5.5.lua"]:2800: in function `Atr_OnUpdate'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>
Locals:
(*temporary) = "Usage: Item:CreateFromItemLink(itemLinkString)"
Thanks! I think that should be fixed in v13.
In reply to Kemayo:
any chance to get this to work for litebag? https://github.com/xod-wow/LiteBag for WOTLK
Can you add it to tooltips also on TBC?
Something similar to this?
I've done so, though for now it's just adding a line.
Hi,
Any chance to make it show ilvl on Shadowghast white base items in bags?
-it shows ilvl when the white item is equipped, just not when in bags or bank
Also I've found a bug - if you put an item in the bank, it will also show the ilvl number on the same slot# in the reagent bank (see the attached screenshot) - it happens 100% of the time.
Regarding "ilvl on Shadowghast white base items" - seems there is a check for item quality set to "green or better" - I changed it to "white or better" and it works now.
<addon.lua>
-- Shadowlands has Uncommon, BCC has Good, Classic has LE_
quality = Enum and (Enum.ItemQuality.Good or Enum.ItemQuality.Uncommon) or LE_ITEM_QUALITY_UNCOMMON
change to:
-- Shadowlands has Uncommon, BCC has Good, Classic has LE_
quality = Enum and (Enum.ItemQuality.Good or Enum.ItemQuality.Common) or LE_ITEM_QUALITY_UNCOMMON
Would be useful if there is an option to change the minimum itemquality in game (like /simpleilvl showminimum common/uncommon)
So, you could technically do
/script SimpleItemLevelDB.quality = Enum.ItemQuality.Common
but yeah, I can add a slashcommand for it.Also, I've fixed the reagent bank thing.
the stuttering issue where you dont get tooltip on some items seems to be a conflict with the "details!" addon.. can this be fixed?
Is it possible for Simple Item Levels to show the combined average item level of all equipped items?
In reply to Lothaer:
did you find a command or answer to this? possibly another addon?
In reply to Lothaer:
did you find a command or answer to this? possibly another addon?
Can you add Bagnon Support?
In reply to Desikz:
this addon RIP
In reply to hatenemy:
bagnon is alive and well.