[MM Hunter] Arcane shot issue
lexic93 opened this issue ยท 4 comments
Dunno if thats broken or something but why the addon shows "use arcane shot" when you are over 100+ focus.. even 130 and that leaves when you hit the proc for marked shot window
Try change line 473:
if IsCastableP(S.AimedShot) and PlayerFocusPredicted() + Player:FocusCastRegen(S.AimedShot:ExecuteTime()) > Player:FocusMax() and not Player:Buff(S.SentinelsSight) then
and 357:
if IsCastableP(S.AimedShot) and PlayerFocusPredicted() + Player:FocusCastRegen(S.AimedShot:CastTime()) > Player:FocusMax() and not Player:Buff(S.SentinelsSight) then
Fixed in 5aae92a