View Single Post
01-19-20, 02:28 PM   #1
handiboy
A Murloc Raider
Join Date: Dec 2019
Posts: 9
arena frame status text macro

Hey all, I previously asked for a macro in classic wow to hide the percentage on my unit frame while maintaining it on my targets frame when using the percentage status text setting in the interface options, this macro works on retail as well! I was wondering if anyone could help me add onto this macro for retail, I want it to also hide the status text for arena 1 2 3 frames inside of arenas. Right now when I enable the percentage status text in-game and run this script:

/run for _,b in ipairs({PlayerFrameHealthBar,PlayerFrameManaBar}) do b.textLockable=false;b.forceHideText=true;TextStatusBar_UpdateTextString(b);end

it hides the percentage on my frame, shows the percentage on my target, and shows percentage on arena 123 frames. I would like to hide it on the arena frames. Thanks for the help.
  Reply With Quote