In Progress Some thing about pillum

Users who are viewing this thread

Version number
e1.6.3
Branch
Beta
Modded/unmodded
No, I didn't use any mods.

bfmsc

Recruit
Summary:In the recent 1.6.3 beta patch the pillum and other throwing spears get a fix which fix the error as many people mentioned before. and after some test I found tarkans now use their triangular correctly as javelins, but legionaries still don't throw their pillum. is that a bug? and if the developers truly intend to remove throwing weapons from legionaries, please change the pillum into a real spear.

How to Reproduce:just go any custom or campaign battle.
 
Forwarded to the QA team for further investigation. We will reach out again if we need more information. Thanks for reporting and sorry for any inconvenience!
update: I found someone post a thread about how to slove this problem.
the person who post thread say he compared the data of pillum and triangular throwing spear's crafting pieces in Mount & Blade II Bannerlord\Modules\Native\ModuleData,crafting_pieces.xml, the pillum's head(spear_blade_3) has a flag called "NotStackable" . And after delete this flag the legionary will use pillum as javelin correctly.

<CraftingPiece id="spear_blade_38"
name="{=nr3K4od2}Pilum Head"
tier="4"
piece_type="Blade"
mesh="spear_blade_38"
length="23.7"
weight="0.0744"
excluded_item_usage_features="swing">
<PieceUsages unavailable_usages="TwoHandedPolearm_Couchable" />
<BladeData stack_amount="2"
physics_material="wood_weapon"
body_name="bo_spear_b"
holster_mesh="throwing_spear_quiver_3_2"
holster_body_name="bo_throwing_spear_quiver_3_2"
holster_mesh_length="96.8">
<Thrust damage_type="Pierce"
damage_factor="2.5" />
</BladeData>
<Flags>
<Flag name="BonusAgainstShield" />
<Flag name="NotStackable"
type="ItemFlags" />-------------------------------delete this then the legionary will throw their pillum

</Flags>
<Materials>
<Material id="Iron3"
count="1" />
</Materials>
</CraftingPiece>
 
Last edited:
update: I found someone post a thread about how to slove this problem.
the person who post thread say he compared the data of pillum and triangular throwing spear's crafting pieces in Mount & Blade II Bannerlord\Modules\Native\ModuleData,crafting_pieces.xml, the pillum's head(spear_blade_3) has a flag called "NotStackable" . And after delete this flag the legionary will use pillum as javelin correctly.

<CraftingPiece id="spear_blade_38"
name="{=nr3K4od2}Pilum Head"
tier="4"
piece_type="Blade"
mesh="spear_blade_38"
length="23.7"
weight="0.0744"
excluded_item_usage_features="swing">
<PieceUsages unavailable_usages="TwoHandedPolearm_Couchable" />
<BladeData stack_amount="2"
physics_material="wood_weapon"
body_name="bo_spear_b"
holster_mesh="throwing_spear_quiver_3_2"
holster_body_name="bo_throwing_spear_quiver_3_2"
holster_mesh_length="96.8">
<Thrust damage_type="Pierce"
damage_factor="2.5" />
</BladeData>
<Flags>
<Flag name="BonusAgainstShield" />
<Flag name="NotStackable"
type="ItemFlags" />-------------------------------delete this then the legionary will throw their pillum

</Flags>
<Materials>
<Material id="Iron3"
count="1" />
</Materials>
</CraftingPiece>
Yep. That works thx.
 
Back
Top Bottom