Download
(3Kb)
Download
Updated: 10-19-08 04:08 PM
Pictures
File Info
Updated:10-19-08 04:08 PM
Created:unknown
Downloads:117,384
Favorites:140
MD5:

InterruptBar  Popular! (More than 5000 hits)

Version: 1.16
by: kollektiv [More]

A basic mod that tracks enemy abilities: Feral Charge, Counterspell, Pummel, Kick, and Spell Lock on a neat little bar.

Left Click the bar to move it. Go to the options to lock the bar. You can also hide buttons until they're active.

/ib for options.

In the options you can make it so the bar only shows when an ability is fired.

Will I add more abilities? No, it's pretty much complete to me.

If you want to change the order or remove x out of 5 abilities then open InterruptBar.lua and edit table order.

Adding new abilities isn't intended.

To edit the order of abilities open InterruptBar.lua and change the order of the numbers in the 'order' table. Each number is labeled indicating what spell it is.

Changelog
1.16
- Updated for 3.0
- Added Deathknight "Mind Freeze" interrupt
- Feral Charge - Cat will trigger a 30s cooldown and Feral Charge - Bear will trigger a 15s cooldown.

1.15
- Fixed a typo
1.14
- Fixed order tables for Spanish and French clients

1.13
- Fixed stupid mistake

1.12
- Fixed Counterspell
- Should work with English, German, French, and Spanish clients
1.11
- Fixed a huge bug, should work now =D

1.1
Updated for 2.4
Pulse removed, replaced with a cooldown clock instead

Post A Reply Comment Options
Unread 02-21-11, 03:45 AM  
Synthesis
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
kollektiv, I enter the command /ib, but it's not showing up. It doesnt work at all on russ realms
Report comment to moderator  
Reply With Quote
Unread 09-04-10, 05:58 AM  
MustDiee
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Where can i download interrupt bar for 2.4.3?
Report comment to moderator  
Reply With Quote
Unread 05-03-10, 12:03 PM  
strickland
A Cyclonian

Forum posts: 40
File comments: 195
Uploads: 0
can I make this bar Vertical and not Horizontal? is there a way to make this happen? ty
Report comment to moderator  
Reply With Quote
Unread 02-15-10, 04:34 AM  
Kelvin
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
i have a problem with this addon, it only works whenever it feels like -.- ex. everytime i log on it has about a 40% chance to work
Report comment to moderator  
Reply With Quote
Unread 02-06-10, 02:05 AM  
Bizerk
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 81
Uploads: 1
I'm using omniCC with this addon and i get 2 cooldowns running for each spell.
Report comment to moderator  
Reply With Quote
Unread 07-07-09, 12:58 AM  
blecap
A Defias Bandit

Forum posts: 2
File comments: 16
Uploads: 0
I /ib for options but it's not showing up.
Report comment to moderator  
Reply With Quote
Unread 07-04-09, 03:08 PM  
Lucyon
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
For those wanting to add more spells to the addon I finally figured it out.

Code:
local spellids = {[6552] = 10, [2139] = 24, [19647] = 24, [16979] = 15, [1766] = 10, [47528] = 10}
The numbers here embedded in [xxx] is the ID number of the spells, the " = 10" is the cooldown of the spell. If you want to add new spells go to wowhead, search for a spell, and on the end of the weblink of the spell there are a bunch of numbers, these are the Id number of the spell.

Add those numbers in this way: [xxxx] = yy

X being the ID number, y being the cooldown of the spell.

After adding that number to the line above and also add it the this line (but without the cooldown):
Code:
local order = {6552, 2139, 19647, 1766, 47528, 16979}
After that you should have another spell on your bar.
Last edited by Lucyon : 07-04-09 at 03:10 PM.
Report comment to moderator  
Reply With Quote
Unread 06-30-09, 10:48 PM  
ßlink
A Deviate Faerie Dragon

Forum posts: 19
File comments: 50
Uploads: 0
just a question, why no earthshock?
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 04:25 AM  
Mixe3y
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Hi kollektiv!
Could you cr8 a small modification of this addon? My reason is that, I use OmniCC and there will be 2 number in every icons on IB.
So what I need? InterruptBar, without numbers. Could you send it to [email protected]? Or if you write me that which lines should I delete in the source code of the addon that would be enough too.
Thank you.

Best wishes, Mixe3y

(ah and sorry for my english )
Report comment to moderator  
Reply With Quote
Unread 01-22-09, 05:47 AM  
desp
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 5
Uploads: 2
hi Kollektiv,

I really like the addon, but i'd love to see the following improvements:

- Make an option to auto-disable the mod if the player is not in an arena
- Make the buttons compatible with ButtonFacade
Report comment to moderator  
Reply With Quote
Unread 01-17-09, 06:15 PM  
kollektiv
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 46
Uploads: 6
Originally posted by Chrom
zer0co0l +1
Kollektiv, could you please help us to adaptate this addon for rus realms. Tell us if u need translation or smthng.
Does the mod just not work at all on Russian realms?
Report comment to moderator  
Reply With Quote
Unread 01-15-09, 02:32 AM  
Chrom
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
zer0co0l +1
Kollektiv, could you please help us to adaptate this addon for rus realms. Tell us if u need translation or smthng.
Report comment to moderator  
Reply With Quote
Unread 01-14-09, 11:05 AM  
Superpriest
A Kobold Labourer

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

I tried the bar out in 2v2 and really liked it, but how would it work if you were to fight, say, a 2 rogue team? Would it be possible to have Earth Shock added to the list?
Report comment to moderator  
Reply With Quote
Unread 10-22-08, 08:25 AM  
noobj
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 10
Uploads: 1
just wondering if its possible to set the option for the bar to be vertical instead of horizontal
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 03:35 AM  
noobj
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 10
Uploads: 1
Originally posted by kollektiv
Updated it with some new abilities.
thanks SO MUCH !! I LOVE YOU !
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: