Download
(17Kb)
Download
Updated: 10-13-08 06:02 AM
Patch for:
Scrolling Combat Text.
Pictures
File Info
Updated:10-13-08 06:02 AM
Created:unknown
Downloads:31,845
Favorites:89
MD5:

SpellAlert SCT  Popular! (More than 5000 hits)

Version: 30000-8
by: Dridzt [More]

Description :
This is a modified version of SpellAlert that instead of putting the notification up in it's own frame will send a message to ScrollingCombatText.
There are several command line options to set how the text is displayed.

/sasct menu -- Opens the options frame. (needs SpellAlert SCT Options)
/sasct test -- Send a test message to see how it looks. (Also done automatically after a settings change)
/sasct toggle [on/off] -- Toggles alerting of spell casting on and off. [Default is On]
/sasct color [default/target/warn/emote] [red/green/blue] [0.0 - 1.0] -- Sets the color component of the specified color.
/sasct repeat [number] -- How long in seconds to refrain from repeating the same message [Default is 2]
/sasct ignore [on/off] -- Toggles using the ignore list on and off. [Default is On]
/sasct iadd spell -- Adds an item to the ignore list
/sasct irem spell -- Removes an item from the ignore list
/sasct ilist -- Lists all spells on the ignore list
/sasct targetonly [on/off] -- Toggles alerting for spells of your current target only [Default is Off]
/sasct force [on/off] -- Toggles using the whitelist on and off. *new* - thanks to jvanber for the idea.
(Overrides the Target Only setting forcing whitelisted spells to alert.
The default whitelist contains mana burn, drain mana and viper sting)
/sasct fadd spell -- Adds a spell to the whitelist *new*
/sasct frem spell -- Removes a spell from the whitelist *new*
/sasct flist -- Lists all spells on the whitelist *new*
/sasct colorize [on/off] -- Toggles colorizing the messages on and off. (overrides color choices) [Default is On]

Credits:
BarryJ (SpellAlert SCT upto v20000-1)
Elsia and contributors on this wowace thread.
Ammo (bit mask on loan from WitchHunt)

Changes:
clicky

Version: 30000-8
- WoW 3.0.2 update
Version: 20400-8
- Bugfix: 2.4.3 compatibility update
Version: 20400-7
- Feature: reduce emote spam (only report monster emotes)
- code cleanup/housekeeping
Version: 20400-6
- Feature: reduce spell success spam (only report totem casting)
Version: 20400-5
- Bugfix: rare nil condition
- New Feature: smart setting of targetonly/whitelist options
- removed beta tag (still may have some bug)
Version: 20400-4
- New Feature: Whitelist support
/sasct flist -- to list whitelisted spells
/sasct fadd spell -- adds 'spell' to list of whitelisted spells
/sasct frem spell -- removes 'spell' from list of whitelisted spells
Whitelisted spells override the target only option.
- Bugfix: /sasct ignore off (was setting emote option instead of ignore)
- Bugfix: /sasct colorize off (alert messages truncated)
- Bugfix: /sasct ilist|flist (was truncating the last spell)
- Optimization: removed lowercasing loop from ignorelist.

Version: 20400-3
- TargetOnly bugfix.

Version: 20400-2
- Monster Emotes are back.
- Better separation of cast success and cast start.

Version: 20400-1
2.4 Combatlog changes Compatible.
Bosswarning options removed (very outdated, plus there's a big selection of bosswarning mods)
Typo fix, default ignore list.
Post A Reply Comment Options
Unread 03-25-08, 08:36 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1359
File comments: 829
Uploads: 55
Missfiled

Note that I have miss-filed this addon as a 'patch' for Scrolling Combat Text,
when it's actually a plugin / optional addon.

Just want to make it perfecty clear that this addon changes nothing in Scrolling Combat Text itself,
it merely uses SCT if present to output its spell alert notifications

Dridzt
Report comment to moderator  
Reply With Quote
Unread 03-25-08, 03:38 PM  
Civrock
A Murloc Raider
 
Civrock's Avatar

Forum posts: 4
File comments: 59
Uploads: 0
Re: Missfiled

Would it be possibly to add some kind of filter to only be active in Battlegrounds/Arenas? It's really spammy on Sunwell Isle while doing dailies, heh.
Report comment to moderator  
Reply With Quote
Unread 03-25-08, 04:30 PM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1359
File comments: 829
Uploads: 55
I'll definitely consider it, but for now I suggest to turn on the targetonly option.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 12:11 AM  
Civrock
A Murloc Raider
 
Civrock's Avatar

Forum posts: 4
File comments: 59
Uploads: 0
Originally posted by Dridzt
I'll definitely consider it, but for now I suggest to turn on the targetonly option.
Another thing I noticed... "XXX casted Execute" and many other such "casts" are being displayed in SASCT. Is this intended? I mean, it's not really a spell and even though I know there's an ignorelist I could add things to, that's quite a lot of spells that'd have to be added manually.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 02:57 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1359
File comments: 829
Uploads: 55
The "casted xxx" messages are for the most part redundant info.
I didn't have a chance to test totem casting on the PTR before Blizzard took it down.

When I have a day to play on the live servers (I'm in EU) expect a new version
with "saner" defaults.
Last edited by Dridzt : 07-15-08 at 07:20 PM.
Report comment to moderator  
Reply With Quote
Unread 11-07-08, 03:28 PM  
wyrmwoode
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Love this addon, is it possible to somehow remove/disable the server after the name of a cross realm player? Like "Playername-GrimBatol > Regrowth" just being "Playername > Regrowth" for example.
Report comment to moderator  
Reply With Quote
Unread 12-08-08, 10:37 AM  
Notelrac
A Defias Bandit
 
Notelrac's Avatar

Forum posts: 2
File comments: 1
Uploads: 0
Originally posted by wyrmwoode
is it possible to somehow remove/disable the server after the name of a cross realm player?
Replace lines 812-813 of SpellAlertSCT.lua with
playerName = UnitName("player");
Report comment to moderator  
Reply With Quote
Unread 01-20-09, 03:25 AM  
poisonnn
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hello

Is it possible to get this SA to just show the white list spells, not anything else? (mainly i just wanna see when rogue vanishes, nothing else) and ignoring all spells takes a year plus it seems to kick some of the spells out of the list from time to time :S
Report comment to moderator  
Reply With Quote
Unread 02-26-09, 02:49 AM  
Civrock
A Murloc Raider
 
Civrock's Avatar

Forum posts: 4
File comments: 59
Uploads: 0
3.1 PTR Build 0.1.0 (9614)

---

Code:
[2009/02/26 03:47:02-3733-x1]: Interface\FrameXML\UIDropDownMenu.lua:837: attempt to call method 'GetName' (a nil value):
SpellAlertSCT_options\options.lua:52: in function `SpellAlertSCTOptionsFrame_OnShow'
<string>:"*:OnShow":1: in function <[string "*:OnShow"]:1>
<in C code>: in function `Show'
Interface\FrameXML\UIParent.lua:1871: in function `ShowUIPanel':
SpellAlertSCT-20000-1\SpellAlertSCT.lua:348: in function `?'
Interface\FrameXML\ChatFrame.lua:3205: in function `ChatEdit_ParseText':
Interface\FrameXML\ChatFrame.lua:2925: in function `ChatEdit_SendText':
Interface\FrameXML\ChatFrame.lua:2946: in function <Interface\FrameXML\ChatFrame.lua:2945>:
Whenever I attempt to change the Animation Style in the SASCT options window.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: