01-21-2015, 09:42 AM
i Can see in the Code that it should drop the Clan troops
but it still doesn't drop it any help?
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
but it still doesn't drop it any help?