This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Not showing progress2.3.
What is the expected output? What do you see instead?
What version of the product are you using?
Do you have an error log of what happened?
Please provide any additional information below.
I'm seeing this too...the XP bar counts up with normal NPC kills, but as soon as there is a bonus XP of some kind, like an area bonus quest or an XP reward from an Order follower mission, the XP doesn't seem to count that XP, it will always be showing the XP bar without this XP added.
An example would be levelling in Legion, I am level 105, the XP bar is showing about 60% of teh way through, but I ding to level 106. Levelling up through 106 I can see<sub> say, 30% XP in the bar, but if I hover over the bar, the XP numbers in the bottom right show me the actual XP, and I could be 45% progress through the level. It's like it's not counting every bit of XP I gain in the XP bar</sub>
If I level up, the bar just sticks at the value it was on the previous level until I relog, then it resets and behaves ok until I receive bonus XP of some kind.
In my limited testing, it seems to count up NPC kills XP and normal quest rewards ok.
I'm using Bartender 4.7.2 with an up to date Legion install. I'm using IceHUD for the UI, MikScrollingBattleText, Bartender for the bars. Recount and Omen, DBM and AtlasLoot.
It appears this is a Blizzard issue, as Bartender4 really just re-positions the original Blizzard bar without much modification.
Oddly enough it only affects a very small number of people, I have never seen it happen myself.
Hi, I had the same problem. In some situations, the MainMenuExpBar will never be updated. Only reset helps.
The reason for this is that the function ActionBarBusy returns always true. Because MainMenuBar.slideOut:IsPlaying(). Why... no idea
Here is a workaround: hooksecurefunc("ActionBarBusy", function() local frame = _G.MainMenuBar; if frame and not frame:IsVisible() and frame.slideOut and frame.slideOut:IsPlaying() then frame.slideOut:Stop(); end end)
Regards Bodar
I am seeing this myself.
Sorry I can provide nothing more informative at the moment other than letting it be known that I too, face this issue so a better estimate of the number of users facing it can be made.
I will try and pay closer attention to where and what causes I can find.
Currently addons in use: Pitbull, Skada, Recount, Addibags, Addon Control Panel, Auctionator, Gnosis, Grid 2, Linkwrangler, Macro Toolkit, Mapster, Move Anything, SexyMap, Tidy Plates, Trade Forwarder, WeakAuras2 - BugSack, BugGrabber, Bartender4
This should be resolved in 4.7.3 or newer.
To post a comment, please login or register a new account.