RugueGeneralHunter said:
The Greatsword fix: change Tagsets(1) from emState to emSpecial. This will remove the Greatswords from the detachments list.
Nice one!!!
have fixed both the greatswords problem and the halberdiers ready for the update thanks alot.
however i have one other problem which i thought i sorted but havent
<unit id="emFirstKng" name="Preceptor" cost="39." statset="Normal" maxsize="1" startsize="1" effective="yes">
<statval stat="At" value="2"/>
<statval stat="BS" value="3"/>
<statval stat="In" value="3"/>
<statval stat="Ld" value="8"/>
<statval stat="Mv" value="4"/>
<statval stat="Save" value="2"/>
<statval stat="St" value="3"/>
<statval stat="To" value="3"/>
<statval stat="US" value="2"/>
<statval stat="WS" value="4"/>
<statval stat="Wo" value="1"/>
<link option="HandWeapon" nature="auto" index="0"></link>
<link option="Lance" nature="auto" index="1"></link>
<link option="Shield" nature="auto" index="2"></link>
<link option="emFullPlat" nature="base" index="3"></link>
<link option="emKnGreat" index="4"></link>
<link option="emKnInner" nature="auto" mirror="emKnInner" index="5"></link>
<tag group="Helper" tag="UnitChamp"/>
</unit>
the link option index5 emkninner makes the preceptor an extra special slot. if u delete it like i have it stops the problem of him taking up 2 special slots but also stops his strength from increasing from 3to4.
Any Ideas of a way around this Rugue?