Thread Tools Display Modes
07-25-10, 09:21 PM   #1
ffxiedyn
A Chromatic Dragonspawn
 
ffxiedyn's Avatar
Join Date: Oct 2008
Posts: 165
Consolidated Buff Frame

I am looking for the script to hide the Blizzard Consolidated Buff Frame.

I have been able to hide the Buff Frame and the Weapon Enchant Frame, but I do not know how to hide the Consolidated Buff Frame.

Thanks.
  Reply With Quote
07-26-10, 03:27 AM   #2
numein
A Cyclonian
 
numein's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2009
Posts: 43
Code:
SetCVar('consolidateBuffs', 0)
That is, don't use consolidate buffs. Option for it is available in interface options as well.
  Reply With Quote
07-26-10, 03:44 AM   #3
sakurakira
A Chromatic Dragonspawn
 
sakurakira's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 151
Originally Posted by numein View Post
Code:
SetCVar('consolidateBuffs', 0)
That is, don't use consolidate buffs. Option for it is available in interface options as well.
This.

If you are able to hide the normal buff frame, then all you have to do is just not use consolidated buffs and you won't have to worry about hiding it.
__________________
Arise, my champion!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Consolidated Buff Frame

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