01-13-2015, 08:49 PM
v.5.4.2.2
I would like the possibility to turn off Clan Castle deploy, maybe in Attack Settings?
I do not always want my CC to drop. (when I sleep and my clanmates also, I like to keep my CC even when BOT is running)
For now I have changed the script:
Starting line 1179:
I would like the possibility to turn off Clan Castle deploy, maybe in Attack Settings?
I do not always want my CC to drop. (when I sleep and my clanmates also, I like to keep my CC even when BOT is running)
For now I have changed the script:
Starting line 1179:
Code:
Func dropCC($x, $y, $slot) ;Drop clan castle
; SetLog("Dropping Clan Castle")
; Click(68 + (72 * $slot), 595, 1, 500)
; Click($x, $y)
EndFunc ;==>dropCC