View Single Post
07-28-19, 09:13 PM   #3
KonigTX
A Fallenroot Satyr
Join Date: Oct 2014
Posts: 23
Originally Posted by Grumpyrowley View Post
I have the same issue, I've always used the reverse bar direction.
Now when I log in both bars are empty so I go into the options and tick the reverse bar direction button, this fills my mana bar, then I untick it and this empties my mana bar and fills my health bar.
Now my health empties as I loose health and my mana bar fills as I use mana.

I have to do this each time I log in on all my toons.
Hey I figured out a way to make it work the way we want it to. Open up:
nibRealUI\HuD\UnitFrames\Shared.lua
Change line 115:
Health:SetReversePercent(not ndb.settings.reverseUnitFrameBars)
to
Health:SetReversePercent(ndb.settings.reverseUnitFrameBars)
and it's exactly how I wanted it to work!
  Reply With Quote