HeroRotation

HeroRotation

5M Downloads

[Bug]: WW switching distance bug

Dragonfo opened this issue ยท 5 comments

commented

What version of HeroRotation are you using?

11.0.2.20

What version of HeroLib are you using?

11.0.2.05

What version of HeroDBC are you using?

11.0.2.02

What is the issue?

The character stands right there as shown, and asks to switch to long-range targets. And can stop the rotation.
image

Icon Behavior

None

commented

Where is the monk in this screenshot? The addon checks for targets within 8 yards of the player, not from the target (for melee, ranged classes are treated differently).

commented

I circled the monk on purpose, which was clearly shown. The addon recommends switching only to players so far away. If there are no players, the recommendation works correctly.

commented

Even after you point that out, the player is hardly visible in that screenshot. I'll assume that's what the red box is supposed to be surrounding.

The addon doesn't consider players. It only considers hostile targets (or targets that can be attacked, rather). For Monks, only the 8 yards surrounding the player are considered. This may be related to a range checking issue that has been occurring. I believe it's due to an undocumented change on Blizzard's end, whether an actual change or change in how addon code is loaded. I'm currently debugging that issue. Once I can fix that, we'll see if it fixes your issue.

commented

Update HeroDBC to version 11.0.2.03, and let me know if it's still a problem.