simpleMinimap
simpleMinimap is a module-centric addon for modifying and personalizing one of the center-pieces of any UI - the minimap. the core simpleMinimap mod has these features...
forum: http://forums.wowace.com/showthread.php?t=2242
* left-click and drag the minimap anywhere * hide and move the default minimap buttons * zoom in and out with the mousewheel * adjust the minimap's scale, outdoor alpha and strata * bind a key to toggle the minimap and/or zoom it full-screen * type '/smm' for a list of commandssimpleMinimap also comes with several modules. these modules can be disabled and/or the files can be deleted if you don't need or want access to the features. they are located in the simpleMinimap/modules folder...
* Autozoom - automatically zoom-out minimap after delay * Compass - NSEW markings on the minimap * Coords - small frame that shows map coordinates * GUI - dropdown setup menus (default is right-click on minimap) * Movers - allows movement of UI frames attached to the minimap * Pings - popup frame that shows the minimap pinger's name * Skins - allows for changing the minimap's skin (square, corner)thanks to...
* joev - for the original CleanMinimap * Davik - for the square minimap skin * grimman - for the dLx corner skin * Contusion - for rotating the dLx corner skin
forum: http://forums.wowace.com/showthread.php?t=2242
The only option is lacks, is freedom to move map icons where u want. Other than that, there is no problems.
It was just updated yesterday as well. So Im sure the problems we have all had in the past are gone.
Ive been using it since 3.1 and no problems yet.
Way better than an outdated addon [SMM] that constantly breaks, imo.
To each his own though. Good luck
SEXYMAP
http://wow.curse.com/downloads/wow-addons/details/sexymap.aspx
Temporary macro i'm using to fix the WatchFrame size and reset the some internal counters.
/script WatchFrame:SetHeight(400)
/script WatchFrame_ClearDisplay()
/script WatchFrame_Update(WatchFrame)
$ diff -EwbBU3 movers.lua.orig movers.lua
--- movers.lua.orig 2009-04-14 23:47:27.000000000 -0500
+++ movers.lua 2009-04-14 23:49:59.000000000 -0500
@@ -61,7 +61,7 @@
mod.translatedName = L["movers"]
local movers = {
- QuestWatchFrame = { 280, 20 },
+ WatchFrame = { 280, 20 },
DurabilityFrame = { 60, 65 },
QuestTimerFrame = { 160, 72 },
CaptureMover = { 178, 30 },
@@ -69,7 +69,7 @@
VehicleSeatIndicator = { 128, 128 }
}
local framesDefault = {
- QuestWatchFrame = { anchor=MinimapCluster, point="TOPRIGHT", rpoint="BOTTOMRIGHT", x=0, y=10 },
+ WatchFrame = { anchor=MinimapCluster, point="TOPRIGHT", rpoint="BOTTOMRIGHT", x=0, y=10 },
DurabilityFrame = { anchor=MinimapCluster, point="TOPRIGHT", rpoint="BOTTOMRIGHT", x=40, y=15 },
QuestTimerFrame = { anchor=MinimapCluster, point="TOPRIGHT", rpoint="BOTTOMRIGHT", x=10, y=0 },
CaptureMover = { anchor=MinimapCluster, point="TOPRIGHT", rpoint="BOTTOMRIGHT", x=10, y=15 },
@@ -106,8 +106,8 @@
self.db.profile.enabled = true
local function simpleMinimap_QuestWatch_Update()
if self.db.profile.enabled then
- QuestWatchFrame:SetWidth(280)
- local h = QuestWatchFrame:GetHeight()
+ WatchFrame:SetWidth(280)
+ local h = WatchFrame:GetHeight()
if h < 13 then
h = 13
end
@@ -116,7 +116,7 @@
end
end
end
- hooksecurefunc("QuestWatch_Update", simpleMinimap_QuestWatch_Update)
+ hooksecurefunc("WatchFrame_Update", simpleMinimap_QuestWatch_Update)
for n, s in pairs(movers) do
if(not self[n]) then
on a other sidenode: the errors are gone so far, but i can only track 1 quest
http://forums.wowace.com/showthread.php?t=2242&page=60
^Verification