MBB
The Addon HidingBar supersedes MBB on all aspects and is continually updated.
https://www.curseforge.com/wow/addons/hidingbar
MBB reduces minimap buttons and makes them accessible through a pop out menu. Click the MBB button to expand the menu and display the buttons. Each button that is collapsed into the menu can be reattached to the minimap with Ctrl + Right Click. The MBB button can also be detached from minimap with Ctrl + Right Click.
Hot Key
- Ctrl + Right Click - detach / reattach a minimap button
Slash Commands
- /mbb - shows the MBB commands
- /mbb buttons - shows a list of all rfames in the MBB bar
- /mbb reset position - resets the position of the MBB button
- /mbb reset all - resets the MBB settings
Cuz it gets in the way of LFG and other things, if you get my drift.
But will use for now :)
Stay updated ^.^ and ty
find line:279
function MBB_OnEvent() -> function MBB_OnEvent(self, event, ...)
2.Open MBB.xml
find line:10
MBB_OnEvent(); -> MBB_OnEvent(self, event, ...);
Save reload or relogin.
have fun!!
the onevent was a strange windows 7 problem, it reverted to a version back from 2008 a few times.
anyway, I have a few buttons that are not grabbed but MBB. Atlas and healbot, any idea why this would happen.
and again, thanks for a very compact and useful addon.
how?
Thanks for the great addon.
You may want to fix your "OnEvent" since VARIABLES_LOADED hasn't been used for a while.
Thx for new update!!!
Great to see this is still alive.
Would also like to fix button where I put it and not have it derifting around.
It requires 2 changes in the MBB.xml file.
1. Change line 66 to:
MBB_OnClick(button);
2. Change line 96 to:
MBB_OnUpdate(elapsed);
Voila!