Skip to content

Commit

Permalink
* v8.1.4 **
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
MonkeyHunter committed Dec 26, 2023
1 parent 23fb97a commit 28c68ba
Show file tree
Hide file tree
Showing 277 changed files with 6,912 additions and 6,828 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
* 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+
* 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.

* v8.1.3 **
* Fixed Costs OCR in Labs.
* Improved Super Dragon Training.
Expand Down
14 changes: 7 additions & 7 deletions COCBot/GUI/MBR GUI Control Attack Scripted.au3
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Func ApplyScriptDB()
Local $iApply = 0
Local $iApplySieges = 0
Local $iSlot = 0
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]
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]
Local $aiCSVSpells[$eSpellCount] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Local $sCSVCCSpl[$eSpellCount] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Local $ToIgnore[$eSpellCount] = [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
Expand Down Expand Up @@ -304,8 +304,8 @@ Func ApplyScriptDB()
$g_aiArmyCompSiegeMachines = $aiCSVSieges
ApplyConfig_600_52_2("Read")
SetComboTroopComp() ; GUI refresh
lblTotalCountSpell2()
lblTotalCountSiege2()
lblTotalCountSpell()
lblTotalCountSiege()
SetLog("CSV Train settings applied", $COLOR_SUCCESS)
EndIf

Expand Down Expand Up @@ -422,7 +422,7 @@ Func ApplyScriptAB()
Local $iApply = 0
Local $iApplySieges = 0
Local $iSlot = 0
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]
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]
Local $aiCSVSpells[$eSpellCount] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ,0]
Local $sCSVCCSpl[$eSpellCount] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ,0]
Local $ToIgnore[$eSpellCount] = [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
Expand Down Expand Up @@ -458,11 +458,11 @@ Func ApplyScriptAB()
$g_aiArmyCompSiegeMachines = $aiCSVSieges
ApplyConfig_600_52_2("Read")
SetComboTroopComp() ; GUI refresh
lblTotalCountSpell2()
lblTotalCountSiege2()
lblTotalCountSpell()
lblTotalCountSiege()
SetLog("CSV Train settings applied", $COLOR_SUCCESS)
EndIf

If IsArray($aiCSVSieges) And $iApplySieges > 0 Then
Local $aMachine = _ArrayMaxIndex($aiCSVSieges, 0, 1)
_GUICtrlComboBox_SetCurSel($g_hCmbABSiege, $aMachine + 1)
Expand Down
Loading

0 comments on commit 28c68ba

Please sign in to comment.