Open franva opened 6 years ago
I had a similar issue.
https://github.com/kolton/d2bot-with-kolbot/issues/528
I noticed that it usually happend when bot was interacting with stash after shopping, act v and sometimes act i. I switched "on" packet shopping and now it almost never happens. "Almost" ;)
@thebartez thanks for the tips
Add to Pather.js, line 952:
print("waypoint retry " + (i + 1));
this.moveTo(me.x + rand(-5, 5), me.y + rand(-5, 5));
Packet.flash(me.gid);
me.cancel(); // <--
This will try to close menus after getting 'waypoint retry' error. Not sure, but this must help.
It's not helping since me.cancel()
do not close this bugged window.
Any other ideas?
have you updated since this: https://github.com/kolton/d2bot-with-kolbot/commit/652a1d7611e640aef7340dce5892f57940f06fbf?
Still getting this bug?
Will try, thank you.
The odd Black Diablo Window looks like this one:
And then the bot stops!
Please help~!