Skip to content

Commit d4c8dd3

Browse files
author
MonkeyHunter
committed
* v8.1.5
* Improved OCR Army Capacity. * Fixed Quick Train. * Improved Donate window detection and OCR. * Improved Clan Games Reward detection. * Improved Weak Bases detection. * Improved Quick Train (Partial Army Training support). * Improved BattleCopter detection. * Improved donate slot detection in some cases. * Added Wall level 17 templates. * Changed Lib for BB Troop upgrade time. * Changed ClickDrag amplitude for troop training. * Improved 1x red detection in queued troops. * Improved Super Archer detection in queued troops. * Added Blacksmith/Equipment Auto upgrade. * Added special temporary save debug image to catch "Big guy" error. * Fixed CC remaining time OCR. * Updated request image for Flame flinger. * Fixed Sneaky Goblin training. * Updated wizard detection in queued troop. * Fixed Super Dragon detection in attack bar. * Improved queue troop OCR. * Clean OCR code and libs. * Improved Wing detection [SwitchWarden Mode]. * Improved Star Bonus detection. * Updated coc-build library. * Improved Balloon detection for training. * Improved BB cost OCR in StarLab. * Changed ClickOnBuilder(). * Change lab upgrade to "Any" after starting user specified upgrade. * Change StarLab upgrade to "Any" after starting user specified upgrade. * Improved Full Storage Detection. * Fixed Heroes level 90+ auto upgrade. * Fixed Grand Warden max level. * Fixed ChangeLanguage(). * Remove incomplete translations from language files for Spells, SuperTroops, Troops, and Sieges; creating translated GUI errors. * Improved Battle Drill and Flame Flinger detection in laboratory sieges upgrade. * Changed TH max level for "Attack up!" CG Event. * Added support for "new" logo on hero equipment. * Improved Heroes health detection [red zone]. * Auto restart emulator on 10 "Android process $sPackage not running" errors. * Improved Wall Breaker detection in queue. * Improved OCR troops count in army tab. * Fixed Rocket Balloon and Dragon Rider detection in army tab. * Added missing recall spell selection save to attack tab. * Changed : Bot won't check CC treasury in the beginning of Locate Upgrades routine. * Fixed couple of troop detection in laboratory. * Fixed uncheck hero auto upgrade when his level is max. * Improved Star Laboratory red cost OCR. * Added Reduce reserved builders for hero upgrade when a hero reaches max level. * Added Of The North Scenery support (Attack Only). * Update Telegram shield info command for new button and window location. * Improved Troops Count and Spells detection in army and train troops tabs. * Improved Star Lab remaining time OCR.
1 parent 28c68ba commit d4c8dd3

File tree

559 files changed

+2235
-1006
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

559 files changed

+2235
-1006
lines changed

CHANGELOG

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
* v8.1.5
2+
* Improved OCR Army Capacity.
3+
* Fixed Quick Train.
4+
* Improved Donate window detection and OCR.
5+
* Improved Clan Games Reward detection.
6+
* Improved Weak Bases detection.
7+
* Improved Quick Train (Partial Army Training support).
8+
* Improved BattleCopter detection.
9+
* Improved donate slot detection in some cases.
10+
* Added Wall level 17 templates.
11+
* Changed Lib for BB Troop upgrade time.
12+
* Changed ClickDrag amplitude for troop training.
13+
* Improved 1x red detection in queued troops.
14+
* Improved Super Archer detection in queued troops.
15+
* Added Blacksmith/Equipment Auto upgrade.
16+
* Added special temporary save debug image to catch "Big guy" error.
17+
* Fixed CC remaining time OCR.
18+
* Updated request image for Flame flinger.
19+
* Fixed Sneaky Goblin training.
20+
* Updated wizard detection in queued troop.
21+
* Fixed Super Dragon detection in attack bar.
22+
* Improved queue troop OCR.
23+
* Clean OCR code and libs.
24+
* Improved Wing detection [SwitchWarden Mode].
25+
* Improved Star Bonus detection.
26+
* Updated coc-build library.
27+
* Improved Balloon detection for training.
28+
* Improved BB cost OCR in StarLab.
29+
* Changed ClickOnBuilder().
30+
* Change lab upgrade to "Any" after starting user specified upgrade.
31+
* Change StarLab upgrade to "Any" after starting user specified upgrade.
32+
* Improved Full Storage Detection.
33+
* Fixed Heroes level 90+ auto upgrade.
34+
* Fixed Grand Warden max level.
35+
* Fixed ChangeLanguage().
36+
* Remove incomplete translations from language files for Spells, SuperTroops, Troops, and Sieges; creating translated GUI errors.
37+
* Improved Battle Drill and Flame Flinger detection in laboratory sieges upgrade.
38+
* Changed TH max level for "Attack up!" CG Event.
39+
* Added support for "new" logo on hero equipment.
40+
* Improved Heroes health detection [red zone].
41+
* Auto restart emulator on 10 "Android process $sPackage not running" errors.
42+
* Improved Wall Breaker detection in queue.
43+
* Improved OCR troops count in army tab.
44+
* Fixed Rocket Balloon and Dragon Rider detection in army tab.
45+
* Added missing recall spell selection save to attack tab.
46+
* Changed : Bot won't check CC treasury in the beginning of Locate Upgrades routine.
47+
* Fixed couple of troop detection in laboratory.
48+
* Fixed uncheck hero auto upgrade when his level is max.
49+
* Improved Star Laboratory red cost OCR.
50+
* Added Reduce reserved builders for hero upgrade when a hero reaches max level.
51+
* Added Of The North Scenery support (Attack Only).
52+
* Update Telegram shield info command for new button and window location.
53+
* Improved Troops Count and Spells detection in army and train troops tabs.
54+
* Improved Star Lab remaining time OCR.
55+
156
* v8.1.4 **
257
* Fixed Legend League Sign-up.
358
* Improved LatinA OCR.

