The Bytecode Club

Full Version: SUGGESTION: Clan Castle deploy control
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:
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
In your case, put this " ; " before func dropcc
and search for other dropcc() do the same.

Either have it disabled by the way above or leave it working, currently those are your choices.
OK, here is my work:

- GUI has check box for Clan Castle deploy, ini is written, read and applied accordingly.
- Log screen and logfile has some visual changes, changed the font to Courier New onscreen.
- Log entries are padded with spaces using StringFormat()
- Changed Loot snaphot routine

When the bot searches for a base to attack, the log is more in columns.
Search the script for "DeployCC", "Courier New" and "StringFormat" to see my changes

Anyway here is my version:
v5.4.2.2_Herv.au3