| Updated: | 10-13-10 08:16 PM |
| Created: | 02-11-10 06:54 PM |
| Downloads: | 4,089 |
| Favorites: | 31 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
30300.3 |
2kB |
Katae |
02-15-10 09:41 PM |
![]() |
Comment Options |
|
|
|
|
Is it possible to add a 24-hour option? I'm not living in the U.S so I'm not used to the 12-hour clock..
|
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 1
File comments: 16
Uploads: 0
|
Edit: I just checked, but it's not happening with the default UI. So I'm fairly sure it's Itsymm.
Last edited by Leots : 03-25-10 at 04:13 AM.
|
|
|
|
|
|
||
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 16
Uploads: 0
|
Hey
![]() I'm using this great add-on in combination with the Ultimate Shaman UI and I've noticed a small bug concerning the LFG button. Whenever I finish a random dungeon and thus automatically leave the LFG queue, the LFG button on the minimap doesn't disappear. I tried fixing this through the lua code, but so far I've been unable to do so. Kind regards, Leots |
|
|
|
|
||
Thanks Katae, that did the trick ![]() |
||
|
|
|
|
|||
|
|||
|
|
|
|
|
|
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 05:40 PM.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 26
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 ![]() |
|
|
|
|
|
|
I'm definitely liking this more than any other minimap addon I've ever used.
* Is now officially going to be in my UI. * |
|
|
|
|
|
||
Never got any invitation notifications before, didn't know it existed. ![]() |
||
|
|
|
|
||
|
||
|
|
|
|
|
|
Add:
Code:
-- vehicle icon
VehicleSeatIndicator:ClearAllPoints();
VehicleSeatIndicator:SetPoint("BOTTOM",Minimap,"BOTTOM",0,228);
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
__________________
-Biggie
Last edited by bluenjoy : 02-15-10 at 12:56 PM.
|
|
|
|
|
|
|
|
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.
|
|
|
|
![]() |