Skip to content

Hailey-Ross/MinimapButtonButton-ASC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

424 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinimapButtonButton for Ascension

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.

Preview


Installation

  1. Download the latest release from the Releases page
  2. Extract the folder into your World of Warcraft\Interface\AddOns\ directory
  3. Make sure the folder is named MinimapButtonButton
  4. Restart the game if this is a fresh intall or reload your UI with /reload if you are updating from a previous install

Usage

  • 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 /mbb or /minimapbuttonbutton for a list of available commands

Slash 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

Settings

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

Ascension Compatibility Notes

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.

Known Issues

  • 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.3b
  • The 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

Reporting Issues

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.


Credits

About

A World of Warcraft addon for collecting minimap buttons, made to be compatible with Ascension WoW

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Lua 100.0%