Skip to content

A World of Warcraft 1.12 AddOn for filtering out error messages.

License

Notifications You must be signed in to change notification settings

01c/ErrorFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ErrorFilter v0.9

A simple World of Warcraft 1.12 AddOn.

Filters out specified or all error messages, such as "Not enough rage".

Useful for PvP/PvE encounters when you want to keep a clean screen while spamming abilities.

Based on RogueSpam by Allara.

Instructions

Download: https://github.com/01c/ErrorFilter/archive/master.zip

Extract to World of Warcraft\Interface\AddOns and rename folder to ErrorFilter.

Type /errorfilter or /ef ingame for help.

Usage

/{errorfilter | ef} {reset | enabled | all | list | add | remove}
  • reset: Reset all options to default settings.
  • enabled: Toggle functionality.
  • all: Toggle filtering all messages, ignoring list.
  • list: Shows the current filters and their ID number.
  • add #message: Adds #message to the filter list.
  • remove #id: Removes the message #id from the filter list.

Default filters

  • "Ability is not ready yet."
  • "You are too far away!"
  • "Out of range."
  • "Spell is not ready yet."
  • "Not enough energy"
  • "Not enough rage"
  • "Not enough mana"
  • "There is nothing to attack."
  • "That ability requires combo points"
  • "Your target is dead"
  • "Another action is in progress"

About

A World of Warcraft 1.12 AddOn for filtering out error messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages