Category: Graphic UI Mods
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
v0.60
Date:
09-28-2008 09:18 PM
Size:
14.43 Kb
Downloads:
17,296
Favorites:
187
MD5:
MBB (MiniMap Button Bag)   Popular! (More than 5000 hits)
A WotLK version of MBB (Minimap Button Bag). An addon that gathers up all your buttons on your minimap and puts them into a single button.

Click the single button and out pops a list of all the buttons its put in the bag as if they were on the minimap, fully usable but tidy.


Note this version has been tidied up and made to work with WotLK from the live version maintained in my name at http://files.wowace.com/MBB/MBB.zip

Note also that the secure headers template code needs work and so the buttons may not function in combat. However if you are needing to configure your UI in combat, you really need to ask yourself if you are paying attention to the combat or not.

Please note that this version is out of date the latest version is now on Curse.com


Download the latest version here
  Optional Files - MBB (MiniMap Button Bag)
File Name
Version
Size
Author
Date
Type
1.0
6kB
11-06-2008 05:51 PM
Patch
  Comments - MBB (MiniMap Button Bag)
Post A Reply
Author Comments Comment Options
Old 04-24-2009, 02:59 AM  
cerbul
A Kobold Labourer

Forum posts: 0
File comments: 31
Uploads: 0
Does this addition : [28] = "DA_Minimap" solves the "freeze" bug when using addons like Cartographer/Pitbull 3?
Not sure why this happens, but MBB gives this error only when using it with one of the upper addons. Someone sugested that is related to Minimap addons, but it works just fine if I disable Pitbull/Cartographer.
cerbul is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-29-2008, 08:26 AM  
JMHammer
A Kobold Labourer

Forum posts: 1
File comments: 268
Uploads: 0
The author has a more recent version here:

http://wow.curse.com/downloads/wow-a...tails/mbb.aspx
JMHammer is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-09-2008, 08:38 PM  
Jeania
An Aku'mai Servant
 
Jeania's Avatar

Forum posts: 39
File comments: 182
Uploads: 0
minimap button frame I like this one better though, and posted a reply on your actual page (lol read that one before I read this one). (this is to brian btw lol).

But yeah, I've had a lot of problems trying to find something that also worked with Dagassist...I love that program a lot, and really have been frustrated because i have so many buttons that i didn't know where to put those as well. (Thank god for Titan, or I'd have even more buttons lol). I really appreciate this

Last edited by Jeania : 11-09-2008 at 08:39 PM.
Jeania is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-06-2008, 05:56 PM  
bwhipp
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 4
Uploads: 1
More info on patch for DagAssist

Hi,

I've tried to upload my mod to the optional files tab, but not sure if it is going to work. So, I've cut and paste the relevant section of the MBB.lua file I changed. See below, I've bolded and used red font to highlight the changes. Hope this helps!

What is mbf? I've never heard of it, but if it suffers the same problem, maybe I can look at it.

Brian



MBB_Ignore = {
[1] = "MiniMapTrackingFrame",
[2] = "MiniMapMeetingStoneFrame",
[3] = "MiniMapMailFrame",
[4] = "MiniMapBattlefieldFrame",
[5] = "MiniMapWorldMapButton",
[6] = "MiniMapPing",
[7] = "MinimapBackdrop",
[8] = "MinimapZoomIn",
[9] = "MinimapZoomOut",
[10] = "BookOfTracksFrame",
[11] = "GatherNote",
[12] = "FishingExtravaganzaMini",
[13] = "MiniNotePOI",
[14] = "RecipeRadarMinimapIcon",
[15] = "FWGMinimapPOI",
[16] = "CartographerNotesPOI",
[17] = "MBB_MinimapButtonFrame",
[18] = "EnhancedFrameMinimapButton",
[19] = "GFW_TrackMenuFrame",
[20] = "GFW_TrackMenuButton",
[21] = "TDial_TrackingIcon",
[22] = "TDial_TrackButton",
[23] = "MiniMapTracking",
[24] = "GatherMatePin",
[25] = "HandyNotesPin",
[26] = "TimeManagerClockButton",
[27] = "GameTimeFrame",
[28] = "DA_Minimap"
};

MBB_IgnoreSize = {
[1] = "AM_MinimapButton",
[2] = "STC_HealthstoneButton",
[3] = "STC_ShardButton",
[4] = "STC_SoulstoneButton",
[5] = "STC_SpellstoneButton",
[6] = "STC_FirestoneButton"
};
bwhipp is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-04-2008, 03:31 AM  
Jeania
An Aku'mai Servant
 
Jeania's Avatar

Forum posts: 39
File comments: 182
Uploads: 0
I, too, love both DagAssist and MBB. Here is what I did to MBB to get it to play well with DagAssist.

Go into the MBB.lua file, and you need to change line 78 and add a line after it. This will tell MBB to ignore the DagAssist button. Your new lines 78 and 79 should look like:

[27] = "GameTimeFrame",
[28] = "DA_Minimap"

I would appreciate it if the mod author would please add the DagAssist button to the ignore list. Keep up the good work!

Regards,
Brian


~~~~~~~~~~~~~~~~~~~

Ugh I am wary of changing it manually...but I would REALLY like it if that'd be added. An update would be nice to And a screenshot..I've been trying mbf...and it's being mean to dagassist too...please help lol.




Meh if I have to....can you paste it exactly what it'd show (adding the line above it") so that it's easier to put into place because the following is confusing...plus are there any screenshots??

[27] = "GameTimeFrame"
};

MBB_IgnoreSize = {
[1] = "AM_MinimapButton",
[2] = "STC_HealthstoneButton",
[3] = "STC_ShardButton",
[4] = "STC_SoulstoneButton",
[5] = "STC_SpellstoneButton",
[6] = "STC_FirestoneButton"
};

MBB_ExtraSize = {
["GathererMinimapButton"] = function()
GathererMinimapButton.mask:SetHeight(31);
GathererMinimapButton.mask:SetWidth(31);
end
};

function MBB_OnLoad()
-- Etc...

Last edited by Jeania : 11-04-2008 at 10:38 AM.
Jeania is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-02-2008, 08:45 AM  
mentalnutsy
A Murloc Raider

Forum posts: 7
File comments: 20
Uploads: 0
Haveing trouble if i /reload after moveing the button to ware i want it the button resets into the center of the screen.
mentalnutsy is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-01-2008, 07:42 PM  
Zwerg
A Defias Bandit

Forum posts: 3
File comments: 5
Uploads: 0
Re: Getting MBB and DagAssist to play well together

Ohhh great, bwhipp! Works fine.

Thanks a lot! Now i can use dagassist AND mbb, very cool!

I'm happy

thx

Zwerg
Zwerg is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-01-2008, 12:01 PM  
bwhipp
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 4
Uploads: 1
Getting MBB and DagAssist to play well together

Quote:
Originally posted by Zwerg
Hi,

there's problem with another addon:

When i activate the MBB, an addon called Dagassist ( Curse link, wowint link ) is not working. I get this error when clicking on the Dagassist icon:

Without MBB the addon works nice!

I don't know which addon causes the problem. I will post this error on the Dagassist page aswell.

Thx for your great work!

Greets
I, too, love both DagAssist and MBB. Here is what I did to MBB to get it to play well with DagAssist.

Go into the MBB.lua file, and you need to change line 78 and add a line after it. This will tell MBB to ignore the DagAssist button. Your new lines 78 and 79 should look like:

[27] = "GameTimeFrame",
[28] = "DA_Minimap"

I would appreciate it if the mod author would please add the DagAssist button to the ignore list. Keep up the good work!

Regards,
Brian
bwhipp is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-30-2008, 08:25 PM  
woowoowoo
A Kobold Labourer

Forum posts: 0
File comments: 26
Uploads: 1
Love the mod, been getting an error though.

MBB blocked from using LFGQuery()
Count: 4

Call Stack:
[C]: in function `LFGQuery'
Interface\FrameXML\LFGFrame.lua:478: in function `SendLFGQuery'
Interface\FrameXML\LFGFrame.lua:28: in function `LFGParentFrame_OnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>
woowoowoo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-29-2008, 02:10 PM  
Nefz
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Quote:
Originally posted by Prismatech
hi nefz
I see that you have not the standalone ace addon in the dir .
At the moment use a ace addon the buildin version but most are this versions older .install tip install ace 2 and 3 from ace as standallone that over write the buildin while standalone have higher prio.
thanks for the reply Prismatech.
I've already installed ace2 and 3 but the same MBB error still occurs
Nefz is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-27-2008, 11:16 AM  
teffsi
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Quote:
Originally posted by Zwerg
Hi,

there's problem with another addon:

When i activate the MBB, an addon called Dagassist ( Curse link, wowint link ) is not working. I get this error when clicking on the Dagassist icon:

Without MBB the addon works nice!

I don't know which addon causes the problem. I will post this error on the Dagassist page aswell.

Thx for your great work!

Greets
I am having the exact same problem, I have had to disable MBB for now as I really need DagAssist as a mage. Sadly this means my mini map is a mess
teffsi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-23-2008, 04:32 PM  
Zwerg
A Defias Bandit

Forum posts: 3
File comments: 5
Uploads: 0
Hi,

there's problem with another addon:

When i activate the MBB, an addon called Dagassist ( Curse link, wowint link ) is not working. I get this error when clicking on the Dagassist icon:
Quote:
Interface\FrameXML\RestrictedExecution.lua:758:
Cannot declare closure factories from insecure code
Without MBB the addon works nice!

I don't know which addon causes the problem. I will post this error on the Dagassist page aswell.

Thx for your great work!

Greets
Zwerg is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-22-2008, 05:44 AM  
Prismatech
A Murloc Raider
 
Prismatech's Avatar

Forum posts: 9
File comments: 43
Uploads: 0
hi nefz
I see that you have not the standalone ace addon in the dir .
At the moment use a ace addon the buildin version but most are this versions older .install tip install ace 2 and 3 from ace as standallone that over write the buildin while standalone have higher prio.
__________________
Prismatech is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-21-2008, 01:24 AM  
Nefz
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I've recently upgraded MBB to v6.0 and i've been getting stack overflow errors..

I see that some of the users dont seem to have any problems but I dont know whats causing mine..

Addons i'm using:


Error i keep getting:


Its frustrating since I cant collapse the buttons or even absent-mindedly slide the cursor over the buttons, the error pops up

-edit-
this is on live server patch 3.0.2

Last edited by Nefz : 10-21-2008 at 01:29 AM.
Nefz is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-16-2008, 10:27 PM  
Phoul
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
Quote:
The stack overflow bug was fixed on live at least 6 months ago. Get the version that works on live from http://files.wowace.com/MBB/MBB.zip the version on this site is WotLK only.

It is of course possible the reason you get an issue is you pulled a version with embedded libraries from a site other than wowace.com. Bad idea. Ace embedded libraries save a lot of coding but you must ensure you keep them at the same version. Having multiple copies of the same library all at different versions is a recipe for disaster.
This resolution worked nicely once a minor .toc update was done.

Thank you!

-- P

Last edited by Phoul : 10-16-2008 at 10:41 PM.
Phoul is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.