War3zuk
Refugee
I need to add this to the loot table.... but cant get it to work & read the info on it but still failed lol....
<!-- military munitions ammo box -->
<lootcontainer id="40" count="1" size="8,4" sound_open="UseActions/open_chest" sound_close="UseActions/close_chest" open_time="15" loot_quality_template="baseTemplate">
<item group="weaponsMilitaryGuns+ammo" prob="0.35"/>
<item group="militaryAmmo" prob="1"/>
<item group="militaryArmor" prob="0.1"/>
to go here so they can be found ????
</lootcontainer>
xpath="/lootcontainers/lootcontainer[@id=40] (<item name="Generic Ammo Supply">
Can someone sort this for me & just explain in a few words why & what lol, Thanks
EDIT Ive managed to get all the other code working without errors, BUT if you cant find the Generic Box within the loot then it would never been seen in the world....
<!-- military munitions ammo box -->
<lootcontainer id="40" count="1" size="8,4" sound_open="UseActions/open_chest" sound_close="UseActions/close_chest" open_time="15" loot_quality_template="baseTemplate">
<item group="weaponsMilitaryGuns+ammo" prob="0.35"/>
<item group="militaryAmmo" prob="1"/>
<item group="militaryArmor" prob="0.1"/>
to go here so they can be found ????
</lootcontainer>
xpath="/lootcontainers/lootcontainer[@id=40] (<item name="Generic Ammo Supply">

Can someone sort this for me & just explain in a few words why & what lol, Thanks
EDIT Ive managed to get all the other code working without errors, BUT if you cant find the Generic Box within the loot then it would never been seen in the world....