in your bot folder open COCBot>functions>Search
then open the file VillageSearch
find line 38, which will contain this code
then under that, add this code
after that recompile your bot.
I am not 100% sure about that function, but it seems to be working. I will update you if I am able to perfect this. :D
then open the file VillageSearch
find line 38, which will contain this code
Code:
If checkDeadBase() Then
SetLog("~~~~~~~Dead Base Found!~~~~~~~", $COLOR_GREEN)
ExitLoop
Code:
ElseIf checkTownhall() = 6 Then
SetLog("~~~~~~~Weak Town Hall Found!~~~~~~~", $COLOR_GREEN)
ExitLoop
I am not 100% sure about that function, but it seems to be working. I will update you if I am able to perfect this. :D