• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Queeg

 

Project Updated:
Files Updated: Fri, Aug 28 2009
Supports Game Version: 3.2.0
Category: Chat & Communication, and Guild
Tags:

, , and [Edit Tags]

Project Manager: Drool
Additional Authors: SGLivid
Current Version: 1.2
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 1
Downloads Total: 2,159
Favorites: 12
Comments: 6
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About Queeg
  •  

What is Queeg?

Queeg provides an easy way for raid leaders to record who is held in a queue and what time they joined. Guild members add themselves to the queue via a whisper command and the raid leader can then track their in-game online / offline status - including the tracking of guilded and unguilded alts.


Usage

When a raid is formed and people are asked to queue they can whisper the following commands to the person with Queeg installed.

QUEUE and one of the following commands

ADD - Join the queue
REMOVE - Leave the queue
LIST - Request a whisper of the current queue
ALT - Add an alt to their player profile
ALTS - List any currently registered alts
HELP <COMMAND> - Further help on any command

e.g.:

/w Livid QUEUE ADD

This will add you to the current queue.

Note: case is irrelevant - lower-case commands will work just fine.

To register an alt you should be on your main character and whisper the command 'QUEUE ALT <ALTNAME>'. Once alts are registered to a MAIN character they do not need to be registered again unless the saved variables file for Queeg is deleted or they are manually removed by the QUEUE ALT REMOVE command.

When a player logs off their main character and logs on as a registered alt, Queeg will determine if they are in the guild and look for their online status in the guild roster. If the alt is unguilded it will perform a /who lookup in the background, completely transparent to the Queue holder and update the tooltip with the relevant data. This data is stored in a temporary cache to prevent constant /who lookups.

Players that go offline for less than 5 mins will have the words OFFLINE beside their name in Yellow. Players that have been offline for more than 5 mins will have OFFLINE beside their name in Red.

If you want to export the current queue to an text file or dkp system you can left click on the button and it will bring up a dialog box with the current queue, with each player listed each on a separate line already highlighted ready for you to copy and paste.

Queeg was initially designed as a FuBar plugin but can now be used with any LibDataBroker (LDB) display addon - i.e. StatBlockCore, Button Bin or Fortress. You'll need to use Broker2FuBar to display in FuBar.


To Do

Add communications so that multiple people with Queeg installed will be able to see the queue update in real-time.

Please post all suggestions in the comments below or visit our forums at http://sanctuary.serenitygaming.org/forums to leave bug reports and suggestions.

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Queeg 1.2 Release 3.2.0 91 8/28/2009
  Queeg 1.1.3 Release 3.2.0 86 8/10/2009
  Queeg 1.1.2 Release 3.2.0 27 8/7/2009
  Queeg 1.1.1 Release 3.0.3 420 12/12/2008
  Queeg 1.1 Release 3.0.3 166 11/9/2008
  • 1 page(s)
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Supertex said

    Perhaps I should read the info and "to do" list, which answered both my questons.

    Eagerly awaiting the realization of the real-time update.

    Reply Report Permalink
  • Supertex said

    Blizz enabled the option for class colors to be shown in chat. That option causes my chat to stop showing completely, yet I can still be seen talking by others. For me, enabling EKWaitlist and Suicide Kings was causing the issue. I'd bet yours might be a similar issue.

    I ran across this addon while looking for a replacement for EKWL. Does this waitlist have the ability to synch with other officers, and does it monitor/show when someone that waitlisted with me goes offline?

    Reply Report Permalink
  • Drool said

    Hmm, I've given the addon a quick test (bit difficult for me since I'm no longer raiding or in a guild) and the latest fix doesn't seem to be blocking the whispers properly...

    You're right - the parameters have changed, but we still have to parse the whisper. arg1 is the whole message, and arg2 is the sender etc.. There's a few other bugs as well, so I'm gonna release a more comprehensive update in a short mo.

    Reply Report Permalink
  • maido said

    There's some syntax broken since patch 3.1, in the whispers parsing function.
    Practically:

    local function ChatFilter_Incoming(self, event, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11)
    if arg1 == "queue" then return true; end
    end

    becomes:

    local function ChatFilter_Incoming(self, event, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11)
    if arg1 == "queue" then return true; end
    end

    and:

    local function ChatFilter_Outgoing(msg)
    if string.sub(msg, 1, 6) == "[Qu]: " then return true; end
    end

    becomes:

    local function ChatFilter_Outgoing(self, event, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11)
    if arg1 == "[Qu]:" then return true; end
    end

    The parameters list for the functions changed, from a local "msg" to a more comprehensive amount of parameters. Now the text doesn't have to be parsed in order to find instances of "queue" in it, but each word separated by a space is an argument, I guess.

    Reply Report Permalink
  • Drool said

    Cheers, maido. Your fix has been implemented and released with v1.1.2. Thanks again!

    Reply Report Permalink
  • maido said

    Ops i fucked up the first function in my example (the broken one) but I am sure you figured it out yourself haha :p

    Reply Report Permalink
  • Tankztanks said

    Hey, love the mod, but since patch, it kills my Chat. If I enable it, I cannot see any channels or read anything. I can talk in the channels just fine. I disabled every mod, and enabled just Queeg, and still it wouldnt work.

    Any ideas, thanks :)

    Reply Report Permalink
  • wowmule said

    I know your guild disbanded but really hope you will still work on this mod, its really awesome and would be awesome if multiple users can receive updates

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 7,592 Prat 3.0 Chat & Communication
  2. 4,477 WIM (WoW Instant Messenger) v3 Chat & Communication
  3. 2,641 epgp (dkp reloaded) Guild
  4. 1,666 BadBoy: Anti Spam Automatic Reporter Chat & Communication
  5. 1,455 EPGPLootmaster Chat & Communication, Bags...