02-17-2015, 10:00 PM
I have made a mod to allow user define the attack/deploy algorithm for the following troops:
the attack/deploy algorithm must define in the root directory of bot (same level as config.ini file) and call "attack_algo.txt"
Each line in the attack_algo.txt represents a troop deploy method. It contents 5 cells and separated by ":". Each of cells is explained as the following:
source: https://www.dropbox.com/s/0kqb5oy7modidf...d.zip?dl=0
- Barbarians
- Archers
- Gaints
- Wall breakers
- Goblin
the attack/deploy algorithm must define in the root directory of bot (same level as config.ini file) and call "attack_algo.txt"
Each line in the attack_algo.txt represents a troop deploy method. It contents 5 cells and separated by ":". Each of cells is explained as the following:
- troop type that you wanna to deploy. Valid troops are:
- barb
- arch
- giant
- wb
- goblin
- king - does not work yet
- queen - does not work yet
- cc - does not work yet
- barb
- edge/side to deploy: range 0-3
- 0: BottomRight
- 1: TopLeft
- 2: BottomLeft
- 3: TopRight
- 0: BottomRight
- delay: delay after troops are deployed
- number of troop to deploy
- number of drop point per edge/side
source: https://www.dropbox.com/s/0kqb5oy7modidf...d.zip?dl=0