ScripterQQ 89 Posted January 28, 2019 Share Posted January 28, 2019 Hello, I want to implement in my addon an announce that writes in party when I get interrupted in the Holy school, so I created a frame, registered event "COMBAT_LOG_EVENT_UNFILTERED" and checked for the "SPELL_INTERRUPT" firing. Works good, nothing to complain. Problem is Penance, not only is a channeled spell, but also it belongs to "Discipline" school, which doesn't exists in the wow school database (only Holy/Nature/Shadow, etc) but I think this is not a real problem. The main problem is with Penance (didn't test with other channeled spell but I believe it's the same), in the /eventtrace, I don't see the "SPELL_INTERRUPT" firing, when kicked. I see only something like "SPELL_FAILED" but that fires even if you stop the spell manually (for example 1 tick penance fake cast). So how can I keep trace of the Penance (and other channeled spells) being interrupted? I found only this and of course it has no replies or solutions: https://eu.battle.net/forums/en/wow/topic/1622868793 Thanks for reading 435 1 Link to comment https://wrobot.eu/forums/topic/10725-announce-interrupts-lua-script/ Share on other sites More sharing options...
Matenia 628 Posted January 28, 2019 Share Posted January 28, 2019 99.99% sure that's a bug with your server not firing the correct event, warmane has never been too thorough with that Link to comment https://wrobot.eu/forums/topic/10725-announce-interrupts-lua-script/#findComment-51146 Share on other sites More sharing options...
ScripterQQ 89 Posted January 28, 2019 Author Share Posted January 28, 2019 I read somewhere else (maybe in blizz official forum) that is a common issue, I don't know what to do honestly. Link to comment https://wrobot.eu/forums/topic/10725-announce-interrupts-lua-script/#findComment-51163 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now