Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Farm looking for Th outside OR dead base
#11
Ok lets compile all the codes into one. This will work if you check the search for dead base function. First your bot will find a base that meets your resources preference, then will check if the base is a dead base or has its town hall located outside or has a town hall level 7 and below. If any of this 3 condition is true, it will attack that base.
just add this under the dead base if clause
Code:
ElseIf $searchTH <= 6 Then
                        SetLog("~~~~~~~Weak Town Hall Found!~~~~~~~", $COLOR_GREEN)
                        ExitLoop
                     ElseIf $THLoc = "Outside" Then
                        SetLog("~~~~~~~Farming Base Found!~~~~~~~", $COLOR_GREEN)
                        ExitLoop


Wink
Reply
 


Messages In This Thread
RE: Farm looking for Th outside OR dead base - by n0tm3 - 02-25-2015, 02:22 AM

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