You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Respond faster to "Stop" during zoomout.
* Fixed CheckZoomOut reset.
* Converted some coords to use offsets.
* Laboratory Last Page, 5 columns coordinates.
* Fixed TH Weapon Level.
* Clan Capital : Just Green Bar check for upgrades not started yet.
* Remove tutorial checks for Clan Capital (Bringed some false postive).
* Fixed Drag Rider Training when 2 unlocked Elixir Super Troops.
* Fixed "Any siege" option in scripted attacks.
* MultiCheck For Sieges level before attacks.
* Add CCSPL optionnal command for scripted attacks.
* Added GetDiamondFromRect2
* Added Amazon CoC to Distributors List - temporary removed Google
* Change default to Amazon
* Added Skeleton Park District Support.
* Clan Capital : Remove Green Bar Progression Check for Prioritized not started yet.
* Fixed OCR for Heroes Upgrades Cost.
* Improve Resource Detection for Wall Upgrade (Home village).
* Added Tombs to decoration list (Clan Capital).
* Added Super Miner.
* Improve Dead Eagle Detection.
* Added game distribution reset button.
* Fixed SCID login screen.
* Added Siege OCR template.
* Reduced StoneJS image tolerance.
* Added reset message if bot failed to find CoC.
* Added 'Connection Error' template and adjusted some obstacles checks.
* Fixed OCR Level 0 Read When "Any siege".
* Typo and addings for donate keywords.
Copy file name to clipboardExpand all lines: COCBot/GUI/MBR GUI Control Child Misc.au3
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -383,6 +383,40 @@ Func btnResetBuilding()
383
383
AndroidShield("btnResetBuilding") ; Update shield status due to manual $g_bRunState
384
384
EndFunc;==>btnResetBuilding
385
385
386
+
Func btnResetDistributor()
387
+
Local$wasRunState=$g_bRunState
388
+
$g_bRunState=True
389
+
While1
390
+
If _Sleep(500) ThenReturn; add small delay before display message window
391
+
392
+
_ExtMsgBoxSet(1+64, $SS_CENTER, 0x004080, 0xFFFF00, 12, "Comic Sans MS", 600)
393
+
Local$stext=@CRLF& GetTranslatedFileIni("MBR Popups", "Reset_Distributor_info", "Click OK to Reset Game Distributor,") &@CRLF&@CRLF&_
394
+
GetTranslatedFileIni("MBR Popups", "Bot_will_exit", "NOTE =>> Bot will exit and need to be restarted when complete") &@CRLF&@CRLF& GetTranslatedFileIni("MBR Popups", "Cancel_to_exit", "Or Click Cancel to exit") &@CRLF
Local$stext=@CRLF& GetTranslatedFileIni("MBR Popups", "Sure_Game_Distributor_Info", "Are you 100% sure you want to reset Game Distributor information ?") &@CRLF&@CRLF&_
399
+
GetTranslatedFileIni("MBR Popups", "Reset_then_restart_bot", "Click OK to Reset and then restart the bot (manually)") &@CRLF&@CRLF& GetTranslatedFileIni("MBR Popups", "Cancel_to_exit", -1) &@CRLF
0 commit comments