maxcom99 / clash-of-clans-brokenbot-support

Support tracking for Best CoC Bot BrokenBot
https://brokenbot.org
2 stars 0 forks source link

Wait-before-next delay timer should happen AFTER logging/displaying the base data (gold/elixir/DE) #35

Open hlygrail opened 7 years ago

hlygrail commented 7 years ago

In the Advanced tab, under Speed, there's a setting for number of seconds before clicking Next while searching. When this is set to anything but zero, there is a delay... but the delay happens this way:

click Next

click Next ... This needs to be switched so that the data is shown in the log panel and THEN the delay occurs. Part of the reason for this delay is to prevent the dropped connection, but a significant part is also to allow a human who's watching to intervene if he/she wants to manually attack a base being shown. Unfortunately, you have to make that decision today before you can see the "math" that BrokenBot has already done against that base. Thus, this should be the order of operations: click Next <<<<< *after* the base data logging click Next ...