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 (02-05-2015, 06:55 PM)M Khalid Wrote: @SongHyeKyo where can i find this??also tell me the version plz??? Func algorithm_AllTroops() @Topic In 2nd wave of barbarian there is a little delay .. What do you think i need to change in script? Code: algorithmTH() RE: Faster deployment speed - M Khalid - 02-05-2015 wow thnx.... now it is able to break walls even....the speed is good now...will try to fast more thank you so much .....loot time :D RE: Faster deployment speed - jondra - 02-05-2015 Could you tell me what exactly do you change there ? I've found that line before, but I don't know what to do with it Could any of you post the changed code here ? Thanks. RE: Faster deployment speed - SongHyeKyo - 02-05-2015 (02-05-2015, 07:21 PM)jondra Wrote: Could you tell me what exactly do you change there ? I've found that line before, but I don't know what to do with it Could any of you post the changed code here ? Thanks. The code i posted i change already the speed .. if sleep = 100 barb if sleep = 75 arch if sleep = 50 barb if sleep = 25 arch the original script ( not yet edited ) if sleep = 300 barb if sleep = 200 arch if sleep = 100 barb if sleep = 50 arch RE: Faster deployment speed - jondra - 02-05-2015 Which version of the bot are you using ? If I change any of those values and then compile the script it gives me error when searching "Error cannot check for Dead Base, Attacking..." (works good with the orginal script). Code in v5.4.2.4.2 by safar46 looks like this. For me changing any of those values results in error. Code: atkAlgorithmTH() RE: Faster deployment speed - nonAS - 02-05-2015 Hi, I changed the values but the attack is exactly the same as before any idea why ? RE: Faster deployment speed - SongHyeKyo - 02-05-2015 (02-05-2015, 08:16 PM)jondra Wrote: Which version of the bot are you using ? If I change any of those values and then compile the script it gives me error when searching "Error cannot check for Dead Base, Attacking..." (works good with the orginal script). 5.5v version 5.4.5.1 safar bot i try to lower to 1 for more speed but there is a delay between deploying barb > arch > barb .. anybody where i can edit that so i can increase the speed? RE: Faster deployment speed - indy - 02-05-2015 you're looking at the wrong function! this one is called only for th sniping.. look for algorithm_AllTroops RE: Faster deployment speed - M Khalid - 02-05-2015 RE: Faster deployment speed - SongHyeKyo - 02-05-2015 (02-05-2015, 09:00 PM)indy Wrote: you're looking at the wrong function! this one is called only for th sniping.. https://the.bytecode.club/showthread.php?tid=453&page=3 really? but dinobot said here .. atkAlgorithmTH() |