HeroRotation

HeroRotation

5M Downloads

[War Fury] bug of execute 34

jo32 opened this issue ยท 2 comments

commented
if S.Execute:IsReadyP("Melee") then
  if HR.Cast(S.Execute) then return "execute 34"; end
end

not able to cast Execute, sth wrong here

commented

I has sth to do with override.lua, I recover the change like this, it works again:

  if self == SpellFury.Execute then
    return BaseCheck and self:IsUsable()
  elseif self == SpellFury.Charge then
    return (not Target:IsInRange(8) and Target:IsInRange(25))
  else
    return BaseCheck
  end
commented

This is fixed in commit 660ed4f