Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DE reduction after 20 skips
#1
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
Reply
 


Messages In This Thread
DE reduction after 20 skips - by barracoda - 02-22-2015, 01:53 PM
RE: DE reduction after 20 skips - by will321123 - 02-23-2015, 12:34 AM
RE: DE reduction after 20 skips - by barracoda - 02-23-2015, 12:54 PM

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