A2TC-YT / afk-class-item-double-chest

120 stars 11 forks source link

Stuck on Character Select #29

Open pacman555000 opened 1 month ago

pacman555000 commented 1 month ago

The program gets stuck during character select when the "NEXT WEEK IN DESTINY!" banner gets displayed. Screenshot 2024-07-26 192814

The reason being on line 1180 Send, {Enter}. When the game gets stuck on the character select screen it will hit enter in an attempt to log out again, but the chat window will force the game to ignore the click that logs back into the character.

My proposed solution would be to just replace line 1180 with

d2_click(500, 430, 0)
Sleep, 150
d2_click(500, 430)

That way it will still log out but won't cause a chat window to pop.

Asha-00 commented 1 month ago

resolved in newest commit