Thread Tools Display Modes
12-11-19, 04:47 PM   #1
handiboy
A Murloc Raider
Join Date: Dec 2019
Posts: 9
classic wow UI script help

I dont know where to post this as I am new, but I was wondering if anyone knows of a script to hide status text on MY frame while maintaining it on the enemy frame. Basically I want no numbers on my health/mana bar, but I want percentages for my enemy target. Right now with the default UI, it's either both or nothing. Thanks for the help
  Reply With Quote
12-11-19, 11:19 PM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
Might try this:
Code:
/run for _,b in ipairs({PlayerFrameHealthBar,PlayerFrameManaBar}) do b.textLockable=false;b.forceHideText=true;TextStatusBar_UpdateTextString(b);end
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 12-12-19 at 04:53 PM.
  Reply With Quote
12-12-19, 12:40 AM   #3
handiboy
A Murloc Raider
Join Date: Dec 2019
Posts: 9
sadly it didnt work
  Reply With Quote
12-12-19, 04:53 PM   #4
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
I added another variable to tweak in my previous post.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
12-12-19, 05:04 PM   #5
handiboy
A Murloc Raider
Join Date: Dec 2019
Posts: 9
OMG it worked. thank you!!!
  Reply With Quote

WoWInterface » Classic - AddOns, Compliations, Macros » Classic - AddOn Search/Requests » classic wow UI script help

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off