glonglon 0 Report post Posted April 1, 2017 (edited) 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 April 1, 2017 by glonglon 0 Share this post Link to post Share on other sites
Shino 27 Report post Posted April 1, 2017 There is no way to know if you actually interrupted something. 0 Share this post Link to post Share on other sites
reflect 3 Report post Posted April 2, 2017 (edited) 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 April 2, 2017 by reflect 0 Share this post Link to post Share on other sites
Shino 27 Report post Posted April 2, 2017 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. 0 Share this post Link to post Share on other sites
reflect 3 Report post Posted April 2, 2017 (edited) 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 April 2, 2017 by reflect 0 Share this post Link to post Share on other sites
Shino 27 Report post Posted April 2, 2017 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 0 Share this post Link to post Share on other sites