Download
(954 b)
Download
Updated: 07-22-18 11:29 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:07-22-18 11:29 AM
Created:12-17-10 04:38 PM
Downloads:7,157
Favorites:30
MD5:

Interrupted  Popular! (More than 5000 hits)

Version: 0.52
by: Sideshow [More]



No nonsense, ultra small.
Outputs a message when you interrupt.


To change the output channel: edit the first line in the lua file.

0.52
Updated for BFA

0.51
Toc update

0.3
Bug fix

0.2
Made code more efficient

0.1
Initial release
Post A Reply Comment Options
Unread 01-03-12, 12:51 PM  
Sideshow
A Flamescale Wyrmkin
 
Sideshow's Avatar
AddOn Author - Click to view AddOns

Forum posts: 103
File comments: 321
Uploads: 3
Cool
Last edited by Sideshow : 01-03-12 at 12:51 PM.
Report comment to moderator  
Reply With Quote
Unread 01-02-12, 12:23 PM  
blizzart
A Murloc Raider
 
blizzart's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 111
Uploads: 7
Originally Posted by Sideshow
Originally Posted by Saith90
LF update
did it stop working ?
No. It Works fine in 4.3. No update needet
__________________
Kryptik @ Die Arguswacht
Report comment to moderator  
Reply With Quote
Unread 01-02-12, 05:52 AM  
Sideshow
A Flamescale Wyrmkin
 
Sideshow's Avatar
AddOn Author - Click to view AddOns

Forum posts: 103
File comments: 321
Uploads: 3
Originally Posted by Saith90
LF update
did it stop working ?
Report comment to moderator  
Reply With Quote
Unread 12-01-11, 12:50 PM  
Saith90
A Murloc Raider

Forum posts: 4
File comments: 20
Uploads: 0
LF update
Report comment to moderator  
Reply With Quote
Unread 06-29-11, 09:46 AM  
Snailbait
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
4.2 fix, in Interrupted.lua, replace the OnEvent function with:
Code:
local function OnEvent(self, event, ...)

	if select(2,...) ~= 'SPELL_INTERRUPT' then return end
	if select(5,...) ~= UnitName('player') then return end

	local arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16 = ...

	SendChatMessage('Interrupted ' .. GetSpellLink(arg15), channel)
end
__________________
Report comment to moderator  
Reply With Quote
Unread 12-24-10, 06:33 AM  
korbzz
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Wind shear does trigger the spell_interrupt event. Unfortunately, I don't believe that the feral druid "skull bash" does, hence not working for my main.
Report comment to moderator  
Reply With Quote
Unread 12-22-10, 06:18 AM  
Sideshow
A Flamescale Wyrmkin
 
Sideshow's Avatar
AddOn Author - Click to view AddOns

Forum posts: 103
File comments: 321
Uploads: 3
Originally posted by air
Oh, rly ? Your addon doesn't work for me at all. First i though it's 'cause of macro, but when i interrupted spell directly with Wind Shear it doesn't show anything in "say" channel or anywhere else. I just copied all files to Interface/Addons without any modifications.
i'm not sure if Wind Shear triggers the spell_interrupt event
can anyone help me with this one ? i don't have a shaman
Report comment to moderator  
Reply With Quote
Unread 12-22-10, 01:24 AM  
air
A Kobold Labourer
 
air's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
Originally posted by Sideshow
Not sure what you mean. Thet addon is not used for when you are interrupted
Oh, rly ? Your addon doesn't work for me at all. First i though it's 'cause of macro, but when i interrupted spell directly with Wind Shear it doesn't show anything in "say" channel or anywhere else. I just copied all files to Interface/Addons without any modifications.
Report comment to moderator  
Reply With Quote
Unread 12-21-10, 04:42 AM  
Sideshow
A Flamescale Wyrmkin
 
Sideshow's Avatar
AddOn Author - Click to view AddOns

Forum posts: 103
File comments: 321
Uploads: 3
Not sure what you mean. Thet addon is not used for when you are interrupted
It is for when you interrupt someone else with a true interrupt spell
Report comment to moderator  
Reply With Quote
Unread 12-21-10, 01:32 AM  
air
A Kobold Labourer
 
air's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
One think. I made macro:

#showtooltip Wind Shear
/stopcasting
/cast Wind Shear

And addon doesnt work with it. Do i have to change anythink in .lua file ?
Report comment to moderator  
Reply With Quote
Unread 12-20-10, 04:31 AM  
Sideshow
A Flamescale Wyrmkin
 
Sideshow's Avatar
AddOn Author - Click to view AddOns

Forum posts: 103
File comments: 321
Uploads: 3
Originally posted by wees
SendChatMessage('Interrupted ' .. GetSpellLink(sel(12, ...)), SAY)
but addon dont work
why are you trying to change it ? it already uses the say channel by default

you need to write 'SAY', not SAY
Report comment to moderator  
Reply With Quote
Unread 12-20-10, 04:25 AM  
wees
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
SendChatMessage('Interrupted ' .. GetSpellLink(sel(12, ...)), SAY)
but addon dont work
Report comment to moderator  
Reply With Quote
Unread 12-20-10, 03:29 AM  
Sideshow
A Flamescale Wyrmkin
 
Sideshow's Avatar
AddOn Author - Click to view AddOns

Forum posts: 103
File comments: 321
Uploads: 3
You can change the lua code: the sendchatmessage line could be the following:

SendChatMessage('Interrupted ' .. GetSpellLink(sel(12, ...)) .. ' on ' .. sel(7, ...), channel)
Report comment to moderator  
Reply With Quote
Unread 12-19-10, 08:32 PM  
Oakenwynd
A Kobold Labourer

Forum posts: 1
File comments: 39
Uploads: 0
would it be possible to announce who I casted the interrupt on, I know nothing about writing addons but maybe try adding %t or %f.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: