Faster deployment speed - Printable Version +- The Bytecode Club - Reverse Engineering Forum (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: Faster deployment speed (/showthread.php?tid=552) |
RE: Faster deployment speed - SongHyeKyo - 02-05-2015 RE: Faster deployment speed - jondra - 02-05-2015 (02-05-2015, 09:07 PM)M Khalid Wrote: @jondra dont copy the code just decrease the sleep time of barbarians ,then archer , then barbarians and then archers and dont change the sleep time of giants , wall breakers and other troops(i am also using v5.4.2.4.2) I'm trying to change it on my own, not copying from here (it makes no difference, but ok), as soon as I change the sleep values and run my changed script it gives me "Error cannot check for Dead Base, Attacking..." all the time ![]() Could you please upload your working script with changed values somewhere please ? RE: Faster deployment speed - SongHyeKyo - 02-05-2015 @jondra Sorry i dont know how to upload file here .. @Topic I think the developer can make troops deploying like lazypressing. Fastfrench version almost the same in lazy pressing attack .. maybe there is only need to adjust a little in script. RE: Faster deployment speed - M Khalid - 02-05-2015 RE: Faster deployment speed - SongHyeKyo - 02-05-2015 Clash of Clan maintenance ( removing the barb and dragon speed train update ) Now i can see the speed of deploying troops ( barb and arch the same number of troops ) I think the reason look slower the speed deploying because the number of archer is lower than barb ( 150+ barb and 60+ arch ) RE: Faster deployment speed - dinobot - 02-05-2015 (02-05-2015, 09:11 PM)SongHyeKyo Wrote:(02-05-2015, 09:00 PM)indy Wrote: you're looking at the wrong function! this one is called only for th sniping.. Lol... I didn't mentioned anything about atkAlgorithmTH()? Anyway it is algorithm_AllTroops RE: Faster deployment speed - SongHyeKyo - 02-05-2015 (02-05-2015, 10:20 PM)dinobot Wrote: Lol... I didn't mentioned anything about atkAlgorithmTH()? Hehehe! maybe misunderstanding because in the link you agree what other forumer said in the code he / she post .. Code: Func algorithm_AllTroops() ;Attack Algorithm for all existing troops Upper = Func algorithm_AllTroops Lower = algorithmTH() = Where you can edit the speed By the way dinobot any idea how can i speed up the 2nd ware barbarian? there is a little delay in deploying the troops? update: i got it already Code: if LauchTroop($eArcher, $nbSides, 1, 2) Then RE: Faster deployment speed - jondra - 02-05-2015 (02-05-2015, 10:03 PM)M Khalid Wrote: @jondra here is the link http://www59.zippyshare.com/v/h9VQuNF9/file.html (fast troops deploy and auto screenshot of attacked and skipped bases) Thanks for the upload, it still doesn't work for me though ... I have the same problem with your script. It shows me "Error cannot check for Dead Base, Attacking..." on your script, same as on mine when I try to change any of the values. Any ideas why this happens ? Orginal script works normal ... RE: Faster deployment speed - M Khalid - 02-05-2015 RE: Faster deployment speed - SongHyeKyo - 02-05-2015 (02-05-2015, 11:27 PM)jondra Wrote:(02-05-2015, 10:03 PM)M Khalid Wrote: @jondra here is the link http://www59.zippyshare.com/v/h9VQuNF9/file.html (fast troops deploy and auto screenshot of attacked and skipped bases) Try it compile script to x86 then run script to x86 |