Skip to content

Commit 28c68ba

Browse files
author
MonkeyHunter
committed
* v8.1.4 **
* Fixed Legend League Sign-up. * Improved LatinA OCR. * Try To Fix BS5.12+ resize issue. * Changed CheckObstacle Results from SetLog to SetDebugLog. * Improved blocking donate message on screen detection. * Improved sieges making. * Changed timings for detections on Clan Capital. * Improved Clan Games Challenges detection. * Improved Clan Games Rewards detection. * Improved District detection (Clan capital). * Improved Suggested upgrades (Builder Base). * Fixed TH Search Filter. * Improved Jungle scenery detection (Home village). * Improved New Buildings support (Builder Base). * Updated Heroes, Pets and Walls Costs. * Updated Walls Count. * Updated Lighting level and Hitpoint. * Updated few GUI images. ** Added Support for COC 16.0.4+ (TH16 Update) * Added support for Root Rider. * Added support for Spirit Fox (GUI for now) * Updated BB end of Battle images. * Added support for new training UI. * Added new GUI for Training. * Added GingerBread Scenery support (Attack only). * Added XBow lvl 11, TH lvl 16, Air def lvl 14 and Lab lvl 14 templates. * Added Root Rider templates for donation. * Updated Pet House upgrade function. * Improved Laboratory upgrades. * Improved Check Heroes Health Status while attacking. * Improved CG event time detection. * Improved attack bar 12+ slots detection. * Improved train remaining time OCR. * Added Boost button handle (Drop trophies). * Updated Boost barrack button template. * Improved Clan Games Purge code. * Improved Pet upgrade time detection. * Added new update window detection.
1 parent 23fb97a commit 28c68ba

File tree

277 files changed

+6912
-6828
lines changed

Some content is hidden

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

277 files changed

+6912
-6828
lines changed

CHANGELOG

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
* v8.1.4 **
2+
* Fixed Legend League Sign-up.
3+
* Improved LatinA OCR.
4+
* Try To Fix BS5.12+ resize issue.
5+
* Changed CheckObstacle Results from SetLog to SetDebugLog.
6+
* Improved blocking donate message on screen detection.
7+
* Improved sieges making.
8+
* Changed timings for detections on Clan Capital.
9+
* Improved Clan Games Challenges detection.
10+
* Improved Clan Games Rewards detection.
11+
* Improved District detection (Clan capital).
12+
* Improved Suggested upgrades (Builder Base).
13+
* Fixed TH Search Filter.
14+
* Improved Jungle scenery detection (Home village).
15+
* Improved New Buildings support (Builder Base).
16+
* Updated Heroes, Pets and Walls Costs.
17+
* Updated Walls Count.
18+
* Updated Lighting level and Hitpoint.
19+
* Updated few GUI images.
20+
** Added Support for COC 16.0.4+
21+
* Added support for Root Rider.
22+
* Added support for Spirit Fox (GUI for now)
23+
* Updated BB end of Battle images.
24+
* Added support for new training UI.
25+
* Added new GUI for Training.
26+
* Added GingerBread Scenery support (Attack only).
27+
* Added XBow lvl 11, TH lvl 16, Air def lvl 14 and Lab lvl 14 templates.
28+
* Added Root Rider templates for donation.
29+
* Updated Pet House upgrade function.
30+
* Improved Laboratory upgrades.
31+
* Improved Check Heroes Health Status while attacking.
32+
* Improved CG event time detection.
33+
* Improved attack bar 12+ slots detection.
34+
* Improved train remaining time OCR.
35+
* Added Boost button handle (Drop trophies).
36+
* Updated Boost barrack button template.
37+
* Improved Clan Games Purge code.
38+
* Improved Pet upgrade time detection.
39+
* Added new update window detection.
40+
141
* v8.1.3 **
242
* Fixed Costs OCR in Labs.
343
* Improved Super Dragon Training.

COCBot/GUI/MBR GUI Control Attack Scripted.au3

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Func ApplyScriptDB()
268268
Local $iApply = 0
269269
Local $iApplySieges = 0
270270
Local $iSlot = 0
271-
Local $aiCSVTroops[$eTroopCount] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
271+
Local $aiCSVTroops[$eTroopCount] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
272272
Local $aiCSVSpells[$eSpellCount] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
273273
Local $sCSVCCSpl[$eSpellCount] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
274274
Local $ToIgnore[$eSpellCount] = [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
@@ -304,8 +304,8 @@ Func ApplyScriptDB()
304304
$g_aiArmyCompSiegeMachines = $aiCSVSieges
305305
ApplyConfig_600_52_2("Read")
306306
SetComboTroopComp() ; GUI refresh
307-
lblTotalCountSpell2()
308-
lblTotalCountSiege2()
307+
lblTotalCountSpell()
308+
lblTotalCountSiege()
309309
SetLog("CSV Train settings applied", $COLOR_SUCCESS)
310310
EndIf
311311

@@ -422,7 +422,7 @@ Func ApplyScriptAB()
422422
Local $iApply = 0
423423
Local $iApplySieges = 0
424424
Local $iSlot = 0
425-
Local $aiCSVTroops[$eTroopCount] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
425+
Local $aiCSVTroops[$eTroopCount] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
426426
Local $aiCSVSpells[$eSpellCount] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ,0]
427427
Local $sCSVCCSpl[$eSpellCount] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ,0]
428428
Local $ToIgnore[$eSpellCount] = [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
@@ -458,11 +458,11 @@ Func ApplyScriptAB()
458458
$g_aiArmyCompSiegeMachines = $aiCSVSieges
459459
ApplyConfig_600_52_2("Read")
460460
SetComboTroopComp() ; GUI refresh
461-
lblTotalCountSpell2()
462-
lblTotalCountSiege2()
461+
lblTotalCountSpell()
462+
lblTotalCountSiege()
463463
SetLog("CSV Train settings applied", $COLOR_SUCCESS)
464464
EndIf
465-
465+
466466
If IsArray($aiCSVSieges) And $iApplySieges > 0 Then
467467
Local $aMachine = _ArrayMaxIndex($aiCSVSieges, 0, 1)
468468
_GUICtrlComboBox_SetCurSel($g_hCmbABSiege, $aMachine + 1)

0 commit comments

Comments
 (0)