kolton / d2bot-with-kolbot

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

checking version....login process #1927

Open hyunoo0602 opened 5 years ago

hyunoo0602 commented 5 years ago

Sometimes I can't log in with a checking version.

If that phrase appears, I want to wait indefinitely after logging out.

Where should I modify or add d2botlead.dbj?

mf022 commented 5 years ago

First of all, did you try to add https://github.com/blizzhackers/documentation/blob/master/kolbot/FAQ.md#how-to-avoid-checking-versions-issue ?

optionally you can randomize the timers from starter script - https://github.com/blizzhackers/documentation/blob/master/kolbot/MultiBotting.md#randomize-the-timers

If that phrase appears, I want to wait indefinitely after logging out.

maybe case 11: // Unable To Connect should be edited by adding the stop of that profile, or other actions

        D2Bot.stop(me.profile,true);