HeroRotation

HeroRotation

5M Downloads

[MM Hunter] Arcane shot issue

lexic93 opened this issue ยท 4 comments

commented

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

commented

any update on this fix? experience this same bug constantly.

commented

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
commented

can confirm this fix works ๐Ÿ‘

should push to live

commented

Fixed in 5aae92a