COCBot/GUI/MBR GUI Control Achievements.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; Return values .: None
77
; Author ........: MyBot.run team
88
; Modified ......: CodeSlinger69 (2017)
9-
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2023
9+
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2024
1010
; MyBot is distributed under the terms of the GNU GPL
1111
; Related .......:
1212
; Link ..........: https://github.com/MyBotRun/MyBot/wiki

COCBot/GUI/MBR GUI Control Android.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; Return values .: None
77
; Author ........: MMHK (11-2016)
88
; Modified ......: CodeSlinger69 (2017)
9-
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2023
9+
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2024
1010
; MyBot is distributed under the terms of the GNU GPL
1111
; Related .......:
1212
; Link ..........: https://github.com/MyBotRun/MyBot/wiki

COCBot/GUI/MBR GUI Control Attack Scripted.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; Return values .: None
77
; Author ........: MyBot.run team
88
; Modified ......: CodeSlinger69 (2017), MMHK (01-2008)
9-
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2023
9+
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2024
1010
; MyBot is distributed under the terms of the GNU GPL
1111
; Related .......:
1212
; Link ..........: https://github.com/MyBotRun/MyBot/wiki

COCBot/GUI/MBR GUI Control Attack Standard.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; Return values .: None
77
; Author ........: MyBot.run team
88
; Modified ......: CodeSlinger69 (2017)
9-
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2023
9+
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2024
1010
; MyBot is distributed under the terms of the GNU GPL
1111
; Related .......:
1212
; Link ..........: https://github.com/MyBotRun/MyBot/wiki

COCBot/GUI/MBR GUI Control BOT Options.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; Return values .: None
77
; Author ........: MyBot.run Team
88
; Modified ......: CodeSlinger69 (2017)
9-
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2023
9+
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2024
1010
; MyBot is distributed under the terms of the GNU GPL
1111
; Related .......:
1212
; Link ..........: https://github.com/MyBotRun/MyBot/wiki

COCBot/GUI/MBR GUI Control Bottom.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; Return values .: None
77
; Author ........: GkevinOD (2014)
88
; Modified ......: Hervidero (2015), KnowJack(July 2015), CodeSlinger69 (2017)
9-
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2023
9+
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2024
1010
; MyBot is distributed under the terms of the GNU GPL
1111
; Related .......:
1212
; Link ..........: https://github.com/MyBotRun/MyBot/wiki

COCBot/GUI/MBR GUI Control Child Army.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; Return values .: None
77
; Author ........: GkevinOD (2014)
88
; Modified ......: Hervidero (2015), Boju (11-2016), MR.ViPER (11-2016), CodeSlinger69 (2017)
9-
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2023
9+
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2024
1010
; MyBot is distributed under the terms of the GNU GPL
1111
; Related .......:
1212
; Link ..........: https://github.com/MyBotRun/MyBot/wiki

COCBot/GUI/MBR GUI Control Child Attack.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; Return values .: None
77
; Author ........: GkevinOD (2014)
88
; Modified ......: Hervidero (2015), CodeSlinger69 (2017)
9-
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2023
9+
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2024
1010
; MyBot is distributed under the terms of the GNU GPL
1111
; Related .......:
1212
; Link ..........: https://github.com/MyBotRun/MyBot/wiki

COCBot/GUI/MBR GUI Control Child Misc.au3

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; Return values .: None
77
; Author ........: MyBot.run team
88
; Modified ......:
9-
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2023
9+
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2024
1010
; MyBot is distributed under the terms of the GNU GPL
1111
; Related .......:
1212
; Link ..........: https://github.com/MyBotRun/MyBot/wiki
@@ -447,6 +447,15 @@ Func btnPet()
447447
AndroidShield("btnPet") ; Update shield status due to manual $g_bRunState
448448
EndFunc ;==>btnPet
449449

450+
Func btnBsmith()
451+
Local $wasRunState = $g_bRunState
452+
$g_bRunState = True
453+
ZoomOut()
454+
LocateBlacksmith()
455+
$g_bRunState = $wasRunState
456+
AndroidShield("btnBsmith") ; Update shield status due to manual $g_bRunState
457+
EndFunc ;==>btnBsmith
458+
450459
Func chkTrophyAtkDead()
451460
If GUICtrlRead($g_hChkTrophyAtkDead) = $GUI_CHECKED Then
452461
$g_bDropTrophyAtkDead = True

0 commit comments

Comments
 (0)