Running 1.23 dayz server. Car parts are spawning not only on car wrecks, but next to car wrecks, and in what seems like every random industrial place. Sheds, Dynamic trains, etc. Trying to configure it to ONLY spawn on car wrecks.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10
- Category
- Config
Steps To Reproduce
Confirmed that cfglimitdefinition.xml has this line: <category name="lootdispatch"/>
Replaced vehiclesparts with lootdispatch in types.xml in mpmissions/dayzOffline.chernarusplus/db folder:
<type name="CivSedanDoors_BackLeft">
<nominal>5</nominal> <lifetime>28800</lifetime> <restock>0</restock> <min>2</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="0"/> <category name=“lootdispatch”/> <usage name=“Industrial”/> </type>
Deleted all car parts in Kamensk, and rebooted server and items still spawn in random industrial as well as on carwrecks AND next to carwrecks.