WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Classic - AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=180)
-   -   classic wow UI script help (https://www.wowinterface.com/forums/showthread.php?t=57729)

handiboy 12-11-19 04:47 PM

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

SDPhantom 12-11-19 11:19 PM

Might try this:
Code:

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

handiboy 12-12-19 12:40 AM

sadly it didnt work :(

SDPhantom 12-12-19 04:53 PM

I added another variable to tweak in my previous post.

handiboy 12-12-19 05:04 PM

OMG it worked. thank you!!!


All times are GMT -6. The time now is 09:15 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI