- Version of KissAssist.mac?
- v12.002
- When did your problem start?
- Last Week
- Character Role?
- PullerTank
- What class is having this issue?
- Shaman
- How often does this issue occur?
- Always
- Can you reproduce the issue?
- Yes, set debuffall on and then move the character to force interrupt. The outcome will be a success still.
Hi - the syntax for parsing interrupts is incorrect in the Macros/kissassist file. Lines 71/72 need to also have:
Otherwise interrupts are registered as successes.
This solved about 90% of my issues with interrupts being registered as successes. I still have an issue every now and then but I assume it is an edge case logic that defaults to success (my shaman is tanking and melee'ing)
More detail here: https://www.redguides.com/community...urning-wrong-value-cast-success-always.81492/
#Event CAST_INTERRUPTED "Your #*# spell is interrupted."Otherwise interrupts are registered as successes.
This solved about 90% of my issues with interrupts being registered as successes. I still have an issue every now and then but I assume it is an edge case logic that defaults to success (my shaman is tanking and melee'ing)
More detail here: https://www.redguides.com/community...urning-wrong-value-cast-success-always.81492/

