(01-28-2015, 09:32 AM)scaarx Wrote: still get this error
2015-01-28 07:29:06 : Donating for Clan Castle's Troops
2015-01-28 07:29:11 : Found donate button on 121,189
2015-01-28 07:29:13 : Error cannot check for Dead Base, Attacking...
2015-01-28 07:29:20 : Requesting for Clan Castle's Troops
2015-01-28 07:29:25 : Collecting Resources
2015-01-28 07:29:29 : Collecting Complete
2015-01-28 07:29:32 : Trying to locate Main Screen
2015-01-28 07:29:32 : Main Screen Located
2015-01-28 07:29:34 : Donating for Clan Castle's Troops
2015-01-28 07:29:39 : Found donate button on 121,189
2015-01-28 07:29:41 : Error cannot check for Dead Base, Attacking...
2015-01-28 07:29:48 : Requesting for Clan Castle's Troops
2015-01-28 07:29:53 : Training Troops...
(01-28-2015, 04:38 PM)dixonhill Wrote: I have the same issue no matter what machine I run it on, 32/64 bit, any os, VM box or real.
(01-28-2015, 09:32 AM)scaarx Wrote: still get this error
2015-01-28 07:29:06 : Donating for Clan Castle's Troops
2015-01-28 07:29:11 : Found donate button on 121,189
2015-01-28 07:29:13 : Error cannot check for Dead Base, Attacking...
2015-01-28 07:29:20 : Requesting for Clan Castle's Troops
2015-01-28 07:29:25 : Collecting Resources
2015-01-28 07:29:29 : Collecting Complete
2015-01-28 07:29:32 : Trying to locate Main Screen
2015-01-28 07:29:32 : Main Screen Located
2015-01-28 07:29:34 : Donating for Clan Castle's Troops
2015-01-28 07:29:39 : Found donate button on 121,189
2015-01-28 07:29:41 : Error cannot check for Dead Base, Attacking...
2015-01-28 07:29:48 : Requesting for Clan Castle's Troops
2015-01-28 07:29:53 : Training Troops...
(01-27-2015, 01:58 PM)saxmydix Wrote: This edited bot working perfect for CC Drop feature, i just change hex code to my clan logo color, which is at function prepare attack at line
Code:ElseIf _ColorCheckVariation(_PixelGetColor_GetPixel(68 + (72 * $i), 588), Hex(0xB02830, 6), 5) Then ;Check if slot is Clan Castle
$atkTroops[$i][0] = "Clan Castle"
$atkTroops[$i][1] = 1
my clan logo is no. 17 from the left to right. im not sure if this the case, but i can see that bot detect my CC when prepare troop which is bot cant detect before edit that line.
U can try to edit as yours clan color if bot cant detect your CC when prepare attack. Use auto it window info.
Im also add double click this line as i see that bot sometimes just single click at CC slot.
Code:Func dropCC($x, $y, $slot) ;Drop clan castle
SetLog("Dropping Clan Castle")
Click(68 + (72 * $slot), 595, 1, 500)
Click(68 + (72 * $slot), 595, 1, 500)
Click($x, $y)
Click($x, $y)
EndFunc ;==>dropCC
Here im attach my edited bot with fully working CCdrop.
EDITED bot with working CCdrop.