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,791
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 12-09-09, 11:39 AM  
Chiril
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 27
Uploads: 5
I'll see what I can do
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 03:32 PM  
Joschasa
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 20
Uploads: 2
Since Patch 3.3 align = TOPLEFT wont work anymore
Report comment to moderator  
Reply With Quote
Unread 12-10-09, 06:49 AM  
Chiril
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 27
Uploads: 5
I think an update will be out today or tomorow.
Report comment to moderator  
Reply With Quote
Unread 12-10-09, 05:31 PM  
nunchuks
A Murloc Raider
 
nunchuks's Avatar

Forum posts: 6
File comments: 25
Uploads: 0
It be cool if you can attach the new dungeon system attach to the map i have my minimap set to bottomright and the thing just floats up top. Overall looking forward to the update.
Report comment to moderator  
Reply With Quote
Unread 12-12-09, 12:37 PM  
Chiril
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 27
Uploads: 5
unfortunately my graphic card crashed, so you'll have to wait a bit for the update ... >.<
Report comment to moderator  
Reply With Quote
Unread 12-18-09, 11:37 AM  
riph
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 8
Uploads: 1
My objectives frame is overlapping my iMinimap is it possible to stop this behaviour in anyway? Thanks in advance.
Report comment to moderator  
Reply With Quote
Unread 01-02-10, 04:34 AM  
Chiril
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 27
Uploads: 5
Originally posted by riph
My objectives frame is overlapping my iMinimap is it possible to stop this behaviour in anyway? Thanks in advance.
Fixed this
Report comment to moderator  
Reply With Quote
Unread 01-03-10, 01:07 PM  
riph
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 8
Uploads: 1
Originally posted by Chiril
Fixed this
This fix seems to limit to only 2 viewable tracked quests even when I'm tracking 10 or less. So I commented out the WatchFrame positioning to revert to the old way of overlapping.
Report comment to moderator  
Reply With Quote
Unread 01-04-10, 12:43 AM  
Victimize
A Murloc Raider

Forum posts: 5
File comments: 15
Uploads: 0
Is there any way to remove the default game clock from the minimap? Searched through the .lua file, couldn't figure anything out.
Report comment to moderator  
Reply With Quote
Unread 01-04-10, 07:18 AM  
riph
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 8
Uploads: 1
Added the LFD minimap icon to the same place as the PvP icon using the following code, neither can appear at the same time.

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

MiniMapLFGFrameBorder:Hide()
Uses the default icon, could probably do with a cool custom icon like the mail icon.
Report comment to moderator  
Reply With Quote
Unread 01-04-10, 12:57 PM  
Chiril
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 27
Uploads: 5
Originally posted by riph
This fix seems to limit to only 2 viewable tracked quests even when I'm tracking 10 or less. So I commented out the WatchFrame positioning to revert to the old way of overlapping.
Somehow this is weird... Try "WatchFrame:SetHeight(700)" or so.
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
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 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-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
Post A Reply



Category Jump: