I’ve been encountering an issue a lot with this newest season. It seems when the automule goes to make the muling game, it frequently gets a waiting in line for 800 or so. Unfortunately before this time passes and the mule makes the game, it times out and the bots return the error “No response from mule profile.” and the mule closes out before it has an opportunity to do anything. What could I change to increase this delay so that muling happens successfully?
maybe you should try to increase the value from this line https://github.com/blizzhackers/kolbot/blob/master/d2bs/kolbot/libs/AutoMule.js#L244
to not get other restrictions from using automule, try to increase this value https://github.com/blizzhackers/kolbot/blob/master/d2bs/kolbot/libs/AutoMule.js#L400 up to 2 minutes (120000 ms)
and maybe this value https://github.com/blizzhackers/kolbot/blob/master/d2bs/kolbot/libs/AutoMule.js#L276 should be increased from 150 to 180
1 Like
someone was thinking the same.
increased failcount by jaenster · Pull Request #24 · blizzhackers/kolbot · GitHub was just merged.
now default value is 260, instead previous 60.
Thanks mf, will try this, seems reasonable that it should fix the problem.