Download
(19Kb)
Download
Updated: 04-10-10 12:44 PM
Pictures
File Info
Updated:04-10-10 12:44 PM
Created:01-31-10 01:47 AM
Downloads:8,064
Favorites:106
MD5:

Broken Queue  Popular! (More than 5000 hits)

Version: v0.7-beta
by: orionshock [More]

Broken Queue is a small addon designed to move the LFD icon from the MiniMap onto an LDB display.

Shows times in queue, what's missing and how long you've been in queue.

Broken_Queue Options
/blfd ShowIdleText => Toggle showing text when not doing something
/blfd ShowTooltipTime => Toggle showing time in queue in tooltip
/blfd NoSeconds => toggle showing seconds everywhere
/blfd default => reset to defaults
/blfd toggleicon => toggle minimap icon
"Commands are not case sensitive"

--Use of the word "Broken" in the addon name has no affect to what this addon does.

**Patch 3.3.3.3.3.3...
Added support for the Random Battleground, now it's called Broken_Queue

A note about LDB and it's clicking.

Left Click for Dungeon Finder // Right Click for Battleground

Once In Queue However:
Left Click for Queue Frame (the DF or BGQueue) and Right Click for the Dropdown Menu you would normally see from the minimap icon.


Please Email translations (proper UTF-8 encoding txt file) to "orionshock AT gmail DOT com"

** see changelog in download for more details*
Touch WoWI description as this still works on 3.3 :)

v0.7 beta 4/10/09
use LFD system to track when you entered the queue and how long you've been there
use more blizzard localizations
fix pvp queue methods to work properly and open to the bg frame.

v0.5b beta 2/20/10
update locales again
need = red / don't need = green
fix hide mechanic
add option to toggle minimap icon

v0.4a Beta 2/11/10
-Fix typos in options
-make noseconds work properly

v0.4-Beta 2/10/10
Added Slash Command /blfd
ShowIdleText => Toggle showing text when not doing something ( the "Not Queued" and "LFG Party" texts will not be shown, rest are the same still )
ShowTooltipTime => Toggle showing time in queue in tooltip
NoSeconds => toggle showing seconds everywhere
default => reset to defaults
--Commands are not case sensitive
-Adjusted display to account for lack of seconds when turned off (shows "<1 min" instead )
-Updated Localizations -- Please Email your tranlsations to me @ "Orionshock AT gmail DOT com"
-fix typo in toc file


v3 - 2/8/2010
-Add Colored LDB Text Display
-Add Proper Support for localizations, no more magic
Optional Files (0)


Post A Reply Comment Options
Unread 09-08-12, 12:00 AM  
elvpsej9
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
no more update ??

Anyone know about update ??

or about available method by changing lines on files (.lua) for 5.0.4 ??

Report comment to moderator  
Reply With Quote
Unread 12-03-11, 09:20 AM  
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 822
File comments: 303
Uploads: 43
I fixed it here locally this morning.
Replace line 54
Code:
local hasData, _, tankNeeds, healerNeeds, dpsNeeds, _, _, _, _, _, _, _, queuedAt= GetLFGQueueStats()
with
Code:
local hasData, _, tankNeeds, healerNeeds, dpsNeeds, _, _, _, _, _, _, _, _, _, _, _, _,queuedAt= GetLFGQueueStats()
and line 114
Code:
local hasData, leaderNeeds, tankNeeds, healerNeeds, dpsNeeds, instanceType, instanceName, averageWait, tankWait, healerWait, damageWait, myWait, queuedAt = GetLFGQueueStats()
with
Code:
local hasData, leaderNeeds, tankNeeds, healerNeeds, dpsNeeds, totalTanks, totalHealers, totalDPS, instanceType, instanceSubType, instanceName, averageWait, tankWait, healerWait, damageWait, myWait, queuedAt = GetLFGQueueStats()
this should fix the current problem.
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Report comment to moderator  
Reply With Quote
Unread 12-02-11, 06:42 AM  
Zevulon
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Since the release of 4.3, I've been getting the following error:

Code:
1x Interface\FrameXML\UIParent.lua:2369: bad argument #1 to 'floor' (number expected, got string):
Interface\FrameXML\UIParent.lua:2369: in function `SecondsToTime':
Broken_Queue-@project-version@\core.lua:136: in function <Interface\AddOns\Broken_Queue\core.lua:109>
Broken_Queue-@project-version@\core.lua:193: in function `OnEnter'
ChocolateBar-v2.2.4\Chocolate.lua:212: in function <Interface\AddOns\ChocolateBar\Chocolate.lua:182>

nil

Locals:
seconds = "Random Hour of Twilight Heroic"
noSeconds = false
notAbbreviated = nil
maxCount = nil
roundUp = nil
time = ""
count = 0
tempTime = nil
Not sure if you're still playing or not, but I love the addon and hope it gets fixed.
Report comment to moderator  
Reply With Quote
Unread 11-21-10, 02:15 PM  
orionshock
A Wyrmkin Dreamwalker
 
orionshock's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 72
Uploads: 4
Originally posted by Rilgamon
Code:
1x Broken_Queue-@project-version@\core.lua:241: attempt to index global 'PVPParentFrame' (a nil value)
ChocolateBar-v2.0.6\Chocolate.lua:233: in function <ChocolateBar\Chocolate.lua:230>
On my lowlevelchars I get this error ... not sure if its worth fixing with the levelingspeed
Yeah they removed the pvp frame in the 4.0 patch :|

