nickbock / ElvUI_Enhanced_Again

https://www.curseforge.com/wow/addons/elvui-enhanced-again
MIT License
11 stars 13 forks source link

ilvl not displayed on character screen #48

Closed CptZallmalyk closed 6 years ago

CptZallmalyk commented 6 years ago

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

koentjuh92 commented 6 years ago

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.

nickbock commented 6 years ago

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

koentjuh92 commented 6 years ago

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 :)

CptZallmalyk commented 6 years ago

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!

esvarc commented 6 years ago

Reverting back to ElvUI_Enhanced-3.2.3-beta2 bring back iLevel on PaperDollFrame with durability display.

nickbock commented 6 years ago

Thanks for the info. I'm trying some changes at the moment.

RobWoW commented 6 years ago

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.

F5in commented 6 years ago

I'm still getting this issue. /reloading fixes it temporarily but the ilvl will randomly disappear from my gear on the character page.

Ignifazius commented 6 years ago

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 ;)

Ignifazius commented 6 years ago

Well, it seems that changing the triggering event from _PLAYER_ENTERINGWORLD to _PLAYERLOGIN in paperdoll.lua (commit defdf0a8c56ac9c4b8f054b331b615e37eb20935) causes the issue.

CptZallmalyk commented 6 years ago

so should i make the changes in my own lua file? or is there a way to get an updated one?

nickbock commented 6 years ago

I will take a look at it and push an updated version. Will be tomorrow I think.

nickbock commented 6 years ago

3.3.0-beta3 is pushed to curse. Please let me know how it works.

CptZallmalyk commented 6 years ago

seems to have worked awesome

CptZallmalyk commented 6 years ago

tho i did make ignifazius' lua edit beforehand so idk if it actually worked or it's just the edit itself