Download
(246Kb)
Download
Updated: 04-06-09 02:15 AM
Pictures
File Info
Updated:04-06-09 02:15 AM
Created:unknown
Downloads:140,332
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-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
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-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-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-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 03-01-08, 06:38 PM  
Dotazeus
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
is there a way so I can move the frame? it's smack stab in the middle of my screen and I'd like to move it up a little. Thanks in advance!

*edit* hmm a new update with a slider .. I'll check it out later tonight.
Last edited by Dotazeus : 03-01-08 at 06:39 PM.
Report comment to moderator  
Reply With Quote
Unread 03-25-08, 09:01 PM  
Sicks
A Kobold Labourer

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

how do you edit the spells lua folder?
Report comment to moderator  
Reply With Quote
Unread 03-25-08, 11:56 PM  
kollektiv
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 46
Uploads: 6
Re: Re: Thumbs up

Originally posted by Sicks
how do you edit the spells lua folder?
Insert something like

["spellname"] = 1,

between the braces. 1 can be replaced with 2, 3, or 4.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 02:22 AM  
Abacinate
A Kobold Labourer

Forum posts: 0
File comments: 81
Uploads: 0
Re: Re: Re: Thumbs up

Hey there... is this mod not designed to show the name of the spell being cast ? Seems like all I get is the name of the player showing up.....

im looking for something like the regular SA that showed the name fades configurable not sure if that is updated yet but was trying this one.... dont quite understand why no spell name included and no move option



Originally posted by kollektiv
Insert something like

["spellname"] = 1,

between the braces. 1 can be replaced with 2, 3, or 4.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 06:38 AM  
arrch
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
The new version that is supposed to work with 2.4 is totally fucked in BGs, it says "Name-EU4A-BG-EN" for example.
Last edited by arrch : 03-26-08 at 06:45 AM.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 07:49 AM  
Thorrkin
A Kobold Labourer
 
Thorrkin's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
@arrch: This has nothing to do with the mod itself, I don't know why but since 2.4 players in battleground have names like "randomguy-EU1-B-BG-FR" instead of "randomguy-randomserver".

I have a strange bug with the program, the spell icon and the name of the player that is casting it are a bit transparent plus to make it disappear I have to "/console reloadui" (or someone has to cast another spell) but if I don't do that the "spellicon-player" will stay on my screen for a loooong time . Also, I have a wow error

Last edited by Thorrkin : 03-26-08 at 08:00 AM.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 07:58 AM  
coopo
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Originally posted by EnSabahNur
2. Added option to show spellname next to the icon in front of the name of the player casting the spell.
Is it possible for someone to edit or explain how to edit to re-include this option?

Thanks.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 10:42 AM  
kollektiv
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 46
Uploads: 6
Originally posted by Thorrkin
@arrch: This has nothing to do with the mod itself, I don't know why but since 2.4 players in battleground have names like "randomguy-EU1-B-BG-FR" instead of "randomguy-randomserver".

I have a strange bug with the program, the spell icon and the name of the player that is casting it are a bit transparent plus to make it disappear I have to "/console reloadui" (or someone has to cast another spell) but if I don't do that the "spellicon-player" will stay on my screen for a loooong time . Also, I have a wow error

Delete settings in WTF folder, which is most common way to fix problems when updating mods.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 10:44 AM  
kollektiv
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 46
Uploads: 6
Re: Re: Re: Re: Thumbs up

Originally posted by Abacinate
Hey there... is this mod not designed to show the name of the spell being cast ? Seems like all I get is the name of the player showing up.....

im looking for something like the regular SA that showed the name fades configurable not sure if that is updated yet but was trying this one.... dont quite understand why no spell name included and no move option
It's suppose to show the spell icon and the player name. Spell icons are more efficient to 'read' rather than actually having spell text.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 10:47 AM  
kollektiv
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 46
Uploads: 6
Originally posted by arrch
The new version that is supposed to work with 2.4 is totally fucked in BGs, it says "Name-EU4A-BG-EN" for example.
Ok, i'll look into this.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: