kolton / d2bot-with-kolbot

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

leader dont wait for mule #2575

Open Deviter opened 4 years ago

Deviter commented 4 years ago

Hi there.

this days whit lines around 4 k my leader bot start to fail cause he dont wait for mule profile. in past days leader wait for around 2k or 3k in line but now 4k appears to be excesive for him, any idea about how can i fix this pls.

gtoilet commented 4 years ago

https://github.com/kolton/d2bot-with-kolbot/issues/2552

hutber commented 4 years ago

Two main things will affect on that issue:

Increase the lenght of your games Increase your wait in line time out Bingo. There are 3 lines in the d2botlead.dbj file. I increased the accepted times like this and it worked like a charm.

ConnectingTimeout: 600, // Seconds to wait before cancelling the 'Connecting...' screen PleaseWaitTimeout: 600, // Seconds to wait before cancelling the 'Please Wait...' screen WaitInLineTimeout: 600, // Seconds to wait before cancelling the 'Waiting in Line...' screen