hectorgimenez / koolo

Diablo II Resurrected bot written in Go
MIT License
67 stars 38 forks source link

Pit teleport endless loop #227

Open dmelia opened 2 months ago

dmelia commented 2 months ago

Details

During pit run, sometimes the bot gets stuck in an endless loop trying to teleport past a curve in the map, it just goes back and forth forever, or until the time runs out.

Version

dev

divineblade7 commented 2 months ago

I've run into this quite a bit as well. it seems from the log its trying to get to a mob and is "reducing max attack distance" but it just goes back and forth untill it hits a timeout it seems.

time=13:54:02 level=DEBUG msg="Looks like monster is not reachable, reducing max attack distance."
time=13:54:02 level=DEBUG msg="Looks like monster is not reachable, reducing max attack distance."
time=13:54:03 level=DEBUG msg="Looks like monster is not reachable, reducing max attack distance."
time=13:54:05 level=DEBUG msg="Looks like monster is not reachable, reducing max attack distance.

commit: e0840d6eb2ec1cc4dbb2711717422fd223d1febe

still cant seem to get the latest commit to work for me.

HYPERTONE commented 2 weeks ago

Any fix to this?