
Originally Posted by gobbles
Hi
I havent been able to find an answer to this question and hoping help is at hand
I have been having an issue with bartender 3 and shapeshifting. I have all my stance bars on top of each other so they replace each other when appropriate.
I have been getting this random bug however where my "1" bar is replace by a random other bar - usually not one of the stance bars - and it then locks so i'm stuck with it regardless of the form i'm in
They only way I've found to fix this is to restart wow.
now, this would all be amusing cept for the fact it has a nasty habit of happening in raids when were about to pull something - trying to drag icons onto the toolbar as your about to pull kael is a pain ><
I've taken to fixing a redundant stance bar in a corner - but this is obviously not a good solution
as the times this happen are pretty random i havnt been able to link it to a particular action i am doing- i have tried turning off most of my mods one by one but as this happens pretty randomly - sometimes not for weeks sometimes 5 times in a night i'm at a loss
It has also occured outside of raids - i had initially thought a raid mod was the problem - but although more common in raids this could just reflect the time i spend in them lol
anyhoo
any help would be greatly appreciated
gob
|
Try making your bar page commands into conditional macros:
/changeactionbar [stance: 0] 1
Will only switch to actionbar 1 if I'm in caster form (stance 0)
You can then bind the macro to a keybinding either by putting it on a hidden bar your not using and using the Bongos2 keybinding system or you can bind it using the /script command: (Assume that A is the key you wish to bind to and B is the name of the Macro you created) In the second line, if you use a "2" instead of a "1" it will make it a character specific keybinding.
/script SetBindingMacro("A","B")
/script SaveBindings(1)
For my druid I have these types of macros/binding setup to insure that I cant page to my dps/CC caster spells when I'm in bear form. Works like a charm
