Sys-Msg block

This simple Addon will remove the OOR-/CD-Messages from the screen.

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of nigroangelus nigroangelus Thu, 12 Feb 2009 04:58:55

    it will simply forward original Events to its own functions...

    function SysMsg_OnEvent(this,event)
    end
    function SendWarningMsg(text)
    --		DEFAULT_CHAT_FRAME:AddMessage("Sys Msg: "..text,1,0,0);
    end
    function SendSystemMsg(text)
    --		DEFAULT_CHAT_FRAME:AddMessage("Warn Msg: "..text,1,0,0);
    end
    
  • 1 comment

Facts

Date created
10 Feb 2009
Category
Last update
20 Feb 2009
Development stage
Release
License
---
Curse link
Sys-Msg block
Recent files

Authors