An Ascension WotLK (3.3.0) compatibility fork of MinimapButtonButton by syndenbock.
MinimapButtonButton collects all of your minimap buttons into a single button, keeping your minimap clean and tidy. Click the button to show or hide your collected addon buttons.
- Download the latest release from the Releases page
- Extract the folder into your
World of Warcraft\Interface\AddOns\directory - Make sure the folder is named
MinimapButtonButton - Restart the game if this is a fresh intall or reload your UI with
/reloadif you are updating from a previous install
- Left click the MBB button to show or hide your collected minimap buttons
- Middle click or Alt + any click to drag the button anywhere on your screen
- Type
/mbbor/minimapbuttonbuttonfor a list of available commands
| Command | Description |
|---|---|
/mbb help |
Lists all available commands |
/mbb list |
Lists all currently collected and ignored buttons |
/mbb reset |
Resets the main button position to the center of the screen |
/mbb set <setting> <value> |
Change a setting |
/mbb ignore <name> |
Stop a button from being collected |
/mbb include <name> |
Manually add a button to be collected |
All settings are configured via /mbb set <setting> <value>.
| Setting | Description | Default |
|---|---|---|
direction |
Direction the buttons expand when shown (e.g. leftdown, rightup) |
leftdown |
buttonsPerRow |
How many buttons appear per row | 5 |
scale |
Scale of the main MBB button (1-50, where 10 = 1.0x) | 10 |
buttonScale |
Scale of the collected buttons (1-50, where 10 = 1.0x) | 10 |
autohide |
Seconds before buttons auto-hide after being shown (0 = disabled) | 0 |
This fork patches the following retail-only APIs that do not exist in the WotLK client:
- Settings menu has now been reimplemented properly and is accessible via Escape → Interface → AddOns.
- LibDBIcon-1.0 on Ascension is a stripped implementation missing several methods present in the retail version. These are gracefully skipped.
- ElvUI and Tukui skinning is supported if those addons are installed.
The in-game settings panel (normally accessible via the game options menu) is not yet reimplemented for WotLK. This is planned for a future release.Fixed in V.1.23.3bThe tooltip is not functioning as expected and may or may not display properly at this time. Still troubleshooting this issue.Fixed in v.1.23.3b
If you find a bug or have a feature request, please open an issue on the GitHub Issues page with as much detail as possible, including any errors printed to your chat window.
- Original addon by syndenbock
- Ascension compatibility fork by Hailey-Ross
