Download
(2Kb)
Download
Updated: 10-27-10 12:44 AM
Pictures
File Info
Updated:10-27-10 12:44 AM
Created:01-03-10 10:45 AM
Downloads:4,071
Favorites:14
MD5:

Interrupt

Version: 1.4
by: evl [More]

Interrupt announcer

Configuration

Copy config.lua.sample to config.lua and modify as required.

Features

  • Announces to any chat type or custom channel
  • Ignores any announcements from anyone not in your party/raid/battleground (if they are running this addon)

See http://github.com/evl/Interrupt/commits/master/
Optional Files (0)


Post A Reply Comment Options
Unread 12-09-10, 01:28 PM  
Verdandi
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Thanks for the reply!

On login/reload, I'm getting the following Lua error:

Message: Interface\AddOns\evl_Interrupt\evl_Interrupt.lua:21: '}' expected (to close '{' at line 14) near '['
Time: 12/09/10 14:25:15
Count: 1
Stack:
Locals:
Edit: Nevermind, it seems it just doesn't like that I added extra spells. I'll have to look at adding them more smoothly later, since the default list isn't exhaustive anymore.
Last edited by Verdandi : 12-10-10 at 01:04 PM.
Report comment to moderator  
Reply With Quote
Unread 12-09-10, 09:26 PM  
zoktar
A Cliff Giant
AddOn Compiler - Click to view compilations

Forum posts: 72
File comments: 262
Uploads: 1
is it possible to have it only say "interupted spell" or "interupt failed"

less spammy. cheers.

edit: or "mindfreezed spell", "mindfreeze failed"
Last edited by zoktar : 12-09-10 at 09:28 PM.
Report comment to moderator  
Reply With Quote
Unread 12-13-10, 01:19 AM  
evl
A Kobold Labourer
 
evl's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 65
Uploads: 8
Originally posted by zoktar
is it possible to have it only say "interupted spell" or "interupt failed"

less spammy. cheers.

edit: or "mindfreezed spell", "mindfreeze failed"
Sadly my addons were never designed to be user friendly. They are however tinkerer friendly, if you can operate a text-editor this stuff is pretty easy.

1. Find text you want to replace
2. Change
Report comment to moderator  
Reply With Quote
Unread 12-26-10, 01:08 AM  
SamppaAddonnoob
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Hello. Might be dumb question, why my gouge, blind, kidney wont say anythging when i interrupt enemy spells?

I put these on lua:

local config = addon.config
local frame = CreateFrame("Frame")
local interruptSpells = {
[408] = "Kidney Shot",
[2094] = "Blind",
[1776] = "Gouge",
[1766] = "Kick",
[47528] = "Mind Freeze",
[6552] = "Pummel",
[72] = "Shield Bash",
[2139] = "Counterspell",
[57994] = "Wind Shear"
Report comment to moderator  
Reply With Quote
Unread 01-05-11, 01:31 AM  
evl
A Kobold Labourer
 
evl's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 65
Uploads: 8
Originally posted by SamppaAddonnoob
Hello. Might be dumb question, why my gouge, blind, kidney wont say anythging when i interrupt enemy spells?

I put these on lua:

local config = addon.config
local frame = CreateFrame("Frame")
local interruptSpells = {
[408] = "Kidney Shot",
[2094] = "Blind",
[1776] = "Gouge",
[1766] = "Kick",
[47528] = "Mind Freeze",
[6552] = "Pummel",
[72] = "Shield Bash",
[2139] = "Counterspell",
[57994] = "Wind Shear"
The variable name is a bit misleading, that's a list of spells that will report a miss if you fail to interrupt something. So far I've avoided reporting anything but actual interrupt spells since it gets very, very spammy.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: