[OPEN] (Need help) Remove all clothes and guns on the ground

FireMikeZ

New Member
Hey guys! I need help to remove all the clothes and guns on the ground. Im assuming its not really hard but I tried and it didnt work.

Here what i've try to do : In my cfgspawnabletypes.xml I erase everything I dont want to spawn in the world.

In my types.xml I changed all the values. Here an example :

<type name="AmmoBox">
<nominal>0</nominal>
<lifetime>20</lifetime>
<restock>0</restock>
<min>0</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="1"/>
<category name="containers"/>
<usage name="Military"/>
</type>

But. Nothing "despawn" or disapear. There always clothes or guns in the houses.

If someone can help me with that it would be very cool. I think im making a small mistake but I dont know wich one.

Thanks guys and sorry for my english! Hope you guys will understand

Edit : I use nitrado server if it can help you!
 
Last edited:
Late Reply but for anyone trying to do this in the future you would simply stop server delete the 3 types files types.001 types.002 and types.bin located usually in dayzOffline.chernarusplus/Storage_1/data

Restart your server and all loot should be gone or at least the items you changed nominal to 0 will be gone.
 
Back
Top