zorker / rothui

Just a bunch of stuff I wrote for World of Warcraft
MIT License
105 stars 56 forks source link

rActionBar will not allow users to change active actionbar in some druid forms and stealth #18

Closed joker-119 closed 8 years ago

joker-119 commented 8 years ago

rActionBar prevents users from scrolling to different actionbars when in Bear of Cat forms or while Stealthed.

I'm assuming this has something to do with how the addon handles setting ActionBar1 to the correct bar for said forms and stealth? I don't have the time to see if this can be worked around or not.

zorker commented 8 years ago

It does. You need to set a specific visibilityHandler in your actionbar config. If none is provided the default one is used. https://github.com/zorker/rothui/blob/master/wow7.0/rActionBar/bars.lua#L83