I hope you don't mind me posting all of the issues that I find and please don't take it the wrong way. I REALLY REALLY enjoy this package that you built for us.
I've noticed that my rogue will constantly switch to other targets near my main focus target to attempt to attack whatever is nearest to it, it seems? It seems to be that it's doing it so rapidly when I spam my keys that it will cause the rogue window to freeze up and sometimes disconnected.
Is there a way for the melee dps to only focus the target that my MT is attacking instead of "tabbing" through all available targets in it's vicinity ?
Even if I pull my MT target far away from the other CCed mobs and call my rogue up.. it will still attempt to "tab target" to find others enemies.
hello ,
try this
function rogue_single()
if IsAltKeyDown() then if IsCurrentAction(72) then UseAction(72) return end end
if not IAmFocus() then
if InCombat() then
if InMeleeRange() then
if TargetInCombat() then
if Stealthed() then cast("Garrote") end
if GetComboPoints()>=1 and not buffed("Slice and Dice","player") then cast("Slice and Dice") end
if GetComboPoints()>=5 then cast("Eviscerate") end
cast("Sinister Strike")
if not IsCurrentAction(72) then UseAction(72) end
end
end
end
end
if IAmFocus() then
if Stealthed() then cast("Garrote") end
if GetComboPoints()>=1 and not buffed("Slice and Dice","player") then cast("Slice and Dice") end
if GetComboPoints()>=5 then cast("Eviscerate") end
cast("Sinister Strike")
if not IsCurrentAction(72) then UseAction(72) end
end
end
rogue only target the toon's focus target .
My rogue seems to be having this issue as well. I have to almost retarget my main target constantly on my tank to force my Rogue to attack the one i want.
Just updating, it seems as if my casters will also switch to other targets that my MT isn't attacking and sometimes attack, break, cc, or the window will freeze up. If I look at their windows, it's as if they are alternating between all targets within range/view. Do I have to take the Main dps target out of LOS from my dpsers?