Download
(4Kb)
Download
Updated: 09-10-13 09:49 AM
Pictures
File Info
Updated:09-10-13 09:49 AM
Created:07-15-10 11:14 AM
Downloads:29,829
Favorites:61
MD5:

qMinimap  Popular! (More than 5000 hits)

Version: 2.5а
by: Qulight [More]

qMinimap is a square,minimalistic and clean minimap.

Right click on map opens menu(screenshot).

Current feature set - Moving, Hiding blizz buttons, Zooming with mouse wheel, Hide Instance Difficulty flag.

v2.5
5.1 support
code clean
rework rightclick menu

v2.2
4.3 support

v2.1
upd for 4.2

v2.0
code clean
new color for styling

v1.9
upd for 4.1
upd .toc file

v1.7
fix mail icon and add texture for it

v1.6
fix calendar

v1.5
new style

v1.4
minimap menu - fix pvpframe

v1.3
hide GuildInstanceDifficulty flag
Optional Files (0)


Post A Reply Comment Options
Unread 09-04-12, 07:12 PM  
Djokart
A Kobold Labourer
 
Djokart's Avatar

Forum posts: 0
File comments: 51
Uploads: 0
qMinimap.lua
Code:
-- Hide world map button
MiniMapWorldMapButton:Hide()
Delete, or replace "Hide" to "Show".
__________________
Evil is Good
Report comment to moderator  
Reply With Quote
Unread 09-04-12, 07:03 PM  
Ellementz
A Kobold Labourer
 
Ellementz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 60
Uploads: 7
How would I go about showing the World Map button again?
Report comment to moderator  
Reply With Quote
Unread 09-04-12, 01:39 PM  
Djokart
A Kobold Labourer
 
Djokart's Avatar

Forum posts: 0
File comments: 51
Uploads: 0
Code:
--StripTextures(QueueStatusFrame)
Delete this string.
__________________
Evil is Good
Last edited by Djokart : 09-04-12 at 01:40 PM.
Report comment to moderator  
Reply With Quote
Unread 09-04-12, 09:38 AM  
fatty
A Murloc Raider

Forum posts: 9
File comments: 4
Uploads: 0
Originally Posted by Djokart
Originally Posted by Bloodier
The LFG tooltip keeps showing its background transparent.
in qMinimap.lua

replace to
is there something more to it because i tried it and it didn't fix it i saved it after and restarted wow and nothing happened
Report comment to moderator  
Reply With Quote
Unread 09-01-12, 12:41 PM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 548
Uploads: 13
got it, thank you.
Last edited by EKE : 09-01-12 at 12:42 PM.
Report comment to moderator  
Reply With Quote
Unread 09-01-12, 08:58 AM  
Djokart
A Kobold Labourer
 
Djokart's Avatar

Forum posts: 0
File comments: 51
Uploads: 0
Originally Posted by Bloodier
The LFG tooltip keeps showing its background transparent.
in qMinimap.lua
StripTextures(QueueStatusFrame)
replace to
--StripTextures(QueueStatusFrame)
__________________
Evil is Good
Report comment to moderator  
Reply With Quote
Unread 09-01-12, 08:56 AM  
Rammoth
A Cliff Giant
 
Rammoth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 73
File comments: 628
Uploads: 1
How would I make this round, and be able to make the borders thicker, and darker colored?
Report comment to moderator  
Reply With Quote
Unread 09-01-12, 08:51 AM  
Bloodier
A Fallenroot Satyr

Forum posts: 20
File comments: 54
Uploads: 0
The LFG tooltip keeps showing its background transparent.
Report comment to moderator  
Reply With Quote
Unread 09-01-12, 07:42 AM  
Djokart
A Kobold Labourer
 
Djokart's Avatar

Forum posts: 0
File comments: 51
Uploads: 0
Originally Posted by EKE
the media folder should be "interface/addons/qminimap/media",
and cant see tracker, should be fix?
qMinimap.lua
Code:
-- Hide Tracking Button
MiniMapTracking:Hide()
Replace to
Code:
-- Hide Tracking Button
MiniMapTracking:Show()
__________________
Evil is Good
Report comment to moderator  
Reply With Quote
Unread 09-01-12, 06:22 AM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 548
Uploads: 13
the media folder should be "interface/addons/qminimap/media",
and cant see tracker, should be fix?
Last edited by EKE : 09-01-12 at 06:23 AM.
Report comment to moderator  
Reply With Quote
Unread 08-30-12, 09:35 AM  
Serafim74
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Некоректно указан путь на иконку почты, используеться для вашей сборки.
Еще иконка поиска пропала.
Last edited by Serafim74 : 08-30-12 at 10:03 AM.
Report comment to moderator  
Reply With Quote
Unread 08-29-12, 01:31 PM  
Bloodier
A Fallenroot Satyr

Forum posts: 20
File comments: 54
Uploads: 0
Tried to delete the folder, but I can't see any of the icons (mail, lfd...)
Report comment to moderator  
Reply With Quote
Unread 12-31-11, 05:13 AM  
chenyuli
A Kobold Labourer
 
chenyuli's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Dig sites boundaries

Hi, I enable tracing the dig sites boundaries on minimap, but the way how it displaying has a little problem. I could see a gradient circle on the qMinimap like this:

Last edited by chenyuli : 12-31-11 at 05:14 AM.
Report comment to moderator  
Reply With Quote
Unread 10-15-11, 04:41 AM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
Originally posted by osatox
How do I go about adding the location text to the map?
I did (copy paste off of Monolit's m_Minimap)
Code:
local zoneTextFrame = CreateFrame("Frame", nil, UIParent)
zoneTextFrame:SetPoint("TOPLEFT", Minimap, "TOPLEFT", 0, zoneTextYOffset)
zoneTextFrame:SetPoint("TOPRIGHT", Minimap, "TOPRIGHT", 0, zoneTextYOffset)
zoneTextFrame:SetHeight(19)
MinimapZoneText:SetParent(zoneTextFrame)
MinimapZoneText:ClearAllPoints()
MinimapZoneText:SetPoint("LEFT", 2, 1)
MinimapZoneText:SetPoint("RIGHT", -2, 1)
MinimapZoneText:SetFont("Fonts\\FRIZQT__.ttf", 12, "THINOUTLINE")
bit lengthy imo, but it works
__________________
Tweets YouTube Website
Last edited by 10leej : 10-20-11 at 04:54 AM.
Report comment to moderator  
Reply With Quote
Unread 07-09-11, 11:35 PM  
matheney2k
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 35
Uploads: 1
I just downloaded this addon, and it does exactly what I was looking for w/o all those memory hogging "bells 'n whistles" that hardly anybody uses :P

Also, after reading most of the "issues" and questions people are having with this addon: Most everything I have seen in this thread is easily customizable in the .lua of the file. I know I know "zomg eww lua coding I have no clue how to do that!!"

Trust me, I have no more knowledge of that crap than most, if not all, of you do about lua coding. But if you have notepad++ on your computer (it's free) it sets up .lua codes into a VERY VERY simple chart sorta. For example, in this exact lua you see the option:

Minimap:SetPoint("BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", -475, 10)
Minimap:SetSize(140, 140)


Saying it's stationed at the bottomright corner of my screen(-475 to the left and 10 up), and the size is 140x140. Just plug in w/e numbers you want and save. Simple as that. Most other options about this addon are just as easy to do also I hope this helped somewhat
Last edited by matheney2k : 07-09-11 at 11:36 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: