hectorgimenez / koolo

Diablo II Resurrected bot written in Go
MIT License
67 stars 38 forks source link

Stuck at Char selection #254

Closed theksk23 closed 1 month ago

theksk23 commented 1 month ago

Details

Bot does start the game, skips intro and resizes window, but then stays in character-selection indefinetly.

The fix for login/char selection ( https://github.com/hectorgimenez/koolo/commit/9457712c3ac7d82053baed25972042b6a42799fe ) did work for me for a day or two, but has since stopped working.

Edit: Did check the following already

Version

a8239be

Logs

time=15:41:42 level=INFO msg="Waiting for character selection screen..."

nydicil commented 1 month ago

You have to update D2R. Launch the game manually by battle.net app and let thr game be updated. Had the same issue. Then update Koolo to newest version

theksk23 commented 1 month ago

that helped indeed, thanks alot!