Jump to content
Mr9099

Tutorial { More loot spawn locations "

Recommended Posts

Hi guys i've recently found out how you can make loot spawn in many locations , after a bit of fighting and bug's while doing so i've finally found out how to do so below are the file your going to need to edit

This code below is from the file " mapgroupproto " found in " \DayZ\mpmissions\dayz.chernarusplus " >> Mine is set to " 100" on both Group and Container , you can edit this to what ever number you feel like having 

<default name="group" lootmax="100" />
<default name="container" lootmax="100" />

The other lines of code your going to edit next will be found in " Types.xml found in " \DayZ\mpmissions\dayz.chernarusplus\db "

    <type name="ACOGOptic">
        <nominal>50</nominal>
        <lifetime>7200</lifetime>
        <restock>1800</restock>
        <min>15</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="weapons"/>
        <usage name="Military"/>

for example the Category and usage are "Weapons " & Military "  your are going to want to replace them with the following code found below

        <category name="tools"/>
        <category name="containers"/>
        <category name="clothes"/>
        <category name="vehiclesparts"/>
        <category name="food"/>
        <category name="weapons"/>
        <category name="books"/>
        <category name="explosives"/>
        <usage name="Military"/>
        <usage name="Police"/>
        <usage name="Medic"/>
        <usage name="Firefighter"/>
        <usage name="Industrial"/>
        <usage name="Farm"/>
        <usage name="Coast"/>
        <usage name="Town"/>
        <usage name="Village"/>
        <usage name="Hunting"/>
        <usage name="Office"/>
        <usage name="School"/>
        <usage name="Prison"/>

From here you are going to change the "<nominal>xx</nominal> " to what ever you want my self have " 5000 " set as mine after you've set your " <nominal>xx</nominal> " you'll move on to your " <min>xx</min> " i recommend to keep this no lower then 60 and nothing more then 400 

Edited by Mr9099
  • Like 1
  • Beans 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×