Roukys / HHauto

GNU General Public License v3.0
43 stars 45 forks source link

Enhancement : please swap the execution of these two operations #1325

Open Dimka2010 opened 1 week ago

Dimka2010 commented 1 week ago

.

Dimka2010 commented 1 week ago

Screenshot_85

I have long observed that the bot often stumbles here and goes to other operations (functions), not finishing as we would all like.

the point is - now the bot first collects the missions it has already made and completed. Then it starts making a new one. But it does not collect second by second, but with a blink of the browser page (a mini-update of the menu in the game) - this is normal. It happens because of these updates on weak computers and weak Internet that it gets stuck on this page for about 2-4 minutes. And if it had first clicked - to complete a mission that has not yet been completed? as I ask. It would have clicked "start mission" a little faster in these "lags" and would not have lingered and would have returned to this page less often in the future.

in my opinion - by swapping - the execution (sequence) of these functions - you would have saved about 1-3 minutes in the bot's work on this page.


how does it work now? first tries to collect the ones already done, and then start performing a new mission.

as I would like? first try to perform a new mission, and then check the ones already done and collect them.