Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SUGGESTION: Clan Castle deploy control
#1
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
Reply
#2
Reply
#3
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.
Be Wise & Good As Much As You Could
-Mystery7 Shadetongue
Reply
#4
Reply
#5
Be Wise & Good As Much As You Could
-Mystery7 Shadetongue
Reply
#6
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
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website