ilvl not displayed on character screen
CptZallmalyk opened this issue ยท 15 comments
i've noticed the ilvl isn't displayed on character panel. i disabled all addons except elvui and elvui config and ofc, elvui enhanced (again). but it doesn't show
Same problem here, have unchecked the buttons in /ec - reload, checked the boxes again and did a reload again. didn't work either.
Shame really because it was freaking handy.
Hi Thanks for the report. I haven't had this problem yet. In my interface the numbers are showing. I'll try to find out what happens. If you have any extra info that would be nice (class, lvl, addons, etc)
Cheers,
Nick
hey yea same, across all my toons as well even the low lvl ones
addon list:
addon control panel
adibags:
-artifact weapons
-hearthstones
-legion filters
adv interface options
altoholic
ask mr robot
atlasloot enhanced
auctionator
Can I Mog It?
Clique
ConsolePort(usually disabled)
DBM and most of their plugins
DynamicCam
ElvUi Enhanced again (Legion)
Gatherer
Grail
Handynotes:
-Argus
-DraenorTreasures
-DungeonLocations
-Legion Treasures
Immersion
LegionInvasionTimer
Master Plan
m0nArs Wardrobehelper
Raid Assist
Raider.IO mythic plus
Simulationcraft
Skada
Titan Panel
-Currencied Multi
TradSkillMaster:
-Accounting
-Additions
-Apphelper
-AuctionDB
-Crafting
-Destroying
-Mailing
-Pricechecker
-Shopping
-Vendoring
-Warehousing
Weakauras 2
Wholly
World Quest Group Finder
World Quest List
I currently have ElvUi 10.72
if u'd like anymore info i can hopefully provide :D
ty for helping!
Hi,
Happens across all my toons, Monk/paladin/warrior/DK/DH.. which all range between 945 vand 970 ilvl at 110.
Other addons I have installed: Details!, DBM, Weakaura's, tidyplates,quartz,... and many others.
There were no issues up until 2 or 3 days ago, when the character screen info suddenly doesn't show anymore, so I'm quite puzzeled what caused it. I have tried the same as the original poster of this issue, disabling all addons and restarting the game with just Elvui and the enhanced again active as the only active ones, without succes.
Thanks for looking into it :)
Reverting back to ElvUI_Enhanced-3.2.3-beta2 bring back iLevel on PaperDollFrame with durability display.
Hi there, same problem.
Addons:
Angry World Quests
Archaeology helper
Clique
Deadly Boss Mods (and DBM:Challenges)
Elvi Enhanced Again (Legion)
Gathermate2
MikScrollingBattleText
Pawn
Quartz
Simulationcraft
Skada Damage Meter
Weak Auras 2
Elvui 10.72
Thank you so much. Didn't realize how much I used this particular character sheet ilvl/durability function.
I'm still getting this issue. /reloading fixes it temporarily but the ilvl will randomly disappear from my gear on the character page.
so should i make the changes in my own lua file? or is there a way to get an updated one?
The issue started after upgrading from 3.2.3-beta2.
It seems that the method PD:Initialize() is not triggered for some people (including me).
Changing paperdoll.lua:60 from
if not initialized then return end
to
if not initialized then PD:InitialUpdatePaperDoll() end
will fix the issue. There may be more elegant way to fix this issue, i will keep looking though some commits ;)
Well, it seems that changing the triggering event from PLAYER_ENTERING_WORLD to PLAYER_LOGIN in paperdoll.lua (commit defdf0a) causes the issue.