kolton / d2bot-with-kolbot

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

d2bs ,waypoint connect interrupted, help me #335

Closed diz309 closed 6 years ago

diz309 commented 6 years ago

I am not so good at English.

So please be good to understand my awkward English.

here ,my problem

•Bot logs in, joins game. Connection interupted when taking the waypoint. Sometimes before, sometimes after.

how make it fix to pather.js ?

help me plz.

DiaLover commented 6 years ago

패서문제가 아닙니다 캐릭터이니에서 변경해주세요

diz309 commented 6 years ago

어디를 손봐야 하나요?

dhorie commented 6 years ago

Any news?

WiZzMaN47 commented 6 years ago

I havent used bot in a while now but what does the error say?

On Jan 31, 2018 4:11 PM, "dhorie" notifications@github.com wrote:

Any news?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kolton/d2bot-with-kolbot/issues/335#issuecomment-362102421, or mute the thread https://github.com/notifications/unsubscribe-auth/AIrd0-pM19pH6aaVZAB6xibw3THXHLAVks5tQPMWgaJpZM4RrIy0 .

dhorie commented 6 years ago

•Bot login, create game, buy some pots and get Connection interupted when taking the waypoint.

I fix this turning off an option in Char Config BUT this making me wait 5 minutes each game with create games in line but i dont know if that is the best choice.

diz309 commented 6 years ago

@dhorie how can i do?

diz309 commented 6 years ago

@DiaLover 어떻게 해야하나요?

diz309 commented 6 years ago

@WiZzMaN47 BOT Connection interupted when click the waypoint.

whty541 commented 6 years ago

Config.PacketCasting = 0; // 0 = disable, 1 = packet teleport, 2 = full packet casting. Config.WaypointMenu = false; // Set to true for Single and private realms

change to:

Config.PacketCasting = 2 Config.WaypointMenu = true;

diz309 commented 6 years ago

@whty541 thx sir

Pedro98765 commented 6 years ago

@whty541 thx so much you fixed my problem aswell