WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Durability armor guy (https://www.wowinterface.com/forums/showthread.php?t=21635)

Spectro 04-02-09 10:10 AM

Durability armor guy
 
I'd like to hide the durability "armor guy". If there's an option in WoW, I can't find it. Could someone point me in the direction of an addon or if I'm missing the option in the default interface menu?

Thanks

Wimpface 04-02-09 01:13 PM

Quote:

Originally Posted by Spectro (Post 123744)
I'd like to hide the durability "armor guy". If there's an option in WoW, I can't find it. Could someone point me in the direction of an addon or if I'm missing the option in the default interface menu?

Thanks

Code:

DurabilityFrame:Hide()
DurabilityFrame:UnregisterAllEvents()
DurabilityFrame.Show() = function() end

That should do it, i think! :p

EDIT: I'm not sure if you might need this aswell.
Code:

DurabilityFrame:SetScript('OnShow', function(self) self:Hide() end)

Spectro 04-02-09 02:30 PM

Oh, nice. I didn't know you could do it like that. Thanks! :banana:

Wimpface 04-03-09 02:03 PM

updated first post

Gendr 04-04-09 11:49 AM

You can also download the AddOn: HideBlizzard which will also hide it.


All times are GMT -6. The time now is 04:09 PM.

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