jp-ganis / JPS

Protected LUA DPS Addon
32 stars 46 forks source link

question: does interrupt work for you? #406

Open ghost opened 10 years ago

ghost commented 10 years ago

Hi guys,

I noticed that my DK rotation didn't interrupted today on Galakras HC adds. Do it work for you with other characters/specs?

htordeux commented 10 years ago

look at the function jps.shouldKick(unit) in jpccinterrupt and check if your version contains if not jps.canDPS(unit) then return false end if not jps.Interrupts then return false end

so if jps.Interrupts is false you've not shouldkick

ghost commented 10 years ago

problem with canDPS is that there are some raid mobs you need to interrupt even if they are neutral too you. (UnitIsEnemy)