Update: Version 3.7
Changelog:
- add: by-coords group selector.
- add: max build queue setting.
- add: force upgrade for building.
- change: app version -> 2.8.3
- fix: crash on update.
- fix: added random delay in trade routine.
- - -
This is a minor update.
The bot has been updated to match the app version 2.8.3. Also, it should not crash on new update notification any more.
This makes the latest smaller changes public. You can use the 'by-coords' selector for group templates now.
groups.xml:
Code:
<groups>
<group id="example">
<by-coords>123|456,684|345,...</by-coords>
</group>
</groups>
As you can see, the inner text is just a list of X|Y coordinates.
Max build queue number is now configurable.
There is a new setting in build templates: You can now force the bot to upgrade buildings to a certain level before using the normal build algorithm.
build.xml
Code:
<build>
<template>
<max-levels>
<main>20</main>
<market>20</market>
</max-levels>
<force-upgrade>
<hide>10</hide>
<market>3</market>
</force-upgrade>
</template>
</build>
You can still not define a sequential order, so 'market 1, hide 1, market 2, ...' will not work.
From now on, download will be only available at bitbucket. See