shagu / pfUI

A User Interface Replacement for World of Warcraft: Vanilla & TBC
https://shagu.org/pfUI
MIT License
333 stars 116 forks source link

Druid Manabar #1275

Closed welpenhund closed 2 months ago

welpenhund commented 2 months ago

Is there a way to alwyays show the mana/numbers in forms without having to hover with the mouse over it?

This is without hovering over it grafik

This is with hovering the mouse over it. grafik

I know the addon itself is not from shagu but he offers the support for it and i use pfui. I would appreciate any info that could help me to always see this numbers/mana without having to hover over it with my mouse. Maybe it is a line in the script that i would only have to change in order to always see it?

shagu commented 2 months ago

pfUI does not touch any functionality there, it just moves it and changes borders to match the pfUI style.

But in his code he uses these two lines to set up the text: https://github.com/gashole/DruidManaBar/blob/master/DruidManaBar.lua#L49-L50

So I assume it's the default game logic that takes care about the showing/hiding of the text in his addon. Have you tried in the Wow Interface settings to enable the Status Bar Text? image

If that doesn't help, you have better chances to directly ask the author of the actual addon you're using: https://github.com/gashole/DruidManaBar

welpenhund commented 2 months ago

pfUI does not touch any functionality there, it just moves it and changes borders to match the pfUI style.

But in his code he uses these two lines to set up the text: https://github.com/gashole/DruidManaBar/blob/master/DruidManaBar.lua#L49-L50

So I assume it's the default game logic that takes care about the showing/hiding of the text in his addon. Have you tried in the Wow Interface settings to enable the Status Bar Text? image

If that doesn't help, you have better chances to directly ask the author of the actual addon you're using: https://github.com/gashole/DruidManaBar

Status bar text was the right one, ty