View Single Post
11-01-09, 09:11 AM   #3
nessin
A Murloc Raider
Join Date: May 2009
Posts: 6
Originally Posted by d87 View Post
dunno what action bar you're going to hide but here's how it can be done for default one
Code:
/script if SHOW_MULTI_ACTIONBAR_1 then SHOW_MULTI_ACTIONBAR_1=nil else SHOW_MULTI_ACTIONBAR_1 = true end
/script InterfaceOptions_UpdateMultiActionBars ()
SHOW_MULTI_ACTIONBAR_<1-4> is probably bottomleft, btmright, right, right2
Mainly I'm just looking to keep 1 & 2 visiable at all times, as that is all I use for combat, and then the rest I can keep hidden on with controls to show them on the third bar so that I can store access to the buffs, professions, non-combat utility skills, so on and so forth. Basically keep my combat UI minimal and then show that I need when I need it when not in combat (as opposed to having everything shown when not in combat like I can do with Bartender4/Dominos)
  Reply With Quote