1. Just add this to any addon you have, copy it at the end of some .lua file

    hooksecurefunc("TextStatusBar_UpdateTextStringWith Values", function()
    PlayerFrameHealthBar.TextString:SetText(Abbreviate LargeNumbers(UnitHealth("player")))
    PlayerFrameManaBar.TextString:SetText(AbbreviateLa rgeNumbers(UnitMana("player")))

    TargetFrameHealthBar.TextString:SetText(Abbreviate LargeNumbers(UnitHealth("target")))
    TargetFrameManaBar.TextString:SetText(AbbreviateLa rgeNumbers(UnitMana("target")))

    FocusFrameHealthBar.TextString:SetText(AbbreviateL argeNumbers(UnitHealth("focus")))
    FocusFrameManaBar.TextString:SetText(AbbreviateLar geNumbers(UnitMana("focus")))
    end)

  2. Those scripts doesn´t seems to work for me :/ still looking for solution bump.

First 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •