Posts: 16
Threads: 4
Joined: Jan 2015
Reputation:
0
Is there a way to change the troop deployment style so that it deploys a line of barbarians down one side, then immediately follows up with a line of archers behind it, then proceeds to the other three sides in the same manner.
At the moment it deploys a line of barbarians to all four sides before starting on the archers. This is inefficient as most of the barbs are dead by the time the archers come to assist.
Using 5.5 atm.
Any advice on altering the script to product the effect would be helpful.
Thanks-
SS.
Posts: 12
Threads: 1
Joined: Jan 2015
Reputation:
0
+1
would be much much better
Posts: 172
Threads: 5
Joined: Dec 2014
Reputation:
2
02-06-2015, 04:43 AM
(This post was last modified: 02-06-2015, 04:43 AM by SongHyeKyo.)
Remove the if sleep = more speed
Edited and Tested by M Khalid
Take delight in the LORD, and he will give you the desires of your heart - Psalm 37:4
Posts: 61
Threads: 3
Joined: Jan 2015
Reputation:
0
02-07-2015, 10:34 AM
(This post was last modified: 02-07-2015, 10:35 AM by reztars.)
hi Drllmo!
which Au3 u edited? and which Au3 will the bot be used "algorithm_AllTroops - original" or "algorithm_AllTroops" ?
because each of it have a different timing.
Posts: 172
Threads: 5
Joined: Dec 2014
Reputation:
2
(02-07-2015, 10:34 AM)reztars Wrote: hi Drllmo!
which Au3 u edited? and which Au3 will the bot be used "algorithm_AllTroops - original" or "algorithm_AllTroops" ?
because each of it have a different timing.
algorithm_AllTroops
source: https://the.bytecode.club/showthread.php?tid=601
Take delight in the LORD, and he will give you the desires of your heart - Psalm 37:4
Posts: 61
Threads: 3
Joined: Jan 2015
Reputation:
0
just asking, why "algorithm_AllTroops - original" and "algorithm_AllTroops" has a different delay deployment?
the first file (original one) contain a thousand delay (2000, 1000 and 500), the second file contain a hundred delay (400, 200, and 100)