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
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.
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 mixe3y@gmail.com? 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.
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?
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?
hi, kollektiv.
can u help me with localisation of interruptbar for russian realms?
i try just to change spellnames and realm code ( ruRU ). Addon begin to response on /ib, but it doesn't share cd(
i am a player from korean realm, and i just have happened to watch your 3v3 shadowplay movie.
throughout the movie, not only i noticed that you're quite highly skilled, i also thought your addon, especially this interruptbar and PAB, were nothing short of spectacular.
i found that you localized this addon for spanish, french and german realms. if i can assist you in any ways, would you like to localize this addon for korean realm as well? because it would be awesome.
i add some translations in case you're interested.
자루치기 <= pummel
마법 차단 - 침묵 <= Counterspell - Silenced
주문 잠금 <= Spell Lock
야성의 돌진 효과 <= Feral Charge Effect
발차기 <= kick
by the way, the code for korean realm is koKR i believe.