Download
(13Kb)
Download
Updated: 05-05-18 05:37 AM
Pictures
File Info
Updated:05-05-18 05:37 AM
Created:05-14-10 12:09 PM
Downloads:12,950
Favorites:94
MD5:
Categories:Data Broker, Group, Guild & Friends

Broker LFG  Popular! (More than 5000 hits)

Version: 7.3.5.0
by: Phanx [More]

I am no longer developing or maintaining World of Warcraft addons. I haven't played in years, and don't have the time or interest to continue working on addons for a game I don't play anymore. If you are an addon author interested in continuing one of my addons, please see https://phanx.net/addons/. If you are an addon user, sorry, but there won't be any more fixes or updates from me.
Basic LFG button for your DataBroker display.
  • Click to open the Dungeon Finder.
  • Right-Click to open the PVP window.
  • Middle-Click, or Shift-Click, to open the Pet Journal.
  • Alt-Click to open the Raid Finder.
  • Ctrl-Click to open the Scenarios window.
While you are queued, or in an LFG/LFR group, battleground, or scenario, right-click opens the menu instead, and you can use Shift-Right-Click to open the PVP window.
Known Issues
Due to Blizzard restrictions, you will not be able to leave battleground queues while using this addon, except by waiting until the queue pops and clicking the Decline button on the dialog. I have no ETA on a resolution, so don't bother asking, unless you are a Blizzard developer with a solid ETA on when you are going to allow addons to leave battleground queues in response to a hardware event and/or fix your oversensitive dropdown menu system.
Feedback
Post a comment. Please note that I consider this addon to be complete, and will probably not add any new features.

If you are posting about a problem, please include the name of your DataBroker display addon, and the actual error message.
Language Support
Works in all locales. Translated into English, Deutsch, Español, Français, Italiano, Português, Русский, 한국어, 简体中文, and 正體中文.

To add or update translations for any locale, enter them on the Broker LFG localization page on CurseForge, and then send me a PM here or on CurseForge to let me know that you’ve made changes. If you don’t have a Curse account and don’t want to create one, you can PM me your translations instead. Thanks!

Version 7.3.5.0
  • Updated for game changes (i.e. PlaySound errors)

Version 7.1.0.0
  • Updated for WoW 7.1

Version 7.0.3.1
  • Ctrl-click now opens Premade Groups instead of Scenarios
  • Unusable actions (eg. Raid Finder below level 85) are no longer shown in the tooltip

Version 7.0.3.0
  • Updated for WoW 7.0

Version 6.1.0.3
  • Updated for WoW 6.1

Version 6.0.3.10
  • Updated for raid difficulty changes in WoD

Version 5.4.2.1
  • First public release
Optional Files (0)


Post A Reply Comment Options
Unread 07-26-10, 08:13 AM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
I'm using two macro for now to achieve this:

/run LFGTeleport(true) to get out and
/run LFGTeleport(false) to get back in...

It works but takes space on your bar...
Report comment to moderator  
Reply With Quote
Unread 07-27-10, 01:47 PM  
joshwill80
A Murloc Raider

Forum posts: 5
File comments: 144
Uploads: 0
Left clicking too

Thanks for the macros, they should help for now

After playing some more with the addon, I found I could not left click the addon when in a group also sometimes. Sometimes I can left click, sometimes I can't. Right clicking when in a group won't work at all still.

Before joining a group though everything works as it should.
Report comment to moderator  
Reply With Quote
Unread 07-27-10, 06:53 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Maxen, are you also using Docking Station? I suspect the problem actually lies in your display addon, not in Broker LFG, as I've run at least 3 random dungeons a day for the last 3 months (and many many more than that on some days) and I've never had any problems to click the plugin using Bazooka, other than the few times where I went AFK inside the instance after finishing it and couldn't teleport out 10 minutes later.

I guess I'll install Docking Station and run two displays and see if I see any issues...
Report comment to moderator  
Reply With Quote
Unread 07-27-10, 10:07 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Yeah, it's definitely a Docking Station issue. I just ran a quick heroic, and couldn't click on the LFG icon at any point, outside/inside of a group/instance, or in/out of combat, on Docking Station. Post a comment and/or bug report on Docking Station's page:
http://www.wowinterface.com/download...onDisplay.html
Report comment to moderator  
Reply With Quote
Unread 07-27-10, 10:21 PM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Yes, bingo! I am using Docking Station. Thanks for your feedback.
Report comment to moderator  
Reply With Quote
Unread 07-31-10, 04:18 PM  
joshwill80
A Murloc Raider

Forum posts: 5
File comments: 144
Uploads: 0
OK

I asked over on the DockingStation page and the author said that the problem is in Broker LFG assuming the frame passed always has a name. Changing this line of code...

Code:
ToggleDropDownMenu(1, nil, MiniMapLFGFrameDropDown, self:GetName(), 0, 0)
to...

Code:
ToggleDropDownMenu(1, nil, MiniMapLFGFrameDropDown, self, 0, 0)
Should work, according to DS author. I will test this out and see if it fixes the problem or not.
Report comment to moderator  
Reply With Quote
Unread 07-31-10, 08:34 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Let me know if that works, and I'll change it, pending my own verification that it doesn't mess things up for other Broker displays. I think Docking Station is the only Broker display in the world that doesn't give its frames names...
Report comment to moderator  
Reply With Quote
Unread 08-01-10, 08:16 AM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
FYI, I did changed DS for Bazooka and it is working great ! Bazooka is basically doing what I wanted with DS.
Report comment to moderator  
Reply With Quote
Unread 08-03-10, 03:16 PM  
joshwill80
A Murloc Raider

Forum posts: 5
File comments: 144
Uploads: 0
DockingStation

Yeah, the below fix does fix problems with DockingStation If you find it breaks other bar addons though, you could just put a note on the addon description page to let DS users know to change that line of code.
Report comment to moderator  
Reply With Quote
Unread 08-05-10, 10:48 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Version 3.3.5.10
  • Yet another fix for Docking Station users
Report comment to moderator  
Reply With Quote
Unread 07-01-11, 07:33 AM  
Akkorian
A Flamescale Wyrmkin
 
Akkorian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 111
File comments: 125
Uploads: 2
Version 4.2.0.27
  • Updated for WoW 4.2
__________________
“Be humble, for you are made of earth. Be noble, for you are made of stars.”
Report comment to moderator  
Reply With Quote
Unread 12-01-11, 08:42 AM  
Kelem
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 118
Uploads: 2
she be broken for 4.3, any chance of an update?
Report comment to moderator  
Reply With Quote
Unread 12-02-11, 02:54 AM  
keseph
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
4.3 Fix

http://us.battle.net/wow/en/forum/to...7985?page=2#40

Basically, if you edit Broker_LFG.lua and replace "LFDSearchStatus" with "LFGSearchStatus" on lines 112-116 and 149, it'll work immediately.
Report comment to moderator  
Reply With Quote
Unread 07-09-12, 03:55 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Mists of Pandara beta versions are available on the "Other Files" tab above. When reporting problems, please mention whether you are playing on live realms or beta realms, which version of Broker_LFG you are using, and which version of which DataBroker display you are using. Thanks!

Version 5.0.1.36
  • Updated for WoW 5.0 (Mists of Pandaria) beta
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 08-29-12, 02:33 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Version 5.0.4.41
  • Updated for WoW 5.0.4
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Last edited by Phanx : 08-29-12 at 02:33 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: