01-29-2015, 03:59 AM
Arf, I couldn't resist to make last minute cosmetic changes after my testings, and of course it's never a good idea.
It SHOULD not drop the CC troops, as the option to change this is disabled. But as I've uncommented some code about this, I can't be definitively sure it works as expected.
So, here is the updated version that enables the option. If it doesn't work, please just comment out the following lines :
=>
Here is the new link :
FastFrench Rel2 - 5.4.2.2 based
I can't test it right now, but I'll fix this options if needed ASAP.
Thanks
It SHOULD not drop the CC troops, as the option to change this is disabled. But as I've uncommented some code about this, I can't be definitively sure it works as expected.
So, here is the updated version that enables the option. If it doesn't work, please just comment out the following lines :
Code:
Func dropCC($x, $y, $slot) ;Drop clan castle
SetLog("Dropping Clan Castle")
SelectDropTroupe($slot)
Click($x, $y)
EndFunc ;==>dropCC
Code:
Func dropCC($x, $y, $slot) ;Drop clan castle
;~ SetLog("Dropping Clan Castle")
;~ SelectDropTroupe($slot)
;~ Click($x, $y)
EndFunc ;==>dropCC
Here is the new link :
FastFrench Rel2 - 5.4.2.2 based
I can't test it right now, but I'll fix this options if needed ASAP.
Thanks