Jump to content
Sign in to follow this  
glonglon

Interrupt track addon.

Recommended Posts

I really miss addons like I Interrupt that or Interruptbar that let you know if your juke attempt was successfull or if you successfully interrupted a spell.

Is there anything similar for vanilla ?

Thanks in advance for your reply,

Regards.

Edited by glonglon

Share this post


Link to post
Share on other sites
19 hours ago, Shino said:

There is no way to know if you actually interrupted something.

There is a sub event fired under CHAT_MSG_SPELL_SELF_DAMAGE for interrupts. But it seems like it only works against players not creatures.

 

Edit: Made a quick interrupt announce script here if anyone need this for pvp. Just copy it into an existing addon's lua file and it should work.

Edit2: For interruptbar you have cdframes. If you configure it properly it'll look exactly the same

Edited by reflect

Share this post


Link to post
Share on other sites
6 hours ago, reflect said:

There is a sub event fired under CHAT_MSG_SPELL_SELF_DAMAGE for interrupts. But it seems like it only works against players not creatures.

 

Edit: Made a quick interrupt announce script here if anyone need this for pvp. Just copy it into an existing addon's lua file and it should work.

Edit2: For interruptbar you have cdframes. If you configure it properly it'll look exactly the same

Yep, there is. For Counterspell only though as far as I know.

Share this post


Link to post
Share on other sites
1 hour ago, Shino said:

Yep, there is. For Counterspell only though as far as I know.

Oh that's right actually. Thought it worked for every interrupt ability :(

Edited by reflect

Share this post


Link to post
Share on other sites
5 minutes ago, reflect said:

Oh that's right actually. Thought it worked for every interrupt ability :(

I wished that this event would work for all interrupts as well, but my dreams were crushed haha :D

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×