Download
(14Kb)
Download
Updated: 09-28-08 08:18 PM
Updated:09-28-08 08:18 PM
Created:unknown
Downloads:37,540
Favorites:165
MD5:

MBB (MiniMap Button Bag)  Popular! (More than 5000 hits)

Version: v0.60
by: Pericles [More]

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 (0)


Post A Reply Comment Options
Unread 01-28-10, 07:15 PM  
Jarenthal
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally posted by JMHammer
Most recent version is now available here:
http://www.wowace.com/addons/mbb/
Bummer.
Report comment to moderator  
Reply With Quote
Unread 08-25-09, 01:44 PM  
JMHammer
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 309
Uploads: 1
Most recent version is now available here:
http://www.wowace.com/addons/mbb/
Report comment to moderator  
Reply With Quote
Unread 04-24-09, 01:59 AM  
cerbul
A Kobold Labourer

Forum posts: 0
File comments: 52
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.
Report comment to moderator  
Reply With Quote
Unread 12-29-08, 08:26 AM  
JMHammer
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 309
Uploads: 1
The author has a more recent version here:

http://wow.curse.com/downloads/wow-a...tails/mbb.aspx
Report comment to moderator  
Reply With Quote
Unread 11-09-08, 08:38 PM  
Jeania
An Aku'mai Servant
 
Jeania's Avatar

Forum posts: 39
File comments: 170
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-08 at 08:39 PM.
Report comment to moderator  
Reply With Quote
Unread 11-06-08, 05:56 PM  
bwhipp
A Kobold Labourer
AddOn Author - Click to view AddOns

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"
};
Report comment to moderator  
Reply With Quote
Unread 11-04-08, 03:31 AM  
Jeania
An Aku'mai Servant
 
Jeania's Avatar

Forum posts: 39
File comments: 170
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-08 at 10:38 AM.
Report comment to moderator  
Reply With Quote
Unread 11-02-08, 08:45 AM  
mentalnutsy
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 47
File comments: 73
Uploads: 3
Haveing trouble if i /reload after moveing the button to ware i want it the button resets into the center of the screen.
Report comment to moderator  
Reply With Quote
Unread 11-01-08, 06:42 PM  
Zwerg
A Murloc Raider

Forum posts: 4
File comments: 15
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
Report comment to moderator  
Reply With Quote
Unread 11-01-08, 11:01 AM  
bwhipp
A Kobold Labourer
AddOn Author - Click to view AddOns

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

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
Report comment to moderator  
Reply With Quote
Unread 10-30-08, 07:25 PM  
woowoowoo
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 30
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>
Report comment to moderator  
Reply With Quote
Unread 10-29-08, 01:10 PM  
Nefz
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
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
Report comment to moderator  
Reply With Quote
Unread 10-27-08, 10:16 AM  
teffsi
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
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
Report comment to moderator  
Reply With Quote
Unread 10-23-08, 03:32 PM  
Zwerg
A Murloc Raider

Forum posts: 4
File comments: 15
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:
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
Report comment to moderator  
Reply With Quote
Unread 10-22-08, 04:44 AM  
Prismatech
A Deviate Faerie Dragon
 
Prismatech's Avatar

Forum posts: 10
File comments: 48
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.
__________________
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: