Initial version of building automation has been coded and is currently being tested, the building plan is based on xml templates that can be created within the bot or externally in your favorite editor and then assigned to as many of your villages as you like, each village moves independently through the template as required.
Based on my 'Just Walls' template below...
Code:
<?xml version="1.0" encoding="UTF-8"?>
<actiontemplate>
<name>Just Walls</name>
<description>Get your wall up !!!</description>
<createdby>Zaiiny</createdby>
<date>12/05/2012</date>
<actions>
Build,Wall,Level 1
Build,Wall,Level 2
Build,Wall,Level 3
Build,Wall,Level 4
Build,Wall,Level 5
Build,Wall,Level 6
Build,Wall,Level 7
Build,Wall,Level 8
Build,Wall,Level 9
Build,Wall,Level 10
</actions>
</actiontemplate>
...the bot has triggered 6 times and built my wall accordingly, initial testing looks promising.
Feel free to have your say on our forum...