The Bytecode Club
DE reduction after 20 skips - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1)
+--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97)
+--- Thread: DE reduction after 20 skips (/showthread.php?tid=985)



DE reduction after 20 skips - barracoda - 02-22-2015

I've been doing deadbase searches for 100,000 G / 100,000 E / 100 DE.
After 20 skips, it drops to 0 DE since I only search for 100. That's a bit much to drop for me & if you attack all bases, you're likely not going to get to their DE storage in the middle.

I modified it to drop by 10. Just change to whatever you want it to reduce by. 50 might be a better default?

COCBot\functions\Search\CompareResources.au3

From:
Code:
If $MinDark - 100 >= 0 Then $MinDark -= 100

To:
Code:
If $MinDark - 10 >= 0 Then $MinDark -= 10



RE: DE reduction after 20 skips - will321123 - 02-23-2015

100 isn't much, you will will lose a dead base with 200k gold and Elixer but without DE with that setting...


RE: DE reduction after 20 skips - barracoda - 02-23-2015

I need the DE though Wink I could search for higher (say 1000), but that would mean there is some in the storage. Getting to the center of the base probably won't happen if they have that much DE saved up (probably higher lvl defense).