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
made me actually start playing around with the scripts myself to add intercept to it, wich i now have and it is perhaps the best addon ever for a resto druid imho!
to add intercept to this addon open the Lua file and type (english client only):
["Intercept Stun"] = {icon="Interface\\Icons\\Ability_Rogue_Sprint",duration = 15},
also make sure u add the "Intercept Stun" to the list below ie:
order = {"Counterspell - Silenced","Spell Lock", "Pummel", "Kick", "Feral Charge Effect", "Intercept Stun"}
Originally posted by Irtuk Hi !
I'm french, and i just downloaded this addon
I tested it, but it just doesn't work for the pummel of the war. It works properly for the counterspell of the mage, the kick of the rogue and the spell lock of the warlock. I didn't test for the druid thing but it just doesn't work for the pummel, and for me it's the most important!
Can you help me ?
Is "Volée de coups" how you spell it in french? I may have gotten the wrong translation.
Hi !
I'm french, and i just downloaded this addon
I tested it, but it just doesn't work for the pummel of the war. It works properly for the counterspell of the mage, the kick of the rogue and the spell lock of the warlock. I didn't test for the druid thing but it just doesn't work for the pummel, and for me it's the most important!
Can you help me ?
I just wanted to thank you for this great mod.I tried Afflicted,since I see comments about it being a MUST for arenas,but at least from a healers perspective,this mod owns.
Small,gives me the most basic information which i need the most,it's easy to configure,and it's useful.And i completely agree with the author,that this mod is complete,doesn't need anything more,otherwise it would be ruined.
Any chance of this being developed into a fullblown enemy cooldown tracker?
I'm aware that many abilities are subject to talents or gear bonuses, but you could set up in the config which assumptions to make. (Most players who would use this would probably set it to highest assumptions (IE: warrior has improved intercept, and gear bonus)
Some assumptions could be based off enemy buffs too.
Such as:
Priest not in shadowform - 30 second fear CD
Priest in shadowform - 26 second fear CD.
Originally posted by kollektiv Yeah the 'e' was missing off the end of "Verrou magique".
If you want to add spells you can open up the file and add the spell under your locale. Follow the examples in the tables. The only thing you'd need to look up is the icon path. You can find them inside LibBabbleSpell or look it up on wowhead.
Updating it now.
No more error, cd's workin, I love you
Thx for information, i ll see if need.
And about a Text on screen to announce when a cd is used, maybe when it's up could be a good idea no ?
Originally posted by r4wthang No problem, thx for this great addon.
Already tryed in english cause afflicted and yours was not working in french.
Can you add a announce thing like: Kick Used ? If it s not already, it wasnt in older one.
Another thing, has i read you dont want to add other spell than interrupt, but is it hard to do add a way to do it by our self ?, you see a "add spell" sections.
Same error:
Interface\AddOns\InterruptBar\InterruptBar.lua:92: attempt to index field '?' (a nil value)
I tryed to remove all files about interruptbar in wtf folder, still getting same error
Yeah the 'e' was missing off the end of "Verrou magique".
If you want to add spells you can open up the file and add the spell under your locale. Follow the examples in the tables. The only thing you'd need to look up is the icon path. You can find them inside LibBabbleSpell or look it up on wowhead.
Already tryed in english cause afflicted and yours was not working in french.
Can you add a announce thing like: Kick Used ? If it s not already, it wasnt in older one.
Another thing, has i read you dont want to add other spell than interrupt, but is it hard to do add a way to do it by our self ?, you see a "add spell" sections.
Same error:
Interface\AddOns\InterruptBar\InterruptBar.lua:92: attempt to index field '?' (a nil value)
I tryed to remove all files about interruptbar in wtf folder, still getting same error