Thread Tools Display Modes
04-02-09, 10:10 AM   #1
Spectro
A Flamescale Wyrmkin
 
Spectro's Avatar
Join Date: Dec 2006
Posts: 142
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
  Reply With Quote
04-02-09, 01:13 PM   #2
Wimpface
A Molten Giant
 
Wimpface's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 648
Originally Posted by Spectro View Post
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!

EDIT: I'm not sure if you might need this aswell.
Code:
DurabilityFrame:SetScript('OnShow', function(self) self:Hide() end)
__________________
All I see is strobe lights blinding me in my hindsight.

Last edited by Wimpface : 04-03-09 at 02:03 PM.
  Reply With Quote
04-02-09, 02:30 PM   #3
Spectro
A Flamescale Wyrmkin
 
Spectro's Avatar
Join Date: Dec 2006
Posts: 142
Oh, nice. I didn't know you could do it like that. Thanks!
  Reply With Quote
04-03-09, 02:03 PM   #4
Wimpface
A Molten Giant
 
Wimpface's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 648
updated first post
__________________
All I see is strobe lights blinding me in my hindsight.
  Reply With Quote
04-04-09, 11:49 AM   #5
Gendr
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 11
You can also download the AddOn: HideBlizzard which will also hide it.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Durability armor guy


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