- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,842 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
HideBars
- 0 Likes
- World of Warcraft
- 4,762 Downloads
- Supports: 4.3
- 1 Average Daily Downloads
- Comments
- Created 8/26/2006 9:44:37 AM
- Updated 1/14/2012 12:35:19 AM
- 36 Favorites
- Project Site
- License: All Rights Reserved
- Release Type: Release
- Newest File: 4.3.0
About HideBars
HideBars can hide the default blizzard bar; shapeshift, stance, aura, stealth, shadowform, etc. For example a druid has shapeshifting, warrior has battle/defense/berserk stance, pally has aura, rogue has stealth, and priest has shadowform. The icons could rather be moved from the spell book manually to the action bars to take advantage of keybinds and other features. Or a player in the forums mentioned we can still use keybinds for special action button 1-10 without having to move spells to the action bar - thanks miu
SLASH COMMANDS:
- /hidebars (to show help)
- /hidebars off (stop using the addon and show the bars)
- /hidebars on (enable and hide the bars) (default setting)
INSTALLATION:
- In Windows XP, extract the ZIP file, to your World of Warcraft interface addons directory, which might look like,
...\World of Warcraft\Interface\AddOns\HideBars
UNINSTALL:
- Remove the game folder, .\World of Warcraft\Interface\AddOns\HideBars
- Remove variable file, .\World of Warcraft\WTF\Account\%youraccount%\SavedVariables\HideBars.lua
-------------------------------
Known limitations:
- Sometimes bars are visible when in combat because not hidden fast enough by the blizzard UI and too late now that combat started.
-------------------------------
Change log:
(see "changes" section in website)
Change log:
Revision 4.3.0 (Jan 5, 12)
- Updated TOC file for patch 4.3.0
Revision 4.2.0 (Jul 22, 11)
- Updated TOC file for patch 4.2.0
Revision 4.0.0 (Oct 06, 10)
- Updated TOC file for patch 4.0.0 (for cata)
- Bug fix, replace 'this' with 'self' and fix parameters passed to functions (for cata)
- Bug fix, replace getglobal() with _G[] (for cata)
Revision 3.1.0 (Apr 19, 09)
- Updated TOC file for patch 3.1.0
- No need to check for protection errors broken by patch 2.3. No need to manually turn addon off/on after a protection error cause the bars to behave incorrectly.
Revision 3.0 (Oct 23, 08)
- Updated TOC file for patch 3.0
Revision 1.14 (Nov 21, 07)
- Updated TOC file for patch 2.3.0
- Removing error checking for protection errors. Broken by patch 2.3. For now, manually turn addon off/on after protection errors cause it to behave incorrectly (thx JeHicks)
Revision 1.13
- Updated TOC file for patch 2.1.0
Revision 1.12
- Keep addon working after protection errors usually caused by combat. (thx JeHicks)
- Turning addon off/on keeps addon working after protection errors too just in case (thx JeHicks)
Revision 1.11
- Updated toc file.
Revision 1.1
- BC 2.0 compatible. Updated toc file.
- Adjusted actionbar frames since can only use out of combat, because of patch.
- (web site erased all my previous changelog info :()
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 4.3.0 | Release | 4.3 | 12 | 1/14/2012 12:35:19 AM |
| 4.2.0 | Release | 4.2 | 395 | 7/23/2011 1:25:33 PM |
| 4.0.0 | Release | 4.0.1 | 933 | 10/7/2010 7:25:06 PM |
| 3.1.0 | Release | 3.1.0 | 2,057 | 4/19/2009 10:53:02 AM |
| 3.0 | Release | 3.0.2 | 964 | 10/25/2008 5:05:25 PM |
| 1.14 | Release | 2.3.0 | 351 | 11/21/2007 5:30:26 PM |
| 1.13 | Release | 2.1.0 | 153 | 5/23/2007 1:17:32 AM |
| 1.12 | Release | 2.0.12 | 130 | 5/12/2007 5:15:10 PM |
| 1.11 | Release | 2.0.6 | - | 3/20/2007 1:53:44 PM |
| 1.1 | Release | 2.0.0 | - | 12/8/2006 8:53:27 PM |
| 1.0 | Release | 1.12.0 | - | 8/27/2006 7:01:32 AM |
Comments
* Updated TOC file for patch 4.3.0
I will revisit the issue to see if Blizz added some controls I can take advantage of.
* Updated TOC file for patch 4.2.0
* Updated TOC file for patch 4.0.0 (for cata)
0 ) then
PETACTIONBAR_XPOS = _G["ShapeshiftButton"..GetNumShapeshiftForms()]:GetRight() + 20;
Since the ShapeshiftBarFrame always exists for that class, I can not get rid of it. Blizz ends up pushing other bars to the right. This addon mostly hides bars, not move them. Let me know what you think.
* Updated TOC file for patch 3.1.0
Anyone else experience this problem?