Download
(403Kb)
Download
Updated: 03-11-18 02:04 PM
Pictures
File Info
Compatibility:
Legion (7.0.3)
Updated:03-11-18 02:04 PM
Created:unknown
Downloads:575,999
Favorites:1,058
MD5:

Minimap Button Frame  Popular! (More than 5000 hits)

Version: 3.1.10f
by: Bachlott [More]

This little addon will gather up all of your addon minimap buttons and put them into a movable frame.

Features

- Minimap Button Skinning (Square Minimap Buttons)
- Add or Remove almost any minimap button
- Multiple Sorting Options - Including Custom!
- Collection of Blizzard Buttons
- Collect only the buttons you want
- Background Color can be changed from the config screen
- Hide most of the Blizzard Minimap Icons
- LDB Support
- Key Bindings
- Profile Support
- Basic Localization in English, Spanish, French, German, Korean, Russian, and Chinese (Simplified and Traditional)

Future Features

- Full LDB version of MBF

Known Issues

Metamap minimap button is incompatable due to the way it is handled in the addon.

The addon does not grab button that do not have a name currently.

Currently discovered addons that are this way are:

Enchantrix (Part of Auctioneer Advanced)
onRaid

The Blizzard buttons that only show up under certain conditions, (battleground, LFG) will only display on the Frame when they are shown normally and active scanning is enabled. Otherwise they will apprear on the minimap when they are shown.

The Add feature is a little more powerful than I originally expected. So you can accidentally grab things that you didn't expect to be able to. (Other Addons) I've tried to protect the blizzard interface features and a couple other things, but let me know if you can grab something that you don't think you should be able to. If you do accidentally add something to the bag you can always remove it.

I've added a lot to the Localization, so it's another quick and dirty, horrible translation. Thanks again for the crazyness Google. So if you can do a better translation please help me out and submit it to me so I can add it to MBF. Hopefully Google didn't make them too funny or offensive.

Note:

The ability to add minimap icons to the table can be a general or partial name of the icons. The button override table add should be the exact name of the button that you want to override and collect.

As always your feedback is more than welcome!

3.1.10f
- Update - Toc updated to 70300
- Update - Ace3 Libraries updated
- Fixed - Small Bug

3.1.10e
- Update - Toc updated to 60200
- Fixed - Fixed conflict with ElvUI
- Fixed - Fixed conflict with SpartanUI

3.1.10d
- Update - Toc updated to 60000
- Update - Libraries Updated

3.1.10c
- Update - Toc updated to 50400

3.1.10b
- Fixed - Fixed unable to move bug

3.1.10
- Update - Toc updated to 50100
- Update - Code changes to fix a conflict with another addon using MBF in it's code
- Change - Changed MBF from global to a local. Got changed by accident at some point

3.1.9
- Update - Fixed Issue with the Queue Status button not behaving like other Blizz buttons
- Update - Fixed issue with buttons not having border restored upon removal
- New - Added option to exclude the Queue Status button from being gathered

3.1.8
- Update - Added a size check to gathering
- Update - Toc updated to 50001
Post A Reply Comment Options
Unread 12-03-07, 12:55 AM  
Someone
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 8
Uploads: 1
background after locked

I like this addon, I used to use MiniMapButtonBag, but I like how this controls rows better. One thing I did not like about this was the background of the frame persists after the frame is locked. Here is the code changes I did to turn off the background after you lock:

function MBFC_ColorLocked()
if (locked) then
MinimapButtonFrame:SetBackdropBorderColor(0,0,0,0);
MinimapButtonFrame:SetBackdropColor(0,0,0,0);
else
MinimapButtonFrame:SetBackdropBorderColor(1,1,1,1);
MinimapButtonFrame:SetBackdropColor(0,0,0,1);
end
end

and then I call it in a few spots:

in MBF_OnEvent() after: MinimapButtonFrame:SetScale(addonScale);
in MBF_Scan() at the end
in MBFC_LockedToggle() at the end
in MBF_Init() at the end

works perfectly, I hope you use it
Report comment to moderator  
Reply With Quote
Unread 12-02-07, 11:47 PM  
Bachlott
A Defias Bandit
 
Bachlott's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 173
Uploads: 1
SWStats is fixed in version 0.9b along with all the others that were setup like it.
The atlas minimap button was setup the same way but I had already caught that one.
Any other setup that way will now be caught automatically.

There are still a couple known addons that are setup slightly differently that I don't catch automatically.

CT Mod and WIM are examples that I've caught of this type. Even though CT Mod has the additional issue on it's button not being named.

When I get the manual add and remove finished any other odd balls like that can be easily grabbed and put into the frame if they are encountered.
Report comment to moderator  
Reply With Quote
Unread 12-02-07, 05:36 PM  
Syngian
A Kobold Labourer

Forum posts: 0
File comments: 72
Uploads: 0
SWStats 2.1.3 isn't populating within the frame :/
Report comment to moderator  
Reply With Quote
Unread 12-02-07, 12:18 PM  
Bachlott
A Defias Bandit
 
Bachlott's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 173
Uploads: 1
I haven't tested it with it yet. If it has any issues it would be a quick fix.

Edit.

It didn't get along with Squeenix. Made a quick fix to not grab anything that wasn't named.
Last edited by Bachlott : 12-02-07 at 03:02 PM.
Report comment to moderator  
Reply With Quote
Unread 12-02-07, 10:58 AM  
Mithoron
A Murloc Raider

Forum posts: 4
File comments: 38
Uploads: 0
Does this addon work with Squeenix?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.