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,127
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 01-05-11, 10:58 AM  
oalex
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 110
Uploads: 1
Hi, Thanks for this handy addon.

On the same note (should be really easy for you to mod), could you please make a version (or add option) for mages spell steal to be reported in party.

There is no such addon and I would love it. That is if a mage successfully steals a spell from mob, same way, as interrupt, to report the click-able spell link that was stolen.
There are a few mods, that report the spell, but only to self and not party (like mage nuggets).

Really appreciate your consideration.

Alex
Report comment to moderator  
Reply With Quote
Unread 01-05-11, 11:28 AM  
Snoweh
A Cyclonian
 
Snoweh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 79
Uploads: 1
Originally posted by oalex

On the same note (should be really easy for you to mod), could you please make a version (or add option) for mages spell steal to be reported in party.
Added
Last edited by Snoweh : 01-05-11 at 03:15 PM.
Report comment to moderator  
Reply With Quote
Unread 01-05-11, 03:20 PM  
oalex
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 110
Uploads: 1
Originally posted by Snoweh
Added
Sweet and very fast job, thanks!!!
Report comment to moderator  
Reply With Quote
Unread 01-05-11, 03:31 PM  
keLston
A Deviate Faerie Dragon

Forum posts: 11
File comments: 174
Uploads: 0
I'm guessing you want to keep this addon tiny (awesome) but i'm wondering if there was a way to lock where you want it to announce your interrupts (like say if I only wanted to always announce in party regardless of my grouping situation).
Report comment to moderator  
Reply With Quote
Unread 01-05-11, 03:52 PM  
Snoweh
A Cyclonian
 
Snoweh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 79
Uploads: 1
Originally posted by keLston
I'm guessing you want to keep this addon tiny (awesome) but i'm wondering if there was a way to lock where you want it to announce your interrupts (like say if I only wanted to always announce in party regardless of my grouping situation).
I'll look into it.
Report comment to moderator  
Reply With Quote
Unread 01-05-11, 04:23 PM  
Ogryn
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Option to report party only and disable in battlegrounds and it will be best addon of such kind.
Report comment to moderator  
Reply With Quote
Unread 01-05-11, 08:34 PM  
Snoweh
A Cyclonian
 
Snoweh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 79
Uploads: 1
Originally posted by Ogryn
Option to report party only and disable in battlegrounds and it will be best addon of such kind.
Took me a while as i was trying to go about setting the options for specific report locations.
However i've gone and decided to use Basic Lua Edit options for now until i have time to properly read and undertstand the other methods.

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.

I've not fully checked it due to realms going down. However if you have an issue let me know and i'll look into fixing it
Last edited by Snoweh : 01-05-11 at 08:39 PM.
Report comment to moderator  
Reply With Quote
Unread 01-05-11, 11:30 PM  
keLston
A Deviate Faerie Dragon

Forum posts: 11
File comments: 174
Uploads: 0
All reports are ignored in PVP Locations (Wintergrasp, Tol Barad, Battlegrounds, Arena)
haha I kinda wanted the opposite at least for arenas. The rest totally agree with.

But definitely amazing that you're so quick to add in the requests <3
Report comment to moderator  
Reply With Quote
Unread 01-06-11, 01:05 AM  
Areul
A Kobold Labourer

Forum posts: 0
File comments: 119
Uploads: 0
error..
In zhTW servers the chat windows keep on display " combat log entry " ..
Report comment to moderator  
Reply With Quote
Unread 01-06-11, 04:50 AM  
Snoweh
A Cyclonian
 
Snoweh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 79
Uploads: 1
Originally posted by Areul
error..
In zhTW servers the chat windows keep on display " combat log entry " ..
Seems i forgot to remove some debug lines. They are removed now
Originally posted by keLston
haha I kinda wanted the opposite at least for arenas. The rest totally agree with.

But definitely amazing that you're so quick to add in the requests <3
I've also removed the blocking for annoucements in Arena. as they prove more useful (or atleast they do for me).
Update has been pushed out
Last edited by Snoweh : 01-06-11 at 04:53 AM.
Report comment to moderator  
Reply With Quote
Unread 01-06-11, 06:48 AM  
Zelcandor
A Kobold Labourer
 
Zelcandor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 2
Hi there, I've just started trialling this addon to replace I Interrupted That for our raiding. I really love the way your addon displays the information and I'm very happy with it but I would like to ask for two additions:-

1) Is it possible to report Spell Reflects as well as Spell Steals?
2) Is it possible to add an ingame config of some kind? Something as simple as a way to change the output channel from raid to party or say.

I completely understand if you're too busy or reluctant to add this functionality and thanks for a great addon!
Last edited by Zelcandor : 01-06-11 at 06:49 AM.
Report comment to moderator  
Reply With Quote
Unread 01-06-11, 06:49 AM  
Snoweh
A Cyclonian
 
Snoweh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 79
Uploads: 1
Just noticed an issue where "not in a party" is messaged when interrupting solo with all options set on true, trying to resolve this now
Report comment to moderator  
Reply With Quote
Unread 01-07-11, 02:42 AM  
keLston
A Deviate Faerie Dragon

Forum posts: 11
File comments: 174
Uploads: 0
Looking good. Only issue i've run into so far is that it doesn't seem to recognize interrupts that are caused by the Unholy DK ghoul's charge (secondary effect of leap when Dark Transformation is applied) when under the effect of Dark Transformation.
Report comment to moderator  
Reply With Quote
Unread 01-07-11, 03:51 AM  
Snoweh
A Cyclonian
 
Snoweh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 79
Uploads: 1
Originally posted by keLston
Looking good. Only issue i've run into so far is that it doesn't seem to recognize interrupts that are caused by the Unholy DK ghoul's charge (secondary effect of leap when Dark Transformation is applied) when under the effect of Dark Transformation.
The addon tracks the player and not his pet.
It might also be possible that it's the same as a druids Skullbash, which dosn't trigger SPELL_INTERRUPT, in the combat log.
Last edited by Snoweh : 01-07-11 at 03:54 AM.
Report comment to moderator  
Reply With Quote
Unread 01-08-11, 03:12 PM  
Frug
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Tried this yesterday with my hunter.
Great addon but I noticed 2 problems (perhaps they're not though):
  • Scatter shot was not recognized as an interupt, neither was Wyvern Sting (didn't try but on the same page I'm guessing frost trap isn't either)
  • As I interupted with Arcan torrent (BElf racial) the /s message didn't refer to the correct spell it said [Interupt] in place of [Arcane Torrent]
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.