diff --git a/ClAsHbOt Script/GUI.au3 b/ClAsHbOt Script/GUI.au3 index 6e7deb2..bf51b58 100644 --- a/ClAsHbOt Script/GUI.au3 +++ b/ClAsHbOt Script/GUI.au3 @@ -133,7 +133,6 @@ Func InitGUI() _GUICtrlComboBox_AddString($GUI_AutoRaidStrategyCombo, "Barcher") _GUICtrlComboBox_AddString($GUI_AutoRaidStrategyCombo, "GiBarch") _GUICtrlComboBox_AddString($GUI_AutoRaidStrategyCombo, "BAM") - _GUICtrlComboBox_AddString($GUI_AutoRaidStrategyCombo, "TBD3") _GUICtrlComboBox_SetCurSel($GUI_AutoRaidStrategyCombo, IniRead($gIniFile, "General", "Raid Strategy", 0)) ; Bottom diff --git a/ClAsHbOt Script/Globals.au3 b/ClAsHbOt Script/Globals.au3 index d50aac3..4ea8411 100644 --- a/ClAsHbOt Script/Globals.au3 +++ b/ClAsHbOt Script/Globals.au3 @@ -1,4 +1,4 @@ -Global $gVersion = "20150623" +Global $gVersion = "20150707" ; Debug - these are overwritten once ReadSettings() in Settings.au3 is called, however these need to be defined here, as there can ; be a need to write debug statements prior to ReadSettings() being called. diff --git a/ClAsHbOt Script/RegionDefs.au3 b/ClAsHbOt Script/RegionDefs.au3 index 46f35fd..55847e0 100644 --- a/ClAsHbOt Script/RegionDefs.au3 +++ b/ClAsHbOt Script/RegionDefs.au3 @@ -35,7 +35,7 @@ Global $rAndroidMessageButton[8] = [195, 317, 827, 363, 230, 250, 0x33b5e5, 0] Global $rMainScreenAttackButton[8] = [13, 458, 93, 538, 49, 497, 0xD9645f, 6] Global $rFindMatchScreenFindAMatchButton[8] = [99, 380, 265, 456, 108, 444, 0xD54400, 6] Global $rFindMatchScreenCloseWindowButton[8] = [977, 11, 1010, 42, 997, 39, 0xd80407, 6] -Global $rWaitRaidScreenNextButton[8] = [871, 375, 1000, 434, 888, 429, 0xD84c00, 6] +Global $rWaitRaidScreenNextButton[8] = [871, 389, 1000, 448, 888, 429, 0xD84c00, 6] Global $rLiveRaidScreenEndBattleButton[8] = [13, 418, 106, 448, 58, 443, 0xc00000, 0] Global $rLiveRaidScreenEndBattleConfirmButton[8] = [522, 305, 644, 355, 627, 341, 0x60ac10, 0] Global $rMainScreenOpenChatButton[8] = [274, 262, 296, 311, 282, 303, 0xD25018, 6] @@ -44,7 +44,7 @@ Global $rChatWindowDonateButton[8] = [0, 0, 82, 25, 0, 0, 0, 0] Global $rBattleHasEndedScreenReturnHomeButton[8] = [450, 430, 572, 481, 514, 473, 0x60ac10, 6] Global $rLiveReplayEndScreenReturnHomeButton[8] = [13, 458, 93, 538, 55, 493, 0xf8cbb6, 6] ; test for 7/1/15 client update Global $rWindowVilliageWasAttackedOkayButton[8] = [450, 385, 574, 434, 475, 422, 0x5dac10, 6] -Global $rShieldIsActivePopupButton[8] = [522, 305, 644, 355, 484, 348, 0xc83c10, 6] ; test for 7/1/15 client update +Global $rShieldIsActivePopupButton[8] = [522, 305, 644, 355, 484, 348, 0xc83c10, 6] Global $rSafeAreaButton[8] = [990, 0, 1023, 35, 0, 0, 0, 0] Global $rCollectorButton[8] = [0, 0, 22, 42, 0, 0, 0, 0] Global $rTrainTroopsWindowDequeueButton[8] = [544, 149, 564, 171, 576, 146, 0xd40000, 0] @@ -67,12 +67,12 @@ Global $rScreenMainColor[4] = [196, 27, 0x2880C0, 0] Global $rScreenLiveRaid1Color[4] = [1008, 441, 0xffffff, 0] Global $rScreenLiveRaid2Color[4] = [101, 438, 0xc40000, 0] Global $rArmyCampsFullColor[4] = [480, 120, 0xe84e50, 6] -Global $rRoyaltyHealthGreenColor[4] = [0, 0, 0x005BE10A, 90] ; test for 7/1/15 client update +Global $rRoyaltyHealthGreenColor[4] = [0, 0, 0x005BE10A, 90] Global $rWindowDonateTroopsColor[4] = [6, 6, 0xffffff, 0] Global $rWindowChatDimmedColor[4] = [235, 13, 0x383628, 6] Global $rNewChatMessagesColor[4] = [21, 262, 0xe00200, 0] Global $rDeadBaseIndicatorColor[4] = [23, 26, 0x5c5e60, 6] Global $rFirstStarColor[4] = [899, 437, 0xc4c8c0, 6] -Global $rAttackingDisabledPoint1Color[4] = [331, 154, 0xff1919, 0] ; test for 7/1/15 client update -Global $rAttackingDisabledPoint2Color[4] = [451, 159, 0xff1919, 0] ; test for 7/1/15 client update -Global $rAttackingDisabledPoint3Color[4] = [613, 161, 0xff1919, 0] ; test for 7/1/15 client update +Global $rAttackingDisabledPoint1Color[4] = [331, 154, 0xff1919, 0] +Global $rAttackingDisabledPoint2Color[4] = [451, 159, 0xff1919, 0] +Global $rAttackingDisabledPoint3Color[4] = [613, 161, 0xff1919, 0] diff --git a/ClAsHbOt screenshot.jpg b/ClAsHbOt screenshot.jpg index 5e38d8f..778232b 100644 Binary files a/ClAsHbOt screenshot.jpg and b/ClAsHbOt screenshot.jpg differ diff --git a/README b/README index 9034869..4d2ff99 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ Welcome to my automatic farming bot for Clash of Clans. -Download: https://github.com/CodeSlinger69/ClAsHbOt/releases/download/20150623/ClAsHbOt.2015-06-23.7z +Download: https://github.com/CodeSlinger69/ClAsHbOt/releases/download/20150707/ClAsHbOt.2015-07-07.7z Key features: -- Auto farming, including auto Dark Elixir zapping +- Auto farming, Barcher, GiBarch or BAM - Option to only farm dead bases - Option to only raid collectors (Ignore Storages) - Auto donate to clanmates