kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 332 forks source link

Bot opens odd Black Diablo Window #576

Open franva opened 6 years ago

franva commented 6 years ago

The odd Black Diablo Window looks like this one: image

And then the bot stops!

Please help~!

thebartez commented 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" ;)

winston-fan-webjet commented 6 years ago

@thebartez thanks for the tips

yharahuts commented 6 years ago

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.

yharahuts commented 6 years ago

It's not helping since me.cancel() do not close this bugged window. Any other ideas?

image

noah- commented 6 years ago

have you updated since this: https://github.com/kolton/d2bot-with-kolbot/commit/652a1d7611e640aef7340dce5892f57940f06fbf?

Still getting this bug?

yharahuts commented 6 years ago

Will try, thank you.