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

  • Your Rating

  • Share
  • Report Abuse

ResetEcho

 

Project Updated:
Files Updated: Thu, Apr 23 2009
Supports Game Version: 3.1.0
Category: Miscellaneous
Tags:

[Edit Tags]

Project Manager: Cidrei
Additional Authors: No additional authors
Current Version: v30100.1
License: BSD License
Development Site: CurseForge
Avg Daily DL (last 30 days): 0
Downloads Total: 506
Favorites: 4
Comments: 3
  • About ResetEcho
  •  

ResetEcho does one thing, and one thing only. It automatically outputs to your party chat when you have reset an instance.

There's no configuration and absolutely no options. Just install it, and it does the rest.

Special thanks to Phanx for most of the code.

  • Downloads (2)
  •  
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  
  ResetEcho v30100.1 Release 3.1.0 280 4/23/2009
  ResetEcho 30000.1 Fixed Release 3.0.2 194 10/10/2008
  • 1 page(s)
  • Screenshots (1)
  •  
  • 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.
  • Broken as of 3.2.2

    Reply Report Permalink
  • Cidrei said 

    Tested and working fine for me. Are you getting the system message on a reset? I've noticed that if you just go in and out of an instance it doesn't seem to reset.

    Reply Report Permalink
  • IT does not work on either of my 80's, has been tested multiple times. Have been actively hitting the reset ALL instances option. This did stop working with the last patch for me.

    Reply Report Permalink
  • I apologize, it was a spamming mod that was stopping this from working.

    Reply Report Permalink
  • Cidrei said 

    No worries. Glad you got it figured out.

    Reply Report Permalink
  • hi_dcy said 

    just use this addon on private_server wow :)

    local success = gsub(INSTANCE_RESET_SUCCESS, "%%s", "")
    local failed = gsub(INSTANCE_RESET_FAILED, ".*%%s", "")
    local fail_offline = gsub(INSTANCE_RESET_FAILED_OFFLINE, ".*%%s", "")
    local fail_zone = gsub(INSTANCE_RESET_FAILED_ZONING, ".*%%s", "")

    local f = CreateFrame("Frame")
    f:RegisterEvent("CHAT_MSG_SYSTEM")
    f:SetScript("OnEvent", function()
    if (strfind(arg1, success) or strfind(arg1, failed) or strfind(arg1, fail_offline) or strfind(arg1, fail_zone)) then
    if IsRaidLeader() and GetNumRaidMembers() > 0 then
    SendChatMessage("ResetEcho - "..arg1, "Raid")
    elseif IsPartyLeader() then
    SendChatMessage("ResetEcho - "..arg1, "Party")
    end
    end
    end)

    Reply Report Permalink
  • Cidrei said 

    I never put the raid leader stipulation in there because with one exception (Blackrock Spire) you can't reset raids. This isn't to say it's not useful, but I never found it necessary.

    Reply Report Permalink
  • IRID1UM said 

    The download is linked to KingMe atm :(

    Reply Report Permalink
  • Cidrei said 

    Should be fixed now. Thanks for letting me know.

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

Average downloads per day

  1. 1,512 Skinner Miscellaneous
  2. 1,072 FuBar 3.6 Miscellaneous
  3. 609 FuBar_MoneyFu Miscellaneous
  4. 607 Talented Miscellaneous
  5. 530 Examiner Miscellaneous