Highly configurable and responsive World of Warcraft Classic pixel Grind Bot - No DLL injection or memory tampering, just screen capture and input simulation.
187
stars
127
forks
source link
Fix: `FollowRouteGoal` losing target stuck in place #500
While the FollowRouteGoal is active and happen to have found a new target the side activity for looking for new target stops.
However at some point while still in FollowRouteGoal the target may have lost due tagging or non controlled way. During this time the player stuck in place until external event happens.
With the recent timing changes, after successfully Skinning or Herbing a mob and looting it properly it is expected to lose the target which is an automated event which were not been fully awaited.
Fixed an issue while Skinning or Herbing and the cast is in progress, the interrupt event from a melee hit were not been properly detected.
While the
FollowRouteGoal
is active and happen to have found a new target the side activity for looking for new target stops.However at some point while still in
FollowRouteGoal
the target may have lost due tagging or non controlled way. During this time the player stuck in place until external event happens.With the recent timing changes, after successfully Skinning or Herbing a mob and looting it properly it is expected to lose the target which is an automated event which were not been fully awaited.
Fixed an issue while Skinning or Herbing and the cast is in progress, the interrupt event from a melee hit were not been properly detected.