Jump to content
Sign in to follow this  
Ton_41

How to auto clean all items on floor after restart

Recommended Posts

If Player dump items on floor every where. How to clean that all when server restart? such as meat ,campfire ,cloth ,backpack ,fire ,gun  ( that not mean dump items on the house ) 

https://i.imgur.com/pS76Ljh.jpg

Edited by Ton_41

Share this post


Link to post
Share on other sites

You should play with the values on Dayzserver/mpmissions/pvpPlus.chernarusplus/db/economy.xml

There is you have the things some values. You can change save to save="0"

I don't have the exactly documentation, but you should look for it on web

Share this post


Link to post
Share on other sites
2 minutes ago, SilvioDoHOTS said:

You should play with the values on Dayzserver/mpmissions/pvpPlus.chernarusplus/db/economy.xml

There is you have the things some values. You can change save to save="0"

I don't have the exactly documentation, but you should look for it on web

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<economy>
    <dynamic init="1" load="1" respawn="1" save="1"/>
    <animals init="1" load="0" respawn="1" save="0"/>
    <zombies init="1" load="0" respawn="1" save="0"/>
    <vehicles init="1" load="1" respawn="1" save="1"/>
    <randoms init="0" load="0" respawn="1" save="0"/>
    <custom init="0" load="0" respawn="0" save="0"/>
    <building init="0" load="0" respawn="0" save="0"/>
    <player init="1" load="1" respawn="0" save="1"/>
</economy>

where to change to 0 for do that?

Share this post


Link to post
Share on other sites

I'm not sure, but I think item related stuff is this dynamyc. So you should change

<dynamic init="1" load="1" respawn="1" save="1"/>

 

to

<dynamic init="1" load="1" respawn="1" save="0"/>

 

and try it out.

Share this post


Link to post
Share on other sites
20 minutes ago, SilvioDoHOTS said:

I'm not sure, but I think item related stuff is this dynamyc. So you should change


<dynamic init="1" load="1" respawn="1" save="1"/>

 

to


<dynamic init="1" load="1" respawn="1" save="0"/>

 

and try it out.

don't work

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  

×