-
Posted by revilated on Fri, 15 Mar 2013 17:59:20
I have a problem with tracking "Penance" interrupt. I use "SPELL_INTERRUPT" for this and it works perfectly for any other spell but when im trying to interrupt "Penance" it doesnt fire. Are there any solutions for this problem?
-
Posted by stolenlegacy on Sat, 16 Mar 2013 07:27:45
Yes, channeled spells behave quite wierdly in some regards.
I assume you're using
COMBAT_LOG_EVENT
'sSPELL_INTERRUPT
? TryUNIT_SPELLCAST_INTERRUPTED
instead. -
Posted by revilated on Sat, 16 Mar 2013 10:02:59
Yes, I'm. I've thought about using
UNIT_SPELLCAST_INTERRUPTED
but I also need to know the source an interrupt comes from. -
Posted by jnwhiteh on Tue, 19 Mar 2013 12:06:46
Run /eventtrace and see what events fire
-
Posted by revilated on Tue, 19 Mar 2013 12:43:12
Oh, thx I'll try