Jump to content
Sign in to follow this  
lbmaster

Edit Crashsites Loottable

Recommended Posts

Hey,

 

does anyone of you know how to edit the loottable of the Helicrashsites ? I would like to remove some items from the normal loottable and add them there instead. So you have to look for Helicrashes to find rare items. I had no luck to find it, but maybe one of you can help me out.

 

LBmaster

Share this post


Link to post
Share on other sites

As I understand it, stand in the "mapgroupproto.xml" the wrecks zb. Wreck_UH1Y.
And there category is specified, what should spawn there.
I think if there is something else special spawn, there would have to create a new category with corresponding loot, what should spawn there

I'm sorry for my english

  • Like 1

Share this post


Link to post
Share on other sites

in your folder mpmissions\dayzOffline.chernarusplus\db open the file types.xml and add the necessary object to the line with the parameter - <value name="Tier4"/>

For example:

<type name="AmmoBox_762x54_20Rnd">
        <nominal>40</nominal>
        <lifetime>7200</lifetime>
        <restock>0</restock>
        <min>30</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="1" count_in_hoarder="0" count_in_map="1" count_in_player="1" crafted="0" deloot="0"/>
        <category name="weapons"/>
        <usage name="Military"/>
        <value name="Tier4"/>
    </type>

 

Share this post


Link to post
Share on other sites
On 16.10.2018 at 11:34 PM, ulli_123 said:

As I understand it, stand in the "mapgroupproto.xml" the wrecks zb. Wreck_UH1Y.
And there category is specified, what should spawn there.
I think if there is something else special spawn, there would have to create a new category with corresponding loot, what should spawn there

I'm sorry for my english

I tried to add a new category. It worked for one of the items. Maybe I was not lucky enough to see the others. Even with all helis spawning and max loot at them.

Does every item has the same chance to spawn or can I add a chance modifier somewhere ?

And is is possible to let Zombies spawn at the Helicrash ?

LBmaster

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
Sign in to follow this  

×