5.5.1.1 Left over troops drop position - 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: 5.5.1.1 Left over troops drop position (/showthread.php?tid=994) |
5.5.1.1 Left over troops drop position - kaioz - 02-23-2015 i need help on changing the drop position of left over troops my settings -attack 2 sides (Topleft,Topright) -use barracks --giants --arch --arch --barb full camp is -11 giants -102 arch -63 barb bot will always drop 5 giants each side, 1 always left out. 1 leftout giant always drops to BottomRight, which is useless in the attack i want it to change to Topright or left. please help, thanks RE: 5.5.1.1 Left over troops drop position - scar_face008 - 02-23-2015 Local $nbTroopsPerEdge = Round($nbTroopsLeft/$nbSides);($nbSides-$i*2)) which rounds 11/2 = 5 per side. since you use 2 sides atk, your giant must be able to be divided into 2. |