Dragonflight UI Classic

Dragonflight UI Classic

117k Downloads

No Numbers on Player Frame

kurcenkurce opened this issue ยท 9 comments

commented

image

Logged in today and I no longer have values on my player frame. I went through Curseforge and performed a "Reinstall Addon" and that did not fix it. I then deleted the addon and re-installed it via Curseforge and that still did not fix it.

commented

I included the fix in the new version that goes live in 2-3 days, so after that you wont need the WA(, but it doesn't hurt if you forget to disable it.)

commented

I have that new option enabled for Pet frame "hide statusbar text". It was working yesterday.

commented

Hello, i have the same problem since the maintenance from wow.

commented

Same bug for me since maintenance

commented

Blizzard changed something, because the text is gone on Default UI aswell. (Deactivate DragonflightUI/all addons and look for yourself)
I'll investigate more in the WoW UI code, but I will wait if they fix it themself first.

commented

I made a small Weakaura to automatically fix this: https://wago.io/0F3q1PxxUS

commented

Run:

/run SetTextStatusBarText(PlayerFrameManaBar, PlayerFrameManaBarText) SetTextStatusBarText(PlayerFrameHealthBar, PlayerFrameHealthBarText)

This fixes it for now. You have to run it after every /reload etc, but better than nothing.

commented

Run:

/run SetTextStatusBarText(PlayerFrameManaBar, PlayerFrameManaBarText) SetTextStatusBarText(PlayerFrameHealthBar, PlayerFrameHealthBarText)

This fixes it for now. You have to run it after every /reload etc, but better than nothing.

Thank you for your quick response :)

commented

ty for the wa, and ye its a bug from default ui apparently.