Download
(2Kb)
Download
Updated: 10-13-10 08:16 PM
Pictures
File Info
Updated:10-13-10 08:16 PM
Created:02-11-10 07:54 PM
Downloads:5,637
Favorites:28
MD5:

Itsy Minimap  Popular! (More than 5000 hits)

Version: 40000.1
by: Katae [More]

itsymm
"A no-nonsense, movable, scalable, square minimap. Period."

» faq

Q: How do I move it?
A: Unlock with "/itsymm lock" and drag!

Q: How do I change the scale?
A: Unlock and mousewheel up or down while the mouse is over the minimap, or type "/itsymm scale n".

Q: I WANT A BORDER AND COORDS AND COFFEE!
A: Get a different addon, or supplement with...

» recommended addons

Custom borders: LitePanels or KgPanels
Coords: LiteStats or any of these.

40000.1: 2010-10-13
- 4.0 toc update.
- Saved variables bug fix.
- Removed the shift key requirement for moving and scaling while the minimap is unlocked.

30300.3: 2010-2-15
- Fixed minimap ping suppression while dragging it.
- Moved minimap x/y to the addon's savedvars. All settings will reset for this reason.
- Dragging the minimap will no longer move the vehicle and durability diagrams or quest watcher.

30300.2: 2010-2-14
- Aesthetic changes to icons, moved raid difficulty flag.

30300.1: 2010-2-11
- Initial release.
Post A Reply Comment Options
Unread 02-11-10, 10:50 PM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
Hmmm I like the looks of this Minimap.

Why?

cause I never use the default minimap borders anyway! :P
Report comment to moderator  
Reply With Quote
Unread 02-12-10, 02:59 AM  
shinchih2001
A Defias Bandit

Forum posts: 3
File comments: 198
Uploads: 0
REALY GOOD ADDON
THANKS A LOT
Report comment to moderator  
Reply With Quote
Unread 02-12-10, 07:48 PM  
Gylindor
A Defias Bandit

Forum posts: 3
File comments: 23
Uploads: 0
hehe you released it then Katae
Report comment to moderator  
Reply With Quote
Unread 02-14-10, 09:05 PM  
bluenjoy
A Deviate Faerie Dragon
 
bluenjoy's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 13
File comments: 55
Uploads: 1
Hi,

How can I display the default calender invite icon?
__________________
-Biggie
Report comment to moderator  
Reply With Quote
Unread 02-14-10, 09:48 PM  
Katae
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 208
File comments: 260
Uploads: 6
Originally posted by bluenjoy
Hi,

How can I display the default calender invite icon?
Go to the "hide crap" section in the Lua and delete "GameTimeFrame,".

If you want to move it, use the same methods used at the bottom for other buttons. Also, the border cannot be removed from it, it's part of the icon.
Report comment to moderator  
Reply With Quote
Unread 02-14-10, 11:51 PM  
bluenjoy
A Deviate Faerie Dragon
 
bluenjoy's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 13
File comments: 55
Uploads: 1
Still not working . I looked through my WTF folders if it had a "Hide GameTimeFrame" configured and in my aSettings folder and nothing.

I found the culprit. It was Litestats that was blocking the invitation icon. I can't isolate the invitation notifier from the calender icon can I?

EDIT: I stripped a bit of code from tMinimap to hide the ugly calender.
__________________
-Biggie
Last edited by bluenjoy : 02-15-10 at 12:56 AM.
Report comment to moderator  
Reply With Quote
Unread 02-15-10, 01:38 AM  
willgk
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 147
Uploads: 1
Wahhh shoulda been named Litemap!
Report comment to moderator  
Reply With Quote
Unread 02-15-10, 02:31 AM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
Originally posted by willgk
Wahhh shoulda been named Litemap!
I agree!


(10 char)
Last edited by Ferous : 02-15-10 at 02:32 AM.
Report comment to moderator  
Reply With Quote
Unread 02-15-10, 03:05 AM  
vlakarados
An Aku'mai Servant
 
vlakarados's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 145
Uploads: 5
great addon, but there are 2 things that really disappoint me - doesn't save the position, don't know why. and if I move it down, the quest tracker, vehicle passenger frame(where you are sitting) moves with it and goes out of screen.
Report comment to moderator  
Reply With Quote
Unread 02-15-10, 01:55 PM  
bluenjoy
A Deviate Faerie Dragon
 
bluenjoy's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 13
File comments: 55
Uploads: 1
Add:

Code:
-- vehicle icon
VehicleSeatIndicator:ClearAllPoints();
VehicleSeatIndicator:SetPoint("BOTTOM",Minimap,"BOTTOM",0,228);
and just readjust the positioning.

Also, add this your settings folder (if you have one)

Code:
--[[  Quest tracker(by Tukz) ]]
local wf = WatchFrame
local wfmove = false 

wf:SetMovable(true);
wf:SetClampedToScreen(false); 
wf:ClearAllPoints()
wf:SetPoint("TOPLEFT", UIParent, "TOPLEFT", 25, -10)
wf:SetWidth(250)
wf:SetHeight(500)
wf:SetUserPlaced(true)
wf.SetPoint = function() end

local function WATCHFRAMELOCK()
	if wfmove == false then
		wfmove = true
		print("WatchFrame unlocked for drag")
		wf:EnableMouse(true);
		wf:RegisterForDrag("LeftButton"); 
		wf:SetScript("OnDragStart", wf.StartMoving); 
		wf:SetScript("OnDragStop", wf.StopMovingOrSizing);
	elseif wfmove == true then
		wf:EnableMouse(false);
		wfmove = false
		print("WatchFrame locked")
	end
end

SLASH_WATCHFRAMELOCK1 = "/wf"
SlashCmdList["WATCHFRAMELOCK"] = WATCHFRAMELOCK
You can move it wherever you want
__________________
-Biggie
Last edited by bluenjoy : 02-15-10 at 01:56 PM.
Report comment to moderator  
Reply With Quote
Unread 02-15-10, 07:13 PM  
Katae
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 208
File comments: 260
Uploads: 6
Originally posted by vlakarados
great addon, but there are 2 things that really disappoint me - doesn't save the position, don't know why. and if I move it down, the quest tracker, vehicle passenger frame(where you are sitting) moves with it and goes out of screen.
At the moment, the addon moves MinimapCluster, I'll change it to Minimap so it doesn't move anything else.
Report comment to moderator  
Reply With Quote
Unread 02-15-10, 07:20 PM  
Katae
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 208
File comments: 260
Uploads: 6
Originally posted by bluenjoy
I found the culprit. It was Litestats that was blocking the invitation icon. I can't isolate the invitation notifier from the calender icon can I?
Hiding the calendar icon in lstats was unintentional. Going to take that out.

Never got any invitation notifications before, didn't know it existed.
Report comment to moderator  
Reply With Quote
Unread 02-16-10, 05:32 PM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
I'm definitely liking this more than any other minimap addon I've ever used.

* Is now officially going to be in my UI. *
Report comment to moderator  
Reply With Quote
Unread 02-20-10, 05:46 PM  
StylelaB
A Kobold Labourer

Forum posts: 1
File comments: 17
Uploads: 0
Hello Katae,

I got a bug when I open LFG Raid (i'm playing in screen mode). I forgot to printscreen image but I remember it's a error XML/Blizzard etc or something like that

I'll try to reproduce the bug again to take screenshot for you
Report comment to moderator  
Reply With Quote
Unread 02-20-10, 06:19 PM  
Freebsd
A Murloc Raider
 
Freebsd's Avatar

Forum posts: 7
File comments: 11
Uploads: 0
First, thanks for the awesome minimap addon I've been using Litepanels, and Itsyminimap, and I have made the viewport at the bottom and moved the minimap down to that black bar at the bottom. Everything was working fine, and after a reloadui, it appears that the minimap is now hidden behind the viewport bar from Litepanels. Is there anything I can change to make it not be hidden behind it? Or have I missed a setting someplace

Love all your addons

Edit: I was able to fix it by adding in a strata setting here:

local def = { align = "TOPRIGHT", x = -25, y = -25, scale = 0.8, locked = true, strata = "LOW" }
Last edited by Freebsd : 02-20-10 at 06:40 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: