Download
(30Kb)
Download
Updated: 11-02-11 02:40 PM
Pictures
File Info
Updated:11-02-11 02:40 PM
Created:03-29-09 05:26 AM
Downloads:13,748
Favorites:55
MD5:

iMinimap  Popular! (More than 5000 hits)

Version: 0054
by: Chiril [More]

----------------------
iMinimap
----------------------
I checked this on 4.2 and it works for me... feel free to post bugs but don't expect them to get solved instantly :P


This is a little Addon that makes your Minimap
a) square
b) with a 1-Pixel-Border
c) with Mousewheel-Zoom
and
d) moves the icons

There is a short config at the top in the iMinimap.lua, where you can move the Minimap and the Questtracker.

bugs?
----------------------
-Something with the Tradeskill-Window and Trade-Window when the Minimap is topleft

really fixed bug with tracker now ;)
and added the lfg-icon
Optional Files (0)


Post A Reply Comment Options
Unread 06-17-10, 05:01 PM  
thc1967
A Kobold Labourer

Forum posts: 0
File comments: 31
Uploads: 0
Does anyone know how to move the LFG button popup so it's anchored to the mouse cursor at its top-left instead of top-right?
Report comment to moderator  
Reply With Quote
Unread 05-19-10, 05:52 AM  
Lyala
A Murloc Raider

Forum posts: 9
File comments: 48
Uploads: 0
Edit : nvm i found it :P
Last edited by Lyala : 05-19-10 at 05:54 AM.
Report comment to moderator  
Reply With Quote
Unread 05-19-10, 12:02 AM  
Sangull
A Murloc Raider

Forum posts: 5
File comments: 49
Uploads: 0
Originally posted by Chiril
Some reported this Bug when the minimap is TopLeft ... is yours TopLeft?
But I don't know how to fix and I have not much time
This seems to be caused by the moving of the minimap cluster.

Changing:
Code:
-- Position & Scaling
m:SetScale(scale)
m:SetFrameStrata("MEDIUM")
m:ClearAllPoints()
m:SetPoint(position, UIParent, position_x, position_y)
mc:ClearAllPoints()
mc:SetAllPoints(m)
to:
Code:
-- Position & Scaling
m:SetScale(scale)
m:SetFrameStrata("MEDIUM")
m:ClearAllPoints()
m:SetPoint(position, UIParent, position_x, position_y)
--mc:ClearAllPoints()
--mc:SetAllPoints(m)
fixes the issue on my copy with no change in functionality to my local version. I've made some modifications, but I don't recall adjusting anything related to that bit of code. Hope that helps anyone with that problem.
Report comment to moderator  
Reply With Quote
Unread 05-13-10, 10:45 AM  
Denalian
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 19
Uploads: 1
Originally posted by Tekashi
Just a nice little addition I've added to this awesome mod. My guild does a lot of heroic ICC, but we also do some normal bosses since we can't kill them all on heroic yet. I missed that nice little indicator frame on the minimap that tells you if you're on heroic or not, and if it's 10/25 man.

Code:
local mi = MiniMapInstanceDifficulty
mi:ClearAllPoints()
mi:SetParent(Minimap)
mi:SetPoint("BOTTOMLEFT", m, 8, 8)
mi:SetScale(.8)
That will re-add the frame if anyone wanted it there in the lower left of your minimap.
Thanks! Came here just to make this request
Report comment to moderator  
Reply With Quote
Unread 04-17-10, 02:31 AM  
Bati
A Deviate Faerie Dragon
 
Bati's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 314
Uploads: 2
Originally posted by Tekashi
Just a nice little addition I've added to this awesome mod. My guild does a lot of heroic ICC, but we also do some normal bosses since we can't kill them all on heroic yet. I missed that nice little indicator frame on the minimap that tells you if you're on heroic or not, and if it's 10/25 man.

Code:
local mi = MiniMapInstanceDifficulty
mi:ClearAllPoints()
mi:SetParent(Minimap)
mi:SetPoint("BOTTOMLEFT", m, 8, 8)
mi:SetScale(.8)
That will re-add the frame if anyone wanted it there in the lower left of your minimap.
can you specify where you add that exactly?
Ty
Report comment to moderator  
Reply With Quote
Unread 04-01-10, 04:02 PM  
Tekashi
A Deviate Faerie Dragon

Forum posts: 10
File comments: 8
Uploads: 0
Just a nice little addition I've added to this awesome mod. My guild does a lot of heroic ICC, but we also do some normal bosses since we can't kill them all on heroic yet. I missed that nice little indicator frame on the minimap that tells you if you're on heroic or not, and if it's 10/25 man.

Code:
local mi = MiniMapInstanceDifficulty
mi:ClearAllPoints()
mi:SetParent(Minimap)
mi:SetPoint("BOTTOMLEFT", m, 8, 8)
mi:SetScale(.8)
That will re-add the frame if anyone wanted it there in the lower left of your minimap.
Report comment to moderator  
Reply With Quote
Unread 03-20-10, 05:32 AM  
Minerv
A Black Drake
 
Minerv's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 89
File comments: 31
Uploads: 2
Hey, any chance of removing the pixel border?
How can i do that ? thx.
Report comment to moderator  
Reply With Quote
Unread 02-28-10, 09:11 AM  
Tobbe8716
An Aku'mai Servant
 
Tobbe8716's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 331
Uploads: 8
Adding Zone Text?

Just wondering if you where think of adding zone text? I took away hide zone text tho the text was a bit to small. Anything you can help me with?
__________________
Arp UI oUF_Arp
Report comment to moderator  
Reply With Quote
Unread 02-27-10, 02:34 PM  
Durandal133
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
How do I add that banner for raid difficulty that blizzard added in?
Report comment to moderator  
Reply With Quote
Unread 02-04-10, 09:50 PM  
Zantar
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I might have found a bug that didn't exist before the newest version.

when i load iMinimap, I am unable to use the raid browser. I tried turning all addons off, and it works fine. i turned all addons back on except iMinimap, and raid browser opens fine.

Turned off all addons except iMinimap, and the raid browser will not open.

Help! I don't want to find a new minimap addon, but can't use iMinimap for now.
Last edited by Zantar : 02-04-10 at 09:51 PM.
Report comment to moderator  
Reply With Quote
Unread 02-02-10, 11:19 AM  
Niconaze
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 77
Uploads: 2
Originally posted by Chiril
Some reported this Bug when the minimap is TopLeft ... is yours TopLeft?
But I don't know how to fix and I have not much time
Yeah you're right my minimap is TOPLEFT but I do'nt have this bug with my addon. Pretty curious :s
Report comment to moderator  
Reply With Quote
Unread 02-02-10, 04:26 AM  
Facebook
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Hi.. The only bug I have is topleft.. BUT.. I don't think this has anything to do with your addon.. If you place carbonite minimap topleft, the same thing happends.. Played around with it, since I use carbonite for mining and leveling alts

Maybe it's a blizzard bug..

If ppl have other minimap addons, try to adjust it to topleft, to see if it works, if not.. then it prolly is something from blizzards side.
Last edited by Facebook : 02-02-10 at 04:28 AM.
Report comment to moderator  
Reply With Quote
Unread 02-01-10, 01:43 PM  
Chiril
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 27
Uploads: 5
Originally posted by Niconaze
Hi,

Switch from my own minimap addon to your but I have a problem. The character frame, talent frame, etc are overlapping each other.
Have to back to my own addon for the moment, I hope you can fix it.

Bye et sorry for my bad english :s
Some reported this Bug when the minimap is TopLeft ... is yours TopLeft?
But I don't know how to fix and I have not much time
Report comment to moderator  
Reply With Quote
Unread 02-01-10, 12:42 PM  
Niconaze
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 77
Uploads: 2
Hi,

Switch from my own minimap addon to your but I have a problem. The character frame, talent frame, etc are overlapping each other.
Have to back to my own addon for the moment, I hope you can fix it.

Bye et sorry for my bad english :s
Report comment to moderator  
Reply With Quote
Unread 01-04-10, 01:07 PM  
Chiril
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 27
Uploads: 5
Update is on it's way, I think I got it now

And
Originally posted by riph
Code:
local ml = MiniMapLFGFrame
ml:ClearAllPoints()
ml:SetParent(Minimap)
ml:SetPoint("TOPRIGHT", m, -28, -3)
ml:SetScale(.8)

MiniMapLFGFrameBorder:Hide()
Thanks for this.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: