| Updated: | 10-15-10 02:23 PM |
| Created: | 04-10-10 04:09 PM |
| Downloads: | 15,915 |
| Favorites: | 95 |
| MD5: |

●Minimalistic.
●Hides all default minimap buttons.Keeps: Battleground icon●Hides zone text
Keeps: Raid difficulty icon
Keeps: Looking for group icon.
●Makes time appear on mouse over and turn green if you have pending calendar invites.
●Zooming with mouse wheel & Auto zoom-out
●Square
●Right-click tracking select
●Middle-Click calendar toggle
There is a small config segment at the top of the lua file for all of your needs.
In Game:
Shift+Alt+Drag to move Minimap.
/bminimapreset To reset it to the default position.
Through the top of the LUA file:
●Enable/Disable Border.
●Change border color.
●Change Scale.
●Change quest tracker position/anchor.
File Name |
Version |
Size |
Author |
Date |
1.95 |
3kB |
Blooblahguy |
10-12-10 10:18 PM |
|
1.9 |
2kB |
Blooblahguy |
10-07-10 12:06 AM |
|
1.7 |
2kB |
Blooblahguy |
07-13-10 12:34 AM |
|
1.7 |
2kB |
Blooblahguy |
07-11-10 02:49 PM |
|
1.6 |
10kB |
Blooblahguy |
07-09-10 02:21 PM |
|
1.5 |
10kB |
Blooblahguy |
07-07-10 12:27 PM |
|
1.4 |
10kB |
Blooblahguy |
06-04-10 04:30 PM |
|
1.3 |
10kB |
Blooblahguy |
05-29-10 11:14 AM |
|
1.2 |
10kB |
Blooblahguy |
05-24-10 01:24 PM |
|
1.1 |
10kB |
Blooblahguy |
05-01-10 03:20 PM |
|
1.05 |
10kB |
Blooblahguy |
04-27-10 05:28 PM |
|
1.02 |
3kB |
Blooblahguy |
04-12-10 09:04 AM |
|
1.01 |
3kB |
Blooblahguy |
04-11-10 01:21 PM |
|
1.0 |
2kB |
Blooblahguy |
04-10-10 04:09 PM |
![]() |
Comment Options |
|
|
|
|
Thank you Xzim!
|
|
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 12
File comments: 3
Uploads: 0
|
Thank's! <3
|
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 12
File comments: 3
Uploads: 0
|
How can i fix this ... ?
![]() |
|
|
|
|
||
|
@ penpen002: Remove this in the LUA and it should work just fine.
|
||
|
|
|
|
||
|
Patch 4.3 Error:
|
||
|
|
|
|
|||
|
A Murloc Raider
Forum posts: 6
File comments: 3
Uploads: 0
|
nice addon but...
I can't change border color
![]()
Somebody plz help with this trouble.
Code:
----------------------------------
-- Time
----------------------------------
LoadAddOn('Blizzard_TimeManager')
local clockFrame, clockTime = TimeManagerClockButton:GetRegions()
clockFrame:Hide()
clockTime:Hide()
clockTime:SetFont(font, 14)
if(CalendarGetNumPendingInvites() > 0) then
clockTime:SetTextColor(0, 1, 0)
else
clockTime:SetTextColor(1, 1, 1)
end
TimeManagerClockButton:SetPoint("CENTER", Minimap, "BOTTOM", -2, 10)
Minimap:SetScript("OnEnter", function()
clockTime:Show()
UIFrameFadeIn(clockTime, 0.2, 0, 1)
end)
Minimap:SetScript("OnLeave", function()
UIFrameFadeOut(clockTime, 0.2, 1, 0)
end)
TimeManagerClockButton:EnableMouse(false)
Minimap:EnableMouseWheel(true)
Minimap:SetScript('OnMouseWheel', function(self, delta)
if delta > 0 then
Minimap_ZoomIn()
else
Minimap_ZoomOut()
end
end)
Code:
----------------------------------
-- Time
----------------------------------
-- Time Frame
local f = CreateFrame("Frame", nil, UIParent)
f:RegisterEvent("ADDON_LOADED")
f:SetScript("OnEvent", function(self, event, name)
if name == "Blizzard_TimeManager" then
TimeManagerClockButton:Hide()
TimeManagerClockButton:SetScript("OnShow", function(self)
TimeManagerClockButton:Hide()
end)
end
end)
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
-
Last edited by Nafi1337 : 08-25-11 at 05:34 AM.
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Font change
Hi, I really like this addon I just want to know how to change to font of the zonetext and clock. I only know a little of the lua code, just enough to edit a few things. Any help would be great.
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 3
Uploads: 0
|
Not able to change the size!
Not able to change the size of the minimap! Cus of not been updated for a while? Thanks
|
|
|
|
|
|
|
A Murloc Raider
Forum posts: 4
File comments: 21
Uploads: 0
|
I went through all the optios in lua file and could not get border to change color
if that could be fixed and having an option to move the capping bar when capping a pvp area would be great. |
|
|
|
|
|
|
HOw do i make the borders black??
they are white |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 14
Uploads: 0
|
you may also want to move the GuildInstanceDifficulty flag
![]() |
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 18
Uploads: 0
|
How to remove the clock?
|
|
|
|
|
|
|
Wrong minimap :(
-_- just found out that I am useing a pocketplot...
Sorry but still I like you'r alot too
__________________
"Old Professors never die, they just lose their faculties." |
|
|
|
![]() |
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.