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

  • Your Rating

  • Share
  • Report Abuse

LayHideErrors (Fan Update)

  Download the Curse Client

Project Updated:
Files Updated: Mon, Dec 8 2008
Supports Game Version:
Category: Miscellaneous
Tags:

, , , , and [Edit Tags]

Project Manager: Zynaga
Additional Authors: No additional authors
Current Version: 1.4
License: All Rights Reserved
Avg Daily DL (last 30 days): 2
Downloads Total: 1,495
Favorites: 4
Comments: 3
  • About LayHideErrors (Fan Update)
  •  

THE ORIGINAL AUTHOR OF THIS ADDON IS: Layrajha In Grim Batol's (EU) Realm.

I just modified since version 1.2.

This Addon is used to replace commands in macros such as:

/script UIErrorsFrame:Hide() /run SetCVar(!Sound_EnableSFX!,!0!) /run SetCVar(!Sound_EnableSpeechError!,!0!) /use 13 /run SetCVar(!Sound_EnableSFX!,!1!) /run SetCVar(!Sound_EnableSpeechError!,!1!) /script UIErrorsFrame:Clear(); UIErrorsFrame:Show()

By a simply:

/err0 /use 13 /err1

Why he did this? To save A LOT of characters space in macros, that can do annoying sounds and texts that we already know it will happen.

Thank you.

  • Downloads (4)
  •  
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  
  LayHideErrors (Fan Update) 1.4 Release 764 12/8/2008
  LayHideErrors (Fan Update) 1.4 Release 15 12/8/2008
  LayHideErrors (Fan Update) LayHideErrors v1.3 Release 3.0.2 178 10/23/2008
  LayHideErrors (Fan Update) 1.2 Release 2.3.3 72 2/25/2008
  • 1 page(s)
Advertisement
  • 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.
  • I love the idea of this addon but looking at the code I found that there is a lot of useless coding. So I decided to fix it. Also thanks for the update.



    local LayHideErrors_Version = "1.4";

    local function LayHideErrors_HideErrors()
    UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
    SetCVar("Sound_EnableSFX", 0);
    end

    local function LayHideErrors_ShowErrors()
    UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
    SetCVar("Sound_EnableSFX", 1);
    end


    SLASH_LAYHIDEERRORS_SHOW1 = "/err1";
    SLASH_LAYHIDEERRORS_HIDE1 = "/err0";
    SlashCmdList["LAYHIDEERRORS_SHOW"] = LayHideErrors_ShowErrors;
    SlashCmdList["LAYHIDEERRORS_HIDE"] = LayHideErrors_HideErrors;

    DEFAULT_CHAT_FRAME:AddMessage("LayHideErrors v."..LayHideErrors_Version.." loaded. Use \"/err0\" at the begining of your macros and \"/err1\" at the end of it.",0.9,0.8,0)

    Reply Report Permalink
  • You shouldn't disable/re-enable the Error Speech, cause that's set via the Sound options. I had to remove the lines in the lua because the addon kept on re-enabling the ErrorSpeech when I used /err1...

    Reply Report Permalink
  • osoviejo said 

    The TOC needs updating for 3.0.2--shows as out-of-date.

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

Average downloads per day

  1. 1,791 Skinner Miscellaneous
  2. 1,724 Talented Miscellaneous
  3. 1,411 FuBar 3.6 Miscellaneous
  4. 779 SharedMedia Miscellaneous
  5. 742 Fishing Buddy -- Bar Support Miscellaneous