This might get more attention closer to Cata release or after... right now im not really playing.
__________________
"I was there in the beginning... and things were very different back then" --An Echo from a time before.
Report comment to moderator  
Reply With Quote
Unread 11-12-10, 08:18 AM  
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 822
File comments: 303
Uploads: 43
Code:
1x Broken_Queue-@project-version@\core.lua:241: attempt to index global 'PVPParentFrame' (a nil value)
ChocolateBar-v2.0.6\Chocolate.lua:233: in function <ChocolateBar\Chocolate.lua:230>
On my lowlevelchars I get this error ... not sure if its worth fixing with the levelingspeed
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 03:36 AM  
brknsoul
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 160
Uploads: 2
Suggestion too!

Could you add, either in the tooltip or as text, the amount of time for the Dungeon Cooldown?
Report comment to moderator  
Reply With Quote
Unread 09-03-10, 01:47 PM  
Valandris
A Fallenroot Satyr
 
Valandris's Avatar

Forum posts: 22
File comments: 14
Uploads: 0
Suggestion!

Btw gonna say thanks for recommending this addon to me in the forums, it really works well, but I have one suggestion: I have deactivated all my minimap buttons, and when I queue for WG and decide I can't/won't make it, I have no means to drop the queue, and I would just like that option to be implemented into a list that it shares with "Show bg queue window" as a right click options plugin. Thanks!
__________________
Speak out! Ask for Stargate Atlantis to be brought back!
http://www.petitionspot.com/petitions/SaveSGA/
Report comment to moderator  
Reply With Quote
Unread 04-12-10, 02:01 AM  
orionshock
A Wyrmkin Dreamwalker
 
orionshock's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 72
Uploads: 4
Originally posted by Tinuviel
if the group falls apart within that 15 minute cooldown, I get the message "you cannot queue for another random dungeon" or somesuch. There is nothing that I can see which tells me how long I have left on this random dungeon finder cooldown.
Yes, a blizzard bug indeed :|
__________________
"I was there in the beginning... and things were very different back then" --An Echo from a time before.
Report comment to moderator  
Reply With Quote
Unread 04-11-10, 03:13 PM  
brknsoul
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 160
Uploads: 2
Just a quick observation; Changing the name of an addon is fine, but changing the name of the addon's folder causes problems, like doubling up on the same addon. ;-)
Report comment to moderator  
Reply With Quote
Unread 04-11-10, 10:28 AM  
Tinuviel
A Defias Bandit
 
Tinuviel's Avatar

Forum posts: 3
File comments: 210
Uploads: 0
Originally posted by orionshock
The dungeon timeout is still a debuff, so it didn't make it into the LFD Frame.
Actually, if you drop group early you get a 30 minute debuff; the other (random dungeon) debuff does not show up (at least, I've not seen it). However, if the group falls apart within that 15 minute cooldown, I get the message "you cannot queue for another random dungeon" or somesuch. There is nothing that I can see which tells me how long I have left on this random dungeon finder cooldown.
Report comment to moderator  
Reply With Quote
Unread 03-24-10, 03:28 PM  
orionshock
A Wyrmkin Dreamwalker
 
orionshock's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 72
Uploads: 4
The dungeon timeout is still a debuff, so it didn't make it into the LFD Frame.

However, i was able to add the BG stuff in.


-Left Click to get the LFD Interface.
-Right Click to get the PVP Interface.

Once Queued up, Left Clicking Brings up the Interface for that Queue system.
Right Clicking brings up the "minimap dropdown" for that Queue.

The LDB display is the same, you get how long you've been in queue. Tooltip to show you how long the queue is on average according to the client

Also i renamed it to Broken Queue.
__________________
"I was there in the beginning... and things were very different back then" --An Echo from a time before.
Report comment to moderator  
Reply With Quote
Unread 03-23-10, 09:10 PM  
1behne1
A Kobold Labourer

Forum posts: 1
File comments: 38
Uploads: 0
Any chance of incorporating the "Random BG Finder" into this addon?

Sort of a catchall?
Report comment to moderator  
Reply With Quote
Unread 03-23-10, 06:11 PM  
orionshock
A Wyrmkin Dreamwalker
 
orionshock's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 72
Uploads: 4
Originally posted by Tinuviel
Another request when you get around to updating for 3.3.3...

Apparently the Random Dungeon Finder debuff doesn't show on the character anymore, but somehow in the LFD interface. Is there a way to show this in this addon?
Prolly, will add when i get patched up. I have my other addon SickOfClickingDailies to go fix too
__________________
"I was there in the beginning... and things were very different back then" --An Echo from a time before.
Report comment to moderator  
Reply With Quote
Unread 03-23-10, 02:31 PM  
Tinuviel
A Defias Bandit
 
Tinuviel's Avatar

Forum posts: 3
File comments: 210
Uploads: 0
Another request when you get around to updating for 3.3.3...

Apparently the Random Dungeon Finder debuff doesn't show on the character anymore, but somehow in the LFD interface. Is there a way to show this in this addon?
Report comment to moderator  
Reply With Quote
Unread 03-02-10, 05:01 PM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 401
Uploads: 0
Originally posted by Gnarfoz
*whistles innocently*
http://wow.curse.com/downloads/wow-a...roker_lfd.aspx

Quite a bit older than this. ;-)
Yah, plus that one has not been updated in 3 months and is on Curse (spits)...

I love this mod!

Thanks
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: