Skip to content

Commit c7a9054

Browse files
committed
Merge pull request #22 from codebroken/beta
2.5.4 bump
2 parents 90acf01 + 870af23 commit c7a9054

6 files changed

Lines changed: 11 additions & 6 deletions

File tree

BrokenBot.au3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
#pragma compile(Icon, "BrokenBot.org\images\icons\brokenbot.ico")
44
#pragma compile(FileDescription, BrokenBot.org - Clash of Clans Bot)
55
#pragma compile(ProductName, BrokenBot.org - Clash of Clans Bot)
6-
#pragma compile(ProductVersion, 2.5.3)
7-
#pragma compile(FileVersion, 2.5.3)
6+
#pragma compile(ProductVersion, 2.5.4)
7+
#pragma compile(FileVersion, 2.5.4)
88

99
#include <GUIConstants.au3>
1010

11-
$sBotVersion = "2.5.3"
11+
$sBotVersion = "2.5.4"
1212
$sBotTitle = "BrokenBot.org - Break FREE - v" & $sBotVersion
1313

1414
Global $StartupLanguage = IniRead(@ScriptDir & "\config\default.ini", "config", "language", "English")

BrokenBot.exe

0 Bytes
Binary file not shown.

COCBot/functions/Config/ScreenCoordinates.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Global $CampFull[4] = [328, 535, 0xD03840, 20] ;
3232
Global $DropTrophiesStartPoint = [34, 310]
3333
Global $TrainBtn[4] = [541, 602, 0x728BB0, 20] ;
3434
Global $TrainBarbarian[4] = [261, 366, 0x39D8E0, 20] ;
35-
Global $TrainArcher[4] = [369, 366, 0x2DA7B3, 20] ;
35+
Global $TrainArcher[4] = [369, 366, 0x33B9C6, 24] ;
3636
Global $TrainGiant[4] = [475, 366, 0x3DD8E0, 20] ;
3737
Global $TrainGoblin[4] = [581, 366, 0x39D8E0, 20] ;
3838
Global $TrainWallbreaker[4] = [688, 366, 0x3AD8E0, 20] ;

COCBot/functions/Village/MainLoop.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Func runBot() ;Bot that runs everything in order
6767
ContinueLoop
6868
EndIf
6969

70-
Call($strPlugInInUse & "_PrepareAttack", $AttackType)
70+
Call($strPlugInInUse & "_PrepareAttack", False, $AttackType)
7171
If BotStopped(False) Then Return
7272

7373
SetLog(GetLangText("msgBeginAttack"))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# BrokenBot.org - Clash of Clans Bot
2-
Latest version: 2.5.3
2+
Latest version: 2.5.4
33

44
## Community
55
Forums available for discussion at: http://brokenbot.org/

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Change Log:
22

3+
### v2.5.4
4+
* Fixed spells not being detected
5+
* Fix for archers not being detected
6+
* DLL update for resolving those few people that still had an issue
7+
38
### v2.5.3
49
* Fixed display of townhall levels in search results.
510
* Fixed color recognition for archers.

0 commit comments

Comments
 (0)