BL Coding Banners for troops?

正在查看此主题的用户

There was a mod called bear my banner that did a function similar to what i hope to achieve, except it would be a specific troop that carry the banner.
XML:
 <NPCCharacter id="banner_footman"
                name="{=U7Babdu0}Banner Footman"
                default_group="Infantry"
                occupation="Soldier"
                culture="Culture.alantian"
                level="30">
    <face>
      <face_key_template value="NPCCharacter.villager_battania"/>
    </face>
    <skills>
      <skill id="OneHanded" value="100"/>
      <skill id="Athletics" value="100"/>
    </skills>
    <equipmentSet>
      <equipment slot="Item0" id="Item.alantos_spatha_2" />
      <equipment slot="Item1" id="Item.campaign_banner_small" />
      <equipment slot="Head" id="Item.alantosian_light_troop_helm" />
      <equipment slot="Cape" id="Item.alantosian_infantry_shoulder_guards" />
      <equipment slot="Body" id="Item.alantosian_hleather_curiass" />
      <equipment slot="Gloves" id="Item.mail_mitten" />
      <equipment slot="Leg" id="Item.mail_cavalier_boots" />
    </equipmentSet>
  </NPCCharacter>
  <NPCCharacter id="banner_cavalry"
                name="{=U7BabYT0}Banner Cavalry"
                default_group="Cavalry"
                occupation="Soldier"
                culture="Culture.alantian"
                level="30">
    <face>
      <face_key_template value="NPCCharacter.villager_battania"/>
    </face>
    <skills>
      <skill id="OneHanded" value="100"/>
      <skill id="Athletics" value="100"/>
      <skill id="Riding" value="100"/>
    </skills>
    <equipmentSet>
      <equipment slot="Item0" id="Item.alantos_spatha_2" />
      <equipment slot="Item1" id="Item.campaign_banner_small" />
      <equipment slot="Head" id="Item.alantosian_light_troop_helm" />
      <equipment slot="Cape" id="Item.alantosian_infantry_shoulder_guards" />
      <equipment slot="Body" id="Item.alantosian_hleather_curiass" />
      <equipment slot="Gloves" id="Item.mail_mitten" />
      <equipment slot="Leg" id="Item.mail_cavalier_boots" />
      <equipment slot="Horse" id="Item.alantian_strider" />
      <equipment slot="HorseHarness" id="Item.mail_and_plate_barding" />
    </equipmentSet>
  </NPCCharacter>
This two troops i created but they dont spawn with the banners if someone is able make the banners spawn with them please please please tell me how.
Thanks
 
后退
顶部 底部