The addon will notify you in the middle of your screen with an icon, name of the spell that has procced, the time left on the proc and will make a subtle sound. EventAlert is also able to handle more than one proc at a time (this option was not available in previous versions).
I am not fond of addons that have very complicated installation and setups. The mod should work on install without any config, but if you wish to change any options use the following command: /ea options
To see a more detailed list of what options are avaiable to the mod, just check out the screenshot of the options pane.
This mod tracks the following events/procs:
Death Knight
- Cinderglacier (Runeforging)
- Killing Machine (Frost)
- Rime (Frost)
- Rune Strike
Druid
- Eclipse (Balance talent)
- Nature's Grace (Balance talent)
- Omen of Clarity (Restoration talent)
- Owlkin Frenzy (Balance talent)
- Wrath of Elune (PvP gear proc)
Hunter
- Improved Steady Shot (Marksmanship)
- Kill Shot
- Lock and Load (Survival talent)
- Rapid Killing (Marksmanship)
Mage
- Arcane Concentration (Arcane talent)
- Blazing Speed (Fire)
- Brain Freeze (Frost talent)
- Fingers of Frost (Frost talent)
- Firestarter (Fire talent)
- Missile Barrage (Arcane talent)
- Hot Streak (Fire talent)
Paladin
- Art of War
- Hammer of Wrath
- Infusion of Light
- Sacred Shield
Priest
- Borrowed Time
- Holy Concentration
- Martyrdom (Discipline talent)
- Serendipity (Holy)
- Surge of Light (Holy talent)
Rogue
Shaman
- Elemental Focus (Elemental talent)
- Maelstrom Weapon (Fifth stack) (Enhancement talent)
- Tidal Waves (Restoration)
Warlock
- Backdraft (Destruction)
- Backlash (Destruction)
- Decimation (Demonology)
- Empowered Imp (Demonology)
- Eradication
- Molten Core (Destruction)
- Nightfall (Affliction)
- Glyph of Life Tap
Warrior
- Bloodsurge (Fury)
- Overpower
- Execute
- Revenge
- Sudden Death (Arms)
- Sword and Board (Protection)
- Taste for Blood (Arms)
- Victory Rush
- Glyph of Revenge
Other
- Healing Trance (Gruul healing trinket proc)
Quick Backstory: I created this addon as a test for myself as my first "from the ground up" addon. Most of my coding in WoW LUA was taking other addons and just fixing them so they work from minor bugs or whatnot.
Anyhow, I needed a mod that was lightweight and did only what I wanted it to do, and that was warn me when one of my spells or talents procced something I needed. Thus, EventAlert was born. There are likely to be bugs, explosions and not so good things that may come from this mod. I'm sorry in advance! If you find a bug, please let me know so I can fix it.
Also, if anyone finds a spell/talent/etc that they want watched, please let me know and I will add it!
4.2.25 - Bugfix: Fixed the problem of errors on game load.
It looks as if it was erroring when it was trying to pre-load spells that didn't exist to the player (the character was too low in level and didn't have the spell or didn't have it trained.)
Thanks for all the bug reports on this one, hopefully this gets it fixed for good. :)
To see the full change log, view the changelog.txt file included in the EventAlert zip file.
Installation Guide
- Exit "World of Warcraft" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Mac Users
- StuffitExpander: Double click the archive to extract it to a folder in the current directory.
- Verify your WoW Installation Path
That is where you are running WoW from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your World of Warcraft folder. (default is C:\Program Files\World of Warcraft\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start World of Warcraft
- Make sure AddOns are installed
- Log in
- At the Character Select screen, look in lower left corner for the "addons" button.
- If button is there: make sure all the mods you installed are listed and make sure "load out of date addons" is checked.
- If the button is NOT there: means you did not install the addons properly. Look at the above screenshots. Try repeating the steps or getting someone who knows more about computers than you do to help.
Translations
When you download a mod, please be sure that the mod is compatible with your translation of wow. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
TOC Numbers (Out of Date Mods)
When Blizzard patches WoW, they change the Interface number. This means that all mods will be "out of date" unless or until the author releases a new version for that interface. Some people go into the .toc files and update the numbers themselves, but this is STRONGLY advised against as it will cause problems locating possible incompatibilities addons. When you log into WoW after a patch, you DO NOT have to delete your interface directory. All you have to do is simply tell WoW to ignore the interface numbers and load all the mods anyway. All you have to do is, while at the "character select" screen, look in the lower left corner and click on the "addons" button. A window will pop up listing all your installed mods.
If you look in the upper left corner of that window there should be a box that says "Load Out of Date AddOns". You want to CHECK this box. Now simply go into WoW normally and all your mods should load. As of the 1.9 patch, you will have to do this after EVERY patch/update that Blizzard posts! If you encounter any problems with a mod after a patch, please be sure to let the author of the mod know so they can fix it.
See also: About "Out Of Date AddOns"
Mac Support
WoW addons are not platformed based. As such, they can be used on either Mac or PC. You can extract both .zip and .rar files on a Mac using StuffitExpander.
Directory Structure
World of Warcraft
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.toc
|_ *AddonName*.xml
|_ *AddonName*.lua
|_ (possibly others as well)...