imagine you need to do groups
simple ones like
attack and defense
but one of the villages has 50/50 what i can do just waste the troops or put all troops
farm groups keep skiping my 1st village bcz now its defensive and it has a little atack troops
i guess the farm.lategame default has some mistake or im doing something not right
This one is working in another world
<groups>
<group id="attack"
priority="1">
<by-unit>spear,sword,archer,axe,spy,light,ram,catapult </by-unit>
</group>
<group id="def"
priority="1">
<by-unit>spear,sword</by-unit>
</group>
</groups>
this has some error
<groups>
<group id="att"
priority="0">
<by-unit>axe,light,ram,spy,catapult</by-unit>
</group>
<group id="def"
priority="0">
<by-unit>spear,sword,spy,heavy</by-unit>
</group>
</groups>
<train>
<template group="att">
<units>
<axe>5889</axe>
<light>3228</light>
<ram>300</ram>
</units>
<buffer>
<wood>1000</wood>
<stone>1000</stone>
<iron>1000</iron>
<pop>400</pop>
</buffer>
</template>
<template group="def">
<units>
<spear>70000</spear>
<sword>7000</sword>
<heavy>1550</heavy>
</units>
<buffer>
<wood>1000</wood>
<stone>1000</stone>
<iron>1000</iron>
<pop>400</pop>
</buffer>
</template>
</train>
<farm>
<units group="def">
<spear>100</spear>
<sword>100</sword>
</units>
<units group="att">
<axe>200</axe>
</units>
<units group="att">
<light>20</light>
</units>
</farm>
the 2nd village works good farms,train the 1st one i guess bcz i have mixed troops doesnt recognize what to do?
btw delays aren't dangerous at all i tryed 100min 200max and 0-1min and nothing so far