Help

ReadyCheckAnnouncer

Miscellaneous Login to Add Favorites
  • 1 Like
  • Project Manager: mikk
  • World of Warcraft
  • 12,787 Downloads
  • Supports: 4.3
  • 2 Average Daily Downloads
  • Comments
  • Created 11/14/2007 4:41:48 AM
  • Updated 12/19/2011 9:49:17 AM
  • 59 Favorites
  • Project Site
  • License: All Rights Reserved
  • Release Type: Release
  • Newest File: r40-release
or
Support development! **
Donate

About ReadyCheckAnnouncer

Small addon to make readychecking easier:

  • Echo readycheck results to party/raid: Who's AFK, Who's not ready.
  • Display timer bar while readychecks are running (even when someone else initiates them)
  • Add "/rc" as an alias for "/readycheck"
  • Ignore "standby" people in raid groups (g3+ for raid size 6-18, g6+ for raid size 19-34)
  • Raid officers running ReadyCheckAnnouncer will help announce even if they are not the ones initiating the readycheck. (Can be disabled with "/rc off")

------------------------------------------------------------------------
r41 | mikk | 2011-12-12 12:42:18 +0000 (Mon, 12 Dec 2011) | 1 line
Changed paths:
   A /tags/r40-release (from /trunk:40)

Tagging as r40-release
------------------------------------------------------------------------
r40 | mikk | 2011-12-12 12:40:55 +0000 (Mon, 12 Dec 2011) | 2 lines
Changed paths:
   M /trunk/ReadyCheckAnnouncer.lua
   M /trunk/ReadyCheckAnnouncer.toc

- TOC 40300
- Fix LFR problem with reporting people from other realms as AFK
------------------------------------------------------------------------

Comments

First Previous Page 1 of 2 Next Last
  • #15

    need to make sure this is update for 4.3

  • #16

    It is now. It had a glitch in LFR that i needed to fix.

  • #12
    Fixed for 4.1
  • #14
    I can't seem to get readycheck to work for dungeons when in a party and not a raid....is this a glich or will it just not work for dungeons?
    thanks
  • #13
    Thanks!
  • #11
    Please update for 4.1 :)
  • #10
    As of 4.1 it is reporting myself as away when I do a ready check.
  • #8
    Updated for 4.0 now.
  • #6
    It's not working for 4.01. There's no errors, but there's no timer bar on ready checks, and it doesn't report anything.
  • #7
    In ReadyCheckAnnouncer.lua (line numbers are estimates depending on which of the changes you use):

    To get the bar to show up, and announce when everyone is ready
    self.timer:SetScript("OnUpdate", function(self, arg1)
    function RCAnn.OnEvent(self, event, ...)
    local self=RCAnn;
    local arg1 = ...;

    To get it to announce AFK players
    RCAnn:Say("Ready check: " .. arg1);
    RCAnn:StopTimer();

    As a side project you can add the following to have it work properly when someone clicks not ready (right now it waits the full 30s before displaying the message, even if the everyone has responded).

    local patFinished = "^" .. READY_CHECK_FINISHED .. "$";

    elseif (arg1:find(patFinished)) then
    RCAnn:StopTimer();

    If you implement everything RCAnn.OnEvent should now look like this

    function RCAnn.OnEvent(self, event, ...)
    if(event=="CHAT_MSG_SYSTEM") then
    local arg1 = ...;
    if(arg1:find(patAFK)) then
    RCAnn:Say("Ready check: " .. arg1);
    RCAnn:StopTimer();
    elseif(arg1:find(patNotReady)) then
    local _,_,person = arg1:find(patNotReady);
    RCAnn.notready = ((RCAnn.notready and RCAnn.notready .. ", ") or "") .. person;
    -- RCAnn:Say("Ready check: " .. arg1);
    elseif(arg1:find(patStart)) then
    RCAnn:StartTimer();
    elseif(arg1:find(patOtherStart)) then -- if someone else starts a readycheck
    RCAnn:StartTimer(); -- this just displays the timer so we know how long we have until we have to click
    elseif(arg1:find(patFinished)) then
    RCAnn:StopTimer();
    elseif(arg1:find(patReady)) then
    RCAnn:Say("Ready check: " .. arg1);
    RCAnn:StopTimer();
    end
    end
    end
  • #9
    Hello,
    Can you please post an updated lua file? I'm not very good editing this lua files, i don't know what to do.
  • #4
    Is this working for 3.3 ?
  • #5
    I think it should, but am working on somewhat of a rewrite locally so can't say I've tested. (I know my rewrite broke but it does the job differently.)
  • #3
    Please update for WoW Patch 3.1.1
  • #2
    Feature request: distinguish Disconnected/Offline players from AFK players and Not Ready players.
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!