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:30,954
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 12-23-10, 08:23 AM  
xyjames1488
A Murloc Raider

Forum posts: 8
File comments: 32
Uploads: 0
Red face Issues

I was wondering, if I could get some help with an issue I am having. It seems I can't interact with the map at all. I can not summon the tracking menu or ping the map. It seems that it is not intractable at all.
Report comment to moderator  
Reply With Quote
Unread 12-13-10, 12:46 PM  
Epsynus
A Murloc Raider
 
Epsynus's Avatar
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 17
Uploads: 1
Originally posted by Blooblahguy
With this error I take it you're talking about the Guild Experience icon? Not the Instance Difficulty? I'll add a fix with that, but I need to be clear this is the issue.
just to clear his answering post up a bit.
Yes thats exactly what he means


and on another note
I love this minimap and i do wonder the same thing as the post below me

Keep up the good work.
__________________
Yharrr mateys
Report comment to moderator  
Reply With Quote
Unread 12-03-10, 10:15 AM  
topsub
A Kobold Labourer
 
topsub's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 13
Uploads: 1
Hey,

Love the addon, In the LUA how can i add code to tell it to fade out while in combact unless i press say CTRL? or a specific button? then fade in once out of combact?

Thanks in adv!
Last edited by topsub : 12-03-10 at 10:16 AM.
Report comment to moderator  
Reply With Quote
Unread 11-28-10, 05:37 AM  
Catelinelol
A Kobold Labourer

Forum posts: 1
File comments: 34
Uploads: 0
Originally posted by Blooblahguy
With this error I take it you're talking about the Guild Experience icon? Not the Instance Difficulty? I'll add a fix with that, but I need to be clear this is the issue.
I Mean the Little Icon on the Minimap that tells me that i am in an Guild Group and be able to do Guild Achievements ... its the Flag mith your Guild Logo
Report comment to moderator  
Reply With Quote
Unread 11-27-10, 12:49 AM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
With this error I take it you're talking about the Guild Experience icon? Not the Instance Difficulty? I'll add a fix with that, but I need to be clear this is the issue.
Report comment to moderator  
Reply With Quote
Unread 11-24-10, 08:39 PM  
duhwhat
A Wyrmkin Dreamwalker

Forum posts: 51
File comments: 236
Uploads: 0
any way to use "shift rightbutton" as a conditional?
Report comment to moderator  
Reply With Quote
Unread 11-21-10, 12:30 PM  
Catelinelol
A Kobold Labourer

Forum posts: 1
File comments: 34
Uploads: 0
Originally posted by Lunarion
I love this addon. I've been looking for a Chinchilla replacement and I think I've found it here.

However, I'm having some difficulties with the instance difficulty flag. No matter where I place the minimap, the flag stays in the top right corner, but only while in a guild group, which causes the guild flag to appear.

same here =) somebody need to fix this =)
Report comment to moderator  
Reply With Quote
Unread 10-26-10, 07:39 PM  
Lunarion
A Deviate Faerie Dragon
 
Lunarion's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 12
File comments: 73
Uploads: 1
I love this addon. I've been looking for a Chinchilla replacement and I think I've found it here.

However, I'm having some difficulties with the instance difficulty flag. No matter where I place the minimap, the flag stays in the top right corner, but only while in a guild group, which causes the guild flag to appear.
__________________
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 08:54 AM  
gamuel
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Can I set the map_zoom out to maximum in Lua file?

When log in WOW, everytime I wheel down mouse.. help

and Thanks for Nice addon
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 05:15 PM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
Originally posted by solvent
nice and clean addon!
though im having 2 problems: the clock (which is activated) only shows up when i move the cursor to the upper right of the map, and the tracking button doesnt hide properly.
maybe a bug someone else experiences too, or is it one of my addons interfering?
I feel like its mostly likely one of your addons interfering. I can't seem to duplicate this in any environment.

As far as hiding the minimap in raid, add this anywhere in the code:

Code:
MinimapCluster:RegisterEvent("PLAYER_ENTERING_WORLD")
MinimapCluster:HookScript("OnEvent", function(self, event)
	if event == "PLAYER_ENTERING_WORLD" then
		if select(2, IsInInstance()) == "raid" then
			self:Hide()
		else
			self:Show()
		end
	end
end)
Report comment to moderator  
Reply With Quote
Unread 10-21-10, 05:45 PM  
GNWP69
A Kobold Labourer

Forum posts: 0
File comments: 16
Uploads: 0
Will U add 'Hide in combat' option?
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 10:29 AM  
solvent
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
nice and clean addon!
though im having 2 problems: the clock (which is activated) only shows up when i move the cursor to the upper right of the map, and the tracking button doesnt hide properly.
maybe a bug someone else experiences too, or is it one of my addons interfering?
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 02:29 PM  
Jestah
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: Re: Re: Color

Thank! That's just what I was looking for!
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 07:33 AM  
Tobbe8716
An Aku'mai Servant
 
Tobbe8716's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 331
Uploads: 8
Re: Re: Re: Color

Originally posted by Jestah
I changed it to true, and now there is a black border on the inside and a huge white one on the outside. any way to make it all black?

Great addon btw, just wish recoloring the border was easier :P
to make your borders black replace this code
Code:
----------------------------------------------
-- Border
----------------------------------------------
if (borders == true) then
    Minimap:SetBackdrop(backdrop)
    Minimap:SetBackdropBorderColor(color2.r,color2.g,color2.b)  
    if (whiteborder == true) then
        Minimap:SetBackdropBorderColor(color.r,color.g,color.b)
    else
        Minimap:SetBackdropBorderColor(0,0,0,0)
    end
end
With this code
Code:
----------------------------------------------
-- Border
----------------------------------------------
if (borders == true) then
    Minimap:SetBackdrop{edgeFile = 'Interface\\Buttons\\WHITE8x8', edgeSize = bordersize, insets = {left = -bordersize/2, right = -bordersize/2, top = -bordersize/2, bottom = -bordersize/2}}
    Minimap:SetBackdropColor(0, 0, 0, 1)
    Minimap:SetBackdropBorderColor(0, 0, 0, 1)
end
Hope it makes you happy
Personly I turned them off and make nice ones with kgpanels. ^^
__________________
Arp UI oUF_Arp
Last edited by Tobbe8716 : 10-17-10 at 07:37 AM.
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 02:03 PM  
Jestah
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: Color

Originally posted by Blooblahguy
whiteborder = false -- Enables or disables the white outline on the

This is clearly your problem

And good to hear jaglavak
I changed it to true, and now there is a black border on the inside and a huge white one on the outside. any way to make it all black?

Great addon btw, just wish recoloring the border was easier :P
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.