The Bytecode Club
5.4.2.5.2 - Better Troops Deployment (LF Style), Fixed Train Troops - 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: 5.4.2.5.2 - Better Troops Deployment (LF Style), Fixed Train Troops (/showthread.php?tid=441)



RE: 5.4.2.2.2 + Safar46's Mods Update3 - Better Deadbase search BG, Attack n meet TH - kojometa - 01-31-2015

okay i just recognised that TH attack is based on deadbase func and deadbase func doesnt work when the hidden mode is checked. (forgot about that since i usually never use deadbase search)
this time the bot attacked and dint crash but "Can't get Townhall location". it attacked a base which had the townhall in the middle of the base ^^
yeah thats quite late lol. over here it is 8 pm Wink

cant you set it to ONLY attack if the townhall is outside?


RE: 5.4.2.2.2 + Safar46's Mods Update3 - Better Deadbase search BG, Attack n meet TH - safar46 - 01-31-2015

(01-31-2015, 04:51 AM)kojometa Wrote:  okay i just recognised that TH attack is based on deadbase func and deadbase func doesnt work when the hidden mode is checked. (forgot about that since i usually never use deadbase search)
this time the bot attacked and dint crash but "Can't get Townhall location". it attacked a base which had the townhall in the middle of the base ^^
yeah thats quite late lol. over here it is 8 pm Wink

cant you set it to ONLY attack if the townhall is outside?

for my version deadbase search func work in hidden window.
you must try run script as x86 and then test it again... dont forget with hidden window Smile

for that, wait for next update


RE: 5.4.2.2.2 + Safar46's Mods Update3 - Better Deadbase search BG, Attack n meet TH - kojometa - 01-31-2015

okay checked things out and found the solution.

during the compiling process my Avast antivirus has to be disabled, else it is giving the error i told u about.
good to know now, gonna update my compiling tut now.

never had the prob before because i used MSE until a few days ago!


RE: 5.4.2.2.2 + Safar46's Mods Update3 - Better Deadbase search BG, Attack n meet TH - rpgfreak128 - 01-31-2015

Hey man nice work i was wondering why no one releases a version with maximums instead of minimums you know so you can trophies farm and make sure you win =D


PS: or for example instead of checking for a minimum TH lvl how about a maximum?


RE: 5.4.2.2.2 + Safar46's Mods Update3 - Better Deadbase search BG, Attack n meet TH - kojometa - 01-31-2015

okay tested anohter thing out.

dead base search is actually working but it's not finding the townhall.
dont know if its because of the imagesearch picture or something else


RE: 5.4.2.2.2 + Safar46's Mods Update3 - Better Deadbase search BG, Attack n meet TH - pinay26 - 01-31-2015

I dont want to use spell how do I stop the bot from creating Spell?


RE: 5.4.2.2.2 + Safar46's Mods Update3 - Better Deadbase search BG, Attack n meet TH - pinay26 - 01-31-2015

the bot is stuck with creating spell.. how i disable creating spell?? i dont want the bot to create spell.. waste of elixer.. how do i disable it?


RE: 5.4.2.2.2 + Safar46's Mods Update3 - Better Deadbase search BG, Attack n meet TH - kojometa - 01-31-2015




RE: 5.4.2.2.2 + Safar46's Mods Update3 - Better Deadbase search BG, Attack n meet TH - pinay26 - 01-31-2015




RE: 5.4.2.2.2 + Safar46's Mods Update3 - Better Deadbase search BG, Attack n meet TH - copper - 01-31-2015

(01-31-2015, 07:24 AM)pinay26 Wrote:  @kojo do u know how can i disable the spell creation??
Find the following:
Code:
Func runBot() ;Bot that runs everything in order
While 1
$Restart = False
$fullArmy = False
If _Sleep(1000) Then ExitLoop
checkMainScreen()
If $locate <> 2 Then
            If _Sleep(1000) Then ExitLoop
            ZoomOut()
         EndIf
        If _Sleep(1000) Then ExitLoop
        if $locate = 0 Then
            Collect()
            If _Sleep(1000) Then ExitLoop
            Train()
            If _Sleep(1000) Then ExitLoop
            CreateSpell()


and replace
Code:
            CreateSpell()
with
Code:
            ;CreateSpell()