02-06-2015, 09:29 AM
(02-06-2015, 01:31 AM)safar46 Wrote:(02-06-2015, 01:28 AM)General Sam Wrote: How do we adjust the sleep? I read past pages and I can't figure it out. The deployment in the new version is great, just drops troops too slow.
Really? ok im upload new one.. if you want to change it by yourself search these code
Code:If _Sleep(100) Then Return
If $edge2 <> -1 Then
Local $posX2 = $maxX2 - (($maxX2 - $minX2) * $i) / ($slotsPerEdge - 1)
Local $posY2 = $maxY2 - (($maxY2 - $minY2) * $i) / ($slotsPerEdge - 1)
Click($posX2, $posY2, $nbtroopPerSlot)
If _Sleep(100) Then Return
$nbTroopsLeft -= $nbtroopPerSlot
Else
$nbTroopsLeft -= $nbtroopPerSlot
EndIf
And then you know what will you do
Im adjust sleep to 100 because my notebook so sloowww if attacking
the stack settings is 50
i change mine to sleep 10
i dont notice any difference between 50 and 10
btw
nice update