Download
(5Kb)
Download
Updated: 04-27-11 04:42 PM
Pictures
File Info
Updated:04-27-11 04:42 PM
Created:11-08-09 06:43 AM
Downloads:10,011
Favorites:66
MD5:

ncSpellalert  Popular! (More than 5000 hits)

Version: 1.5
by: nightcracker, Coote

Now maintained by TMcMahon51. See thread here.


ncSpellalert is an addon for alerting you when an enemy casts an interuptable or important spell, your enemy gains an important buff or an enemy drinks/trinkets. This addon is based on evl_Spellalert so a lot of credit for evl. Please give feedback and tell me if I need to add/remove certain spells to the proc list.

Upcoming features:
- none
Suggest features!

Usage:
Download & go! To change/add/delete spells that it should notify, open config.lua with your favorite plain text editor and start editing! By default this addon is only enabled in PvP zones, to show it in all zones set "pvponly" to false in config.lua. Also, by default this addon messages for all units when they cast important spells or get important buffs, but you can also make it alert for only a few units by setting "allunits" to false in config.lua and changing "units" to your wishes(defaults to target and focus only).

1.5 (TMcMahon51)
--
Updated for 4.1
Added more abilities to the list

1.4 (TMcMahon51)
--
Updated spell IDs for 4.0, and added in more spells/abilities

1.3
--
Added more options

1.2
--
Localized and updated for 3.3
Optional Files (0)


Post A Reply Comment Options
Unread 05-30-11, 08:15 AM  
AndersonnKen
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
I fixed this error...howerver to NO use.After it a got another error(something about a "]" missing on a certain line in config.lua)...I fixed this one too..but I got another after,and another,and another.
I think this addon needs a major revamp
Report comment to moderator  
Reply With Quote
Unread 05-13-11, 10:54 AM  
AndersonnKen
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
True I have the same error...please update
Report comment to moderator  
Reply With Quote
Unread 05-03-11, 03:11 AM  
SirOskar
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Code:
Message: Interface\AddOns\ncSpellalert\config.lua:103: ']' expected near '='
Time: 05/03/11 11:57:29
Count: 1
Stack: 
Locals:
Code:
Message: Interface\AddOns\ncSpellalert\ncSpellalert.lua:52: attempt to index global 'ncSpellalertDB' (a nil value)
Time: 05/03/11 11:57:33
Count: 1
Stack: Interface\AddOns\ncSpellalert\ncSpellalert.lua:52: in function `?'
Interface\AddOns\ncSpellalert\ncSpellalert.lua:131: in function <Interface\AddOns\ncSpellalert\ncSpellalert.lua:131>

Locals: self = ncSpellalert {
 0 = <userdata>
 ZONE_CHANGED_NEW_AREA = <function> defined @Interface\AddOns\ncSpellalert\ncSpellalert.lua:63
 PLAYER_LOGIN = <function> defined @Interface\AddOns\ncSpellalert\ncSpellalert.lua:51
 UNIT_SPELLCAST_SUCCEEDED = <function> defined @Interface\AddOns\ncSpellalert\ncSpellalert.lua:115
 COMBAT_LOG_EVENT_UNFILTERED = <function> defined @Interface\AddOns\ncSpellalert\ncSpellalert.lua:85
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'ncSpellalertDB' (a nil value)"
any help much appreciated :-)
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 04-27-11, 12:06 PM  
Coote
A Scalebane Royal Guard
 
Coote's Avatar
AddOn Author - Click to view AddOns

Forum posts: 440
File comments: 69
Uploads: 7
I knew what needed to be done, but thanks for the help. You definitely saved me the time looking through to find the exact line.

Will update when I'm back at my PC tonight.
__________________

"This is the fifteen-thousandth four hundredth and ninety-eighth occurence".
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 10:39 AM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
ncSpellAlert.lua line 85:
add
Code:
hideCaster,
after
Code:
eventType,
and before
Code:
sourceGUID
.
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 10:32 AM  
Coote
A Scalebane Royal Guard
 
Coote's Avatar
AddOn Author - Click to view AddOns

Forum posts: 440
File comments: 69
Uploads: 7
Originally posted by adz4u28
Message: Interface\AddOns\ncSpellalert\ncSpellalert.lua:23: bad argument #1 to 'band' (number expected, got string)
Time: 04/27/11 13:57:05
Count: 57
Stack: [C]: ?
[C]: ?
Interface\AddOns\ncSpellalert\ncSpellalert.lua:23: in function <Interface\AddOns\ncSpellalert\ncSpellalert.lua:23>
Interface\AddOns\ncSpellalert\ncSpellalert.lua:90: in function `?'
Interface\AddOns\ncSpellalert\ncSpellalert.lua:131: in function <Interface\AddOns\ncSpellalert\ncSpellalert.lua:131>

Locals:

help plz
I'm aware of the situation. Every addon that scans the combat log broke with 4.1 due to a 5th arg added. I'm currently busy, but I'll try to get a fix out for both ncSpellAlert, and ncKillingBlow by the weekend.
__________________

"This is the fifteen-thousandth four hundredth and ninety-eighth occurence".
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 06:57 AM  
adz4u28
A Murloc Raider

Forum posts: 5
File comments: 24
Uploads: 0
Message: Interface\AddOns\ncSpellalert\ncSpellalert.lua:23: bad argument #1 to 'band' (number expected, got string)
Time: 04/27/11 13:57:05
Count: 57
Stack: [C]: ?
[C]: ?
Interface\AddOns\ncSpellalert\ncSpellalert.lua:23: in function <Interface\AddOns\ncSpellalert\ncSpellalert.lua:23>
Interface\AddOns\ncSpellalert\ncSpellalert.lua:90: in function `?'
Interface\AddOns\ncSpellalert\ncSpellalert.lua:131: in function <Interface\AddOns\ncSpellalert\ncSpellalert.lua:131>

Locals:

help plz
Report comment to moderator  
Reply With Quote
Unread 04-10-11, 08:56 PM  
Coote
A Scalebane Royal Guard
 
Coote's Avatar
AddOn Author - Click to view AddOns

Forum posts: 440
File comments: 69
Uploads: 7
Originally posted by the_sober
can you add news spells like colossus smash and the another new stuff like the news heals from priest, paladin, shaman on a new upload?
I thought I did add them. Guess I missed a few..

It'll be done within the next few days.
__________________

"This is the fifteen-thousandth four hundredth and ninety-eighth occurence".
Report comment to moderator  
Reply With Quote
Unread 04-10-11, 07:55 PM  
the_sober
A Kobold Labourer

Forum posts: 0
File comments: 46
Uploads: 0
can you add news spells like colossus smash and the another new stuff like the news heals from priest, paladin, shaman on a new upload?
Report comment to moderator  
Reply With Quote
Unread 11-20-10, 10:44 AM  
Warrax
A Kobold Labourer

Forum posts: 0
File comments: 16
Uploads: 0
I'm really having an hard time trying to configure "units" in config.lua, I want to set it to target since I only want the add-on to alert spells of my target instead of all units (which is a spam fest, I dunno why it's the default). It kinda suck since it's the only working spellalert add-on for 4.01 atm.

Can anyone copy/paste:

units = {
"target",
"focus",
},
}

set to target please? I just have no idea where I'm supposed to put "target" in that code, usually it should be units = target like the 2 others settings and I tried multiple ways that seems logical but nope and that is why people likes UI config. I'm definitely clueless about this one, please help! allunits is already set to false so don't ask :P

I'm either doing something wrong or something doesnt work with targeting.
Last edited by Warrax : 11-20-10 at 01:43 PM.
Report comment to moderator  
Reply With Quote
Unread 06-26-10, 10:40 PM  
dusknoir
A Defias Bandit

Forum posts: 3
File comments: 34
Uploads: 2
It seems like the message is shown twice for me if I'm targeting somebody who's also my focus, a party member or an arena target. How can I fix this?

edit: It also displays a message for both Elemental Mastery buffs.
Last edited by dusknoir : 07-03-10 at 09:34 PM.
Report comment to moderator  
Reply With Quote
Unread 04-19-10, 05:39 AM  
redworm
A Defias Bandit

Forum posts: 2
File comments: 68
Uploads: 0
well nothing works inside arena now, why is that? is there ANY spellalert that works inside arenas?
Report comment to moderator  
Reply With Quote
Unread 04-09-10, 07:50 AM  
redworm
A Defias Bandit

Forum posts: 2
File comments: 68
Uploads: 0
Originally posted by nightcracker
Please post the contents of your config.lua file.
nevermind, using atm SpellAlert what works with 3.3 and has some config.
Report comment to moderator  
Reply With Quote
Unread 03-31-10, 03:21 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by redworm
i have, but its still dont work in arena so this addon ist useless like all the others that dont work in arenas aswell.
Please post the contents of your config.lua file.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 03-30-10, 03:59 PM  
redworm
A Defias Bandit

Forum posts: 2
File comments: 68
Uploads: 0
i have, but its still dont work in arena so this addon ist useless like all the others that dont work in arenas aswell.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: