Download
(1Kb)
Download
Updated: 05-03-11 05:35 PM
Pictures
File Info
Updated:05-03-11 05:35 PM
Created:01-05-11 06:20 AM
Downloads:5,125
Favorites:31
MD5:

sInterrupt  Popular! (More than 5000 hits)

Version: 0.8d
by: Snoweh [More]

A Simple addon that announces to Raid, Party or say, about spell casts that you interrupted or spellstealed.
Implemented with clickable Spell links.

All reports are ignored in PVP Locations (Wintergrasp, Tol Barad, Battlegrounds)

Settings:

Line(s) 1-7 of sInterrupt.lua

Code:
-----------------------
-- Start of Settings --
local sIraid = true;  -- Announces to Raid Chat
local sIparty = true; -- Announces to Party Chat
local sIsay = true;   -- Announces to Say
--- End of Settings ---
-----------------------
Simply change "true" to "false" on the lines for the reports you with to prevent and save.




Special Thanks to: Chaosu & Moonraven @ Shadowsong-EU - Helping me test out Skull bash, must level my own Druid!

040511 0.8d
- Updated to work with 4.1
- Typo corrected

190211 0.8c
- Removed Custom Skullbash Reports (Apparently blizzard have fixed it to trigger SPELL_INTERRUPT)

220111 0.8b
- Bugfix.

220111 0.8
- Added some coding for Skull Bash alerts (Report information limited due to combat log).

060111 0.7
- Hopefully fixed the "You are not in a party" error when all options were enabled and subject was solo.

060111 0.6
- Removed missed debug lines.
- Reverted Change for Arena (Personally want it to announce here.)

050111 0.5
- Added Lua Based options to disable announces in Raid, Party and say, as separate selections.
- Added a basic filter which should hopefully prevent the addon in current Battlegroups and World PVP Zones (Wintergrasp, Tol Barad).

050111 0.4
- Version number skipped.

050111 0.3
- Version number skipped.

050111 0.2
- Added Spellsteal for Mages.
- Removed various debugging lines.
Post A Reply Comment Options
Unread 07-05-11, 11:24 AM  
darkstar123456
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Correction for 4.2

Just change line 23 from :
Code:
local timestamp, eventType, hideCaster, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags, spellID, spellName, _, extraskillID, extraskillname = ...;
to:
Code:
local timestamp, eventType, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, spellName, _, extraskillID, extraskillname = ...;
Report comment to moderator  
Reply With Quote
Unread 05-04-11, 01:27 AM  
materia
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
possible to make it spam gchat instead?
Report comment to moderator  
Reply With Quote
Unread 05-03-11, 04:23 PM  
.e-
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Originally posted by Snoweh
I don't have an active account on WOW to do the tests, however your welcome to let me know if http://dl.dropbox.com/u/21997154/sInterrupt.zip fixes it
It seems to work, thank you!

However, I believe on line 21 you meant "Alterac Valley" instead of "Alterac Vally".
Report comment to moderator  
Reply With Quote
Unread 05-03-11, 04:50 AM  
Snoweh
A Cyclonian
 
Snoweh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 79
Uploads: 1
I don't have an active account on WOW to do the tests, however your welcome to let me know if http://dl.dropbox.com/u/21997154/sInterrupt.zip fixes it
Report comment to moderator  
Reply With Quote
Unread 05-03-11, 02:54 AM  
Crusader86
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Please update it!
Report comment to moderator  
Reply With Quote
Unread 04-30-11, 06:59 PM  
Masoa
A Murloc Raider
 
Masoa's Avatar

Forum posts: 5
File comments: 28
Uploads: 0
Please update for 4.1

The addon doesn't work anymore for the 4.1 patch.
__________________
Current Main
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 02:55 AM  
Karudon
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 64
Uploads: 4
Originally posted by artiq
Due to delay this addon sometimes seem to announce that I interrupted even though I missed. This happens when I kick very late of the cast. Is it something that may be fixed by checking combat log or something?
you hit, but to late(latency) but he have the silence
Report comment to moderator  
Reply With Quote
Unread 01-19-11, 09:38 AM  
Snoweh
A Cyclonian
 
Snoweh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 79
Uploads: 1
Originally posted by nobbe
Fairly sure that this is a bug in the combat text - msct announces interrupts for me as well sometimes even when I'm too late.
Pretty much this.
Report comment to moderator  
Reply With Quote
Unread 01-18-11, 06:06 PM  
nobbe
A Kobold Labourer

Forum posts: 1
File comments: 7
Uploads: 0
Originally posted by artiq
Due to delay this addon sometimes seem to announce that I interrupted even though I missed. This happens when I kick very late of the cast. Is it something that may be fixed by checking combat log or something?
Fairly sure that this is a bug in the combat text - msct announces interrupts for me as well sometimes even when I'm too late.
Report comment to moderator  
Reply With Quote
Unread 01-18-11, 11:59 AM  
artiq
A Kobold Labourer

Forum posts: 1
File comments: 34
Uploads: 0
Due to delay this addon sometimes seem to announce that I interrupted even though I missed. This happens when I kick very late of the cast. Is it something that may be fixed by checking combat log or something?
Report comment to moderator  
Reply With Quote
Unread 01-18-11, 05:03 AM  
Snoweh
A Cyclonian
 
Snoweh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 79
Uploads: 1
Re: Strangulate

Originally posted by unstoppixel
When it displays the my interrupt text, it works great for Mind Freeze, but when I use Strangulate, it just calls it "interrupt". Thought you might wanna check that out.

Thanks and keep up the great work!
i did explain this a few posts down, the spellid is pulled properly, but seems to come back as interrupt for various spells aswell.
Report comment to moderator  
Reply With Quote
Unread 01-16-11, 04:20 PM  
unstoppixel
An Aku'mai Servant
 
unstoppixel's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 37
File comments: 131
Uploads: 2
Strangulate

When it displays the my interrupt text, it works great for Mind Freeze, but when I use Strangulate, it just calls it "interrupt". Thought you might wanna check that out.

Thanks and keep up the great work!
__________________
Report comment to moderator  
Reply With Quote
Unread 01-15-11, 02:49 AM  
nobbe
A Kobold Labourer

Forum posts: 1
File comments: 7
Uploads: 0
Re: Re: How to make it work in BGs

No rush though, the addon is nice and neat as it is though! Cudos for making it. Been getting some nice feedback on my interrupts and spellsteals from guildmembers.

Maybe there could be an option to announce remove hex / cleanses and such as well? Food for thought!

Originally posted by Snoweh
I've yet to learn about coding a gui to config some options, it's something I've not had time to get around to just yet. Once that is done, and I've managed to get the silly savedvariables stuff working I can assure you the majority of options will be there
Report comment to moderator  
Reply With Quote
Unread 01-12-11, 05:00 AM  
Snoweh
A Cyclonian
 
Snoweh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 79
Uploads: 1
Re: How to make it work in BGs

Originally posted by nobbe
I edited the code for it to be working in BGs in following fashion:

Replaced
Code:
if (ZoneName == "Tol Barad") or (ZoneName == "Wintergrasp") or (ZoneName == "Alterac Vally") or (ZoneName == "Arathi Basin") or (ZoneName == "Eye of the Storm") or (ZoneName == "Isle of Conquest") or (ZoneName == "Strand of the Ancients") or (ZoneName == "The Battle for Gilneas") or (ZoneName == "Twin Peaks") or (ZoneName == "Warsong Gulch") then
With:
Code:
if (ZoneName == "Tol Barad") or (ZoneName == "Wintergrasp") then
Would be nice if there was an option for this though. Seeing as interrupts in premades and rated BGs would be valuable information for your teammates.
I've yet to learn about coding a gui to config some options, it's something I've not had time to get around to just yet. Once that is done, and I've managed to get the silly savedvariables stuff working I can assure you the majority of options will be there
Last edited by Snoweh : 01-12-11 at 07:17 AM.
Report comment to moderator  
Reply With Quote
Unread 01-12-11, 01:01 AM  
nobbe
A Kobold Labourer

Forum posts: 1
File comments: 7
Uploads: 0
How to make it work in BGs

I edited the code for it to be working in BGs in following fashion:

Replaced
Code:
if (ZoneName == "Tol Barad") or (ZoneName == "Wintergrasp") or (ZoneName == "Alterac Vally") or (ZoneName == "Arathi Basin") or (ZoneName == "Eye of the Storm") or (ZoneName == "Isle of Conquest") or (ZoneName == "Strand of the Ancients") or (ZoneName == "The Battle for Gilneas") or (ZoneName == "Twin Peaks") or (ZoneName == "Warsong Gulch") then
With:
Code:
if (ZoneName == "Tol Barad") or (ZoneName == "Wintergrasp") then
Would be nice if there was an option for this though. Seeing as interrupts in premades and rated BGs would be valuable information for your teammates.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.