How to fix naked female lords?

Users who are viewing this thread

Generalaine

Recruit
Steam
i gave them standard warlord armor but they are still naked how do i fix that?
ZYc6BNs.jpg

i cut and paste lady Anna below the knight 1 20 and convert the lady to a lord.
here's the code
Code:
#female lords
  ["knight_1_21","Lady Anna","Anna",tf_hero|tf_female,0,reserved,fac_kingdom_1, [itm_plate_boots,itm_plate_armor,itm_plate_covered_round_shield,itm_bamboo_spear,itm_saddle_horse],     def_attrib|level(2),wp(50),knows_common|knows_riding_2, 0x000000055910200107632d675a92b92d00000000001e45620000000000000000],
 
Solution
You must assign civilian type items at the beginning of the code in troop, then the battle armor follows, for example: in this order:
[Horse, Bodywear, Footwear_in, Footwear_out, Armor, Weapon, Shield, Headwaer]
Back
Top Bottom