Download
(246Kb)
Download
Updated: 04-06-09 02:15 AM
Pictures
File Info
Updated:04-06-09 02:15 AM
Created:unknown
Downloads:140,320
Favorites:349
MD5:

SpellAlerter  Popular! (More than 5000 hits)

Version: 2.03
by: kollektiv [More]

What it does

SpellAlerter is a basic spell alert mod based off the original SpellAlert mod. See the images for the different alert types you can setup.

Features

  • Add any spell and ability you want to be alerted to
  • Three filters: Enemy Spellcasts, Enemy Buffs, and Friendly Debuffs
  • Additional filtering for players only (reduces spam from things such as Mirror Image)
  • Each alert can have its own sound play. It's similar to making triggers in MSBT but a lot more simplified.
  • Optional minimap icon
  • Data broker plugin
  • All options are inside the GUI. Type /sa or /spellalerter to access them.

Localization

It should work with all language clients. It is currently only localized in English and Simplified Chinese. If you'd like to help translate see the Locales.lua file.

Bug Reports and Feature Requests

Please post them in the comments.

Changelog

2.03
  • Added Simplified Chinese translations
  • Localization is now done through CurseForge
  • Fixed bug with Target Only option

2.02
  • The arrow will now point to the left if the source's target is the same as the source
  • Added an option to filter players on spell casts. Helps reduce spam (ex. Frost Bolts from mirror images)
  • Added an option to toggle class colors on names. This is only 100% reliable in arenas
  • Added an option to select text font
  • Added an option to replace player name with any word
  • Added an option to toggle showing targets. Select between arrow model and text
  • Added an option to play a sound for each spell. Similiar to making MSBT triggers.
  • Added a list for spell cast ignores. These are spells you don't want showing targets (ex. Howl of Terror).
  • Added verifying and case formatting for list additions
  • Added a profile system
  • Added toggable minimap icon
  • Added localization support
  • Removed creating new anchors. I've never seen anyone use this.
  • Added a Sounds.lua file. Adding sounds is very easy. Open Sounds.lua and follow the instructions carefully.
  • Added Ace3 libraries
  • Added LibDBIcon-1.0 library
  • Added LibDataBroker-1.1 library - Hence there's support for LDB launcher display addons
  • Added LibSharedMedia-3.0 library
  • Added !ClassColors support
  • Created a FauxScrollFrame AceGUI widget for 'select' types in options

For the most recent changes, see the addon page. For a compilation of the all the changes, see the Changelog file in the zip.
Post A Reply Comment Options
Unread 02-27-08, 11:37 AM  
EnSabahNur
A Defias Bandit
 
EnSabahNur's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 55
Uploads: 6
Originally posted by Xark
working with the german client?
Hello. I added Babble Spell support so it works with any language and I have added two new features.
1. Added slider to move the frame left/right
2. Added option to show spellname next to the icon in front of the name of the player casting the spell.

And I have rearranged some parts of the options to make it look better in Niagara and Rock Config.

http://ensabahnur.googlecode.com/fil...lerter1.03.zip

If someone does not like the new stuff here are the SA_Spells.lua
Code:
-- 1 = yellow
-- 2 = pink
-- 3 = green
-- 4 = red
local BS = AceLibrary("Babble-Spell-2.2")


SpellAlerter_spells = {
	-- Heals
	-------------------------------------
		-- Priests
		[BS["Flash Heal"]] = 1,
		[BS["Greater Heal"]] = 1,
		[BS["Binding Heal"]] = 1,
		
		-- Druid
		[BS["Healing Touch"]] = 1,
		[BS["Regrowth"]] = 1,
		[BS["Tranquility"]] = 1,
		
		-- Shaman
		[BS["Healing Wave"]] = 1,
		[BS["Lesser Healing Wave"]] = 1,
		
		-- Paladin
		[BS["Flash of Light"]] = 1,
		
	-- CC
	-------------------------------------
		-- Priest
		[BS["Mind Control"]] = 2,
		
		-- Druid
		[BS["Entangling Roots"]] = 2,
		[BS["Cyclone"]] = 2,
		
		-- Mage
		[BS["Polymorph"]] = 2,
		
		-- Warlock
		[BS["Fear"]] = 2,
		[BS["Howl of Terror"]] = 2,
		
		-- Shaman
		[BS["Grounding Totem"]] = 2,
		
		-- Warrior
		[BS["Spell Reflection"]] = 2,
		
	-- Clearable
	-------------------------------------
		-- Druid
		[BS["Innervate"]] = 3,
		
		-- Shaman
		[BS["Earth Shield"]] = 3,
		[BS["Mana Tide Totem"]] = 3,
		
		-- Paladin
		[BS["Blessing of Freedom"]] = 3,
		[BS["Blessing of Protection"]] = 3,

		-- Priest
		[BS["Power Infusion"]] = 3,
		
		-- Mage
		[BS["Evocation"]] = 3,
	
	-- Damage
	-------------------------------------
		-- Priest
		[BS["Mana Burn"]] = 4,
		
		-- Mage
		[BS["Frostbolt"]] = 4,
		[BS["Fireball"]] = 4,
		[BS["Pyroblast"]] = 4,
		
		-- Shaman
		[BS["Lightning Bolt"]] = 4,
		[BS["Chain Lightning"]] = 4,
		
		-- Warlock
		[BS["Shadow Bolt"]] = 4,
		[BS["Soul Fire"]] = 4,
}
Last edited by EnSabahNur : 03-10-08 at 10:52 AM.
Report comment to moderator  
Reply With Quote
Unread 02-27-08, 05:29 AM  
Xark
A Deviate Faerie Dragon

Forum posts: 14
File comments: 61
Uploads: 0
working with the german client?
Report comment to moderator  
Reply With Quote
Unread 02-26-08, 04:57 PM  
kollektiv
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 46
Uploads: 6
Originally posted by Saroz
Put it on WoWAce SVN?

Can you make SpellAlerter:InParty() account for raid members aswell?
I made it check for raid members. Maybe I'll put it on the SVN.
Report comment to moderator  
Reply With Quote
Unread 02-26-08, 10:20 AM  
Saroz
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 1
Put it on WoWAce SVN?

Can you make SpellAlerter:InParty() account for raid members aswell?
Report comment to moderator  
Reply With Quote
Unread 02-12-08, 02:24 PM  
Baldor
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Thumbs up

Not a very constructive post, but thanks for finally sharing :>
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: