Download
(30Kb)
Download
Updated: 02-03-19 01:00 AM
Pictures
File Info
Compatibility:
Tides of Vengeance (8.1.0)
Updated:02-03-19 01:00 AM
Created:04-10-10 04:09 PM
Downloads:31,036
Favorites:105
MD5:

bdMinimap  Popular! (More than 5000 hits)

Version: 1.50
by: Blooblahguy [More]

bdMinimapis a simple chat replacement.

note: You need bdCore to use this addon, or any other bd_ addons

Features

Clean black border
Movable
Reskins/moves minimap buttons
Shows garrison/order hall button
Instance Difficulty
Time
/bd config to access in game config
/bd lock to unlock the addon and move it around

1.30
Toc bump
Changed button searching to hopefully catch fewer of the icons from quest tracking addons

1.25
Fixed bugged interaction with handynotes

1.2
Added configuration options for moving or disabling minimap button bag

1.1
Added option to remove the BD minimap button

1.0
Updated to be rectangle by default, with an option for square
Added minimap button frame holder
Added instance difficulty back

v1.95
-Added easy move features, will add more in the future.
v1.9
-Updated for Cata/4.0.1
Optional Files (0)


Post A Reply Comment Options
Unread 07-13-10, 12:34 AM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
Fixed, just awaiting file approval
Report comment to moderator  
Reply With Quote
Unread 07-12-10, 08:53 PM  
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view AddOns

Forum posts: 384
File comments: 144
Uploads: 3
Originally posted by weasoug
ok thanks for that.


also i wanted to ask. why i cant see the MiniMapInstanceDifficulty

i felt maybe i needed to add

MiniMapBattlefieldBorder:Show()

but still no luck

but then saying that on reload i think i saw it go behind the mini map. so at the put i changed where it was SetPoint with no luck
if it is behind the minimap you need to set it's framelevel or framestrata.

SetFrameLevel(9) or SetFrameStrata("MEDIUM") /Or "HIGH" etc.
__________________

Report comment to moderator  
Reply With Quote
Unread 07-12-10, 12:55 PM  
weasoug
A Flamescale Wyrmkin
 
weasoug's Avatar
AddOn Author - Click to view AddOns

Forum posts: 127
File comments: 319
Uploads: 11
ok thanks for that.


also i wanted to ask. why i cant see the MiniMapInstanceDifficulty

i felt maybe i needed to add

MiniMapBattlefieldBorder:Show()

but still no luck

but then saying that on reload i think i saw it go behind the mini map. so at the put i changed where it was SetPoint with no luck
Report comment to moderator  
Reply With Quote
Unread 07-12-10, 10:53 AM  
KnHawke
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 40
Uploads: 13
Originally posted by weasoug
could you add somthing for the people who has ZoneText on true.

or is there an addon i can use to still show the ZoneText.

as when i put it to true. and move my minimap to the bottom middle of my ui. and zone info is still at the top right hehe

thanks for your time
I use a mod that does this.
One such mod is SLDataText, but I use LiteStats...
even then there is a plethora of mods on this site that can do what you need to
Report comment to moderator  
Reply With Quote
Unread 07-12-10, 09:06 AM  
weasoug
A Flamescale Wyrmkin
 
weasoug's Avatar
AddOn Author - Click to view AddOns

Forum posts: 127
File comments: 319
Uploads: 11
could you add somthing for the people who has ZoneText on true.

or is there an addon i can use to still show the ZoneText.

as when i put it to true. and move my minimap to the bottom middle of my ui. and zone info is still at the top right hehe

thanks for your time
Report comment to moderator  
Reply With Quote
Unread 07-11-10, 02:40 PM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
And to fix the overlapping windows, comment out these lines
--mc:ClearAllPoints()
--mc:SetAllPoints(m) [/b]
Added that this morning. I'm not sure why the cluster lines were in there in the first place but they are out now.

For an easy way to get zone text refer to the post below.

Coords is not something i'm really interested in adding, but i'll look into a module.
Report comment to moderator  
Reply With Quote
Unread 07-11-10, 01:37 PM  
chj722
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
coordinate

can u add coordinate in the map?
Report comment to moderator  
Reply With Quote
Unread 07-11-10, 09:45 AM  
KnHawke
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 40
Uploads: 13
To quote the referees: IT'S GOOD!
the overlapping windows is fixed with this update
Report comment to moderator  
Reply With Quote
Unread 07-11-10, 09:13 AM  
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view AddOns

Forum posts: 384
File comments: 144
Uploads: 3
For zonetext: comment out --MinimapZoneTextButton:Hide()

And add this:
Code:
MinimapZoneText:SetAllPoints(MinimapZoneTextButton)
MinimapZoneText:SetFontObject(ChatFontNormalSmall)

MinimapZoneTextButton:ClearAllPoints()
MinimapZoneTextButton:SetParent(Minimap)
MinimapZoneTextButton:SetScript("OnClick", function() MinimapToggler:Show() Minimap:Hide() DudeStats:Hide() end)
MinimapZoneTextButton:SetPoint("TOP", Minimap, 0, 0)
MinimapZoneTextButton:SetWidth(Minimap:GetWidth())

And to fix the overlapping windows, comment out these lines
--mc:ClearAllPoints()
--mc:SetAllPoints(m)
__________________

Report comment to moderator  
Reply With Quote
Unread 07-11-10, 08:46 AM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
Originally posted by feraldrood
Great addon Bloo!

could someone tell me what the color code is for 1pxl black border?
(yes i know, the fact i don't know lua for black is shocking)

thanks, seriously bloo, all your stuff is great!
Added something to the config that makes this a little easier to achieve
Report comment to moderator  
Reply With Quote
Unread 07-10-10, 09:09 PM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
Originally posted by KnHawke
Aye... as have I, and many other locations as well. (even anchored the Map itself to a slew of other points and w/e)
So I ended up trying a plethora of other MiniMap mods.
And the ONLY one that allowed the windows to open is one that doesn't touch the quest frame or the vehicle frame in any way, which I found very odd
Prolly something in the new 3.3.5 API that is mucking things up >.<

Wish I had better news than this, I love this lightweight Mod and the chat mod that you written
Interesting, I'll look into it for sure. I'm not entirely sure what is happening but I know what I changed from one patch to another so that should help.

As far as zone text I may add something that you can enable or disable in the code. Maybe a module even.

bChat will also be updated tomorrow (I hope) and once again be functional. There are still a few updates to the blizzard API that threw most of the coding community into a hurl, but hopefully the resources and information will be available soon enough to make finding fixes easier.
Report comment to moderator  
Reply With Quote
Unread 07-10-10, 05:35 PM  
KnHawke
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 40
Uploads: 13
Originally posted by akumi
I love this map.

The most recent update, I noticed If I have the addon on, and I have lets say the Character Frame open, It will not allow me to open the AH up to or any other windows, Its like the game forgot how to move the 1 window over for the other one.

P.S. I use all original settings, Upper Right etc.
Aye... as have I, and many other locations as well. (even anchored the Map itself to a slew of other points and w/e)
So I ended up trying a plethora of other MiniMap mods.
And the ONLY one that allowed the windows to open is one that doesn't touch the quest frame or the vehicle frame in any way, which I found very odd
Prolly something in the new 3.3.5 API that is mucking things up >.<

Wish I had better news than this, I love this lightweight Mod and the chat mod that you written
Last edited by KnHawke : 07-10-10 at 05:37 PM.
Report comment to moderator  
Reply With Quote
Unread 07-10-10, 03:18 PM  
Sycobob
A Kobold Labourer
 
Sycobob's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 9
Uploads: 1
A way to show zone text would be fantastic. Just a partially transparent, movable black box with the text. Being able to set the font would be another spiffy feature.
__________________
Reborn UI (Fan Update)
Report comment to moderator  
Reply With Quote
Unread 07-10-10, 03:07 PM  
Darxon
A Warpwood Thunder Caller
AddOn Compiler - Click to view compilations

Forum posts: 93
File comments: 66
Uploads: 2
Noticed the same bug, its only present with latest version of bmini.
Revert to the previous version and it works fina again.
__________________
Report comment to moderator  
Reply With Quote
Unread 07-10-10, 07:47 AM  
akumi
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
I love this map.

The most recent update, I noticed If I have the addon on, and I have lets say the Character Frame open, It will not allow me to open the AH up to or any other windows, Its like the game forgot how to move the 1 window over for the other one.

P.S. I use all original settings, Upper Right etc.
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.