Player status frame text hide?

Is there any way to hide the player status frame text in midnight beta? I want to able to see the target’s health as both numbers and percentages, and i used to have an addon for this, but it no longer works in the beta.

This sets it to both

/run C_CVar.SetCVar("statusTextDisplay","BOTH")

This toggles the display on 1 and off 0

/run C_CVar.SetCVar("statusText",1)

Yes, this enables the “Both” Status text on both the player and target frames, but i ONLY want to see it on the TARGET frame, NOT on the player frame.

I’m very grateful for your help.

Oh, you likely need a small addon or script to hide it on the player frame. I don’t think you can just toggle it with a CVar.

Fizzle or one of the other regulars on the NA forums can probably come up with a solution in a couple mins.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.