Download
(2Kb)
Download
Updated: 09-20-13 10:30 PM
Pictures
File Info
Updated:09-20-13 10:30 PM
Created:11-30-09 08:24 AM
Downloads:8,007
Favorites:123
MD5:

LFGStatusIcon  Popular! (More than 5000 hits)

Version: 5.4.001
by: totalpackage [More]

*WoWI's Pick of a Week*
YouTube Intro



For 3.3, this is simple mod that displays LFG queue status by placing indicators on the LFG minimap icon so that you do not have to constantly mouse-over it.

New in version 3.3.003...Capping support for estimated wait time and port expiration.

5.4.001 09/21/2013 - updated for 5.4
5.3.001 06/05/2013 - update for 5.3
5.2.001 03/10/2013 - update for 5.2
5.1.001 12/08/2012 - update for 5.1
5.0.001 09/11/2012 - update for 5.0.4, thanks to Dridzt!
4.3.001 11/29/2011 - update for 4.3
4.2.001 06/29/2011 - update for 4.2
4.1.001 04/26/2011 - update for 4.1
4.0.001 10/18/2010 - 4.0 compat

3.3.003 03/02/2010:
- fix indicators getting stuck after a requeue
- added Capping support for estimated wait time (more reliable in 3.3.3) and accept expire time

3.3.002 12/08/2009 - removed unnecessary OnUpdate function
3.3.001 11/30/2009 - initial upload
Post A Reply Comment Options
Unread 10-31-22, 12:25 PM  
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view AddOns

Forum posts: 320
File comments: 13
Uploads: 15
Updated for DragonFlight

I updated the code to make it work for DragonFlight.

Swapped QueueStatusMinimapButton for QueueStatusButton and made the following adjustments to make the idicators resizeable:


Lua Code:
  1. if not indicator then  -- setup indicators
  2.         QueueStatusButton.lfgindicators = CreateFrame("Frame", nil, QueueStatusButton)
  3.         indicator = QueueStatusButton.lfgindicators
  4.         local temp = 180 / math.pi / 5
  5.    
  6.         local buttonWidth = QueueStatusButton:GetWidth()
  7.         local indicatorWidth = buttonWidth/5
  8.         local indicatorRadius = buttonWidth/2.2
  9.    
  10.         for i = 1, 5, 1 do
  11.             local t = indicator:CreateTexture(nil, "OVERLAY")
  12.             t:SetTexture("Interface\\AddOns\\LFGStatusIcon\\indicator.tga")
  13.             t:SetWidth(indicatorWidth)
  14.             t:SetHeight(indicatorWidth)
  15.             t:SetPoint("CENTER", QueueStatusButton, "CENTER", indicatorRadius * math.cos((i - 1) * temp - 0.32), indicatorRadius * math.sin((i - 1) * temp - 0.32))
  16.             indicator[i] = t
  17.         end
  18.     end

Not sure if I am allowed to re-upload this as a Fan-Update, though.
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
Report comment to moderator  
Reply With Quote
Unread 12-08-20, 09:52 AM  
soyolas
A Kobold Labourer

Forum posts: 0
File comments: 141
Uploads: 0
So this is not working for Shadowlands?
Report comment to moderator  
Reply With Quote
Unread 11-12-18, 09:22 PM  
Barleduq
Premium Member
 
Barleduq's Avatar
Premium Member

Forum posts: 135
File comments: 742
Uploads: 0
Re: Re: I just foudn this cause you put a video on your InFlight mod...

Originally Posted by totalpackage
Originally Posted by Barleduq
... but it hasn't been updated since 2013. It really doesn't need anything?

-Barleduq
It didn't work at all last time I tried it.
Right. So I'm guessing there's no intent to update it? I guess I'm confused cause the new appearance of a video on the Inflight page made me think it was new.

No problem, no complaint, just confusion.
-Barleduq
Report comment to moderator  
Reply With Quote
Unread 11-12-18, 02:14 AM  
totalpackage
A Fallenroot Satyr
 
totalpackage's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 940
Uploads: 10
Re: I just foudn this cause you put a video on your InFlight mod...

Originally Posted by Barleduq
... but it hasn't been updated since 2013. It really doesn't need anything?

-Barleduq
It didn't work at all last time I tried it.
Report comment to moderator  
Reply With Quote
Unread 10-24-18, 02:18 AM  
Barleduq
Premium Member
 
Barleduq's Avatar
Premium Member

Forum posts: 135
File comments: 742
Uploads: 0
I just foudn this cause you put a video on your InFlight mod...

... but it hasn't been updated since 2013. It really doesn't need anything?

-Barleduq
Report comment to moderator  
Reply With Quote
Unread 11-15-14, 05:31 PM  
menace97
Premium Member
 
menace97's Avatar
Premium Member

Forum posts: 4
File comments: 101
Uploads: 0
this is a fantastic addon, i would love to see it updated for mop
Report comment to moderator  
Reply With Quote
Unread 09-07-12, 07:15 AM  
totalpackage
A Fallenroot Satyr
 
totalpackage's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 940
Uploads: 10
Re: Fix for 5.0.4/MoP

Originally Posted by Dridzt
Updated core.lua at this paste:
http://www.wowace.com/paste/6104/
Many thanks. I wanted to work on my other mods first. Now that they seem stable, I'll look into this and probably add some features.
Report comment to moderator  
Reply With Quote
Unread 08-29-12, 04:23 AM  
Mikari
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 102
Uploads: 3
I hope this addon can be fixed for 5.0.4, it's broken currently.
Report comment to moderator  
Reply With Quote
Unread 11-29-11, 11:25 PM  
totalpackage
A Fallenroot Satyr
 
totalpackage's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 940
Uploads: 10
Re: Error and fix for 4.3

Originally Posted by Dridzt
Temporary fix for 4.3

http://pastebin.com/BH12TSJv
Thanks, updated for 4.3.
Report comment to moderator  
Reply With Quote
Unread 01-25-10, 06:47 PM  
totalpackage
A Fallenroot Satyr
 
totalpackage's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 940
Uploads: 10
Originally posted by 8489
Any chance of making the little dots hide when your not queue'd? as i tend to think that im queue'd for an instance due to the little dots not reseting they stay the same untill i next sign up..
There's a bug that if you're party leader (or maybe anyone in party) and got new members after players left, the icons stay. Should work otherwise.
Report comment to moderator  
Reply With Quote
Unread 01-24-10, 07:36 AM  
8489
A Defias Bandit
 
8489's Avatar

Forum posts: 2
File comments: 37
Uploads: 0
Any chance of making the little dots hide when your not queue'd? as i tend to think that im queue'd for an instance due to the little dots not reseting they stay the same untill i next sign up..
Report comment to moderator  
Reply With Quote
Unread 01-17-10, 09:19 PM  
smork
A Defias Bandit

Forum posts: 2
File comments: 20
Uploads: 0
Combine this with hLFGReady:
http://www.wowinterface.com/download...hLFGReady.html

a console "group ready!" and it would be perfect.
Report comment to moderator  
Reply With Quote
Unread 12-10-09, 10:43 AM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
If anyone is interested in an LDB display instead of the minimap icon (as that feature will not be added to this addon), you can try Broker_LFD. It is in beta though, so fair warning.

This is not to say that this is not a great mod, it is, just some people prefer not to have minimap icons hanging out looking all smug.
__________________
There is absolutely no evidence to support the theory that life is serious.
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 03:29 PM  
StoffeTiX
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 23
Uploads: 4
Talking thx man

Thank you, thank you, thank you!!!
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 03:24 AM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
Originally posted by totalpackage
Nice idea, but not in the scope of this mod. You can, however, use a mod that can move the LFG minimap icon and put it somewhere preferable. I'm sure there are several mods for that.
None that are updated yet. MBF is my mod of choice. Question though: why is this out of the scope of this addon? Its the same thing, just a different display mechanism. Just curious why its out of the scope.
__________________
There is absolutely no evidence to support the theory that life is serious.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.