I personally use matching off/def villages by coords, this can help you.Quote:
Hey Deluxe, this bot is amazing. Has been working great. Have had some issues in regards to 'Not Logged In' but resetting properties file does the trick.
I had a few questions for you. I just got my second village and want it to be defensive unlike my first village. How do I train defensive units in the new village and farm with those units while training offensive units in the first village?
I believe that it has something to do with groups. I see all the group ids, but how do I make use of them? My apologies if this question has been answered already.
Regards,
Reek
Edit: So I found the codes for group training and farms on wiki. S, I got that, but, how will the bot understand which one is offensive and which ones are defensive? Will it think that my village is defensive if it has only 45 spears?
<groups>
<group id="off"
priority="0">
<by-coords>518|514,503|603</by-coords>
</group>
<group id="def"
priority="1">
<by-coords>518|512</by-coords>
</group>
</groups>