Jump to content
Sign in to follow this  
enoanot

Wooden Case disappear after server restart?

Recommended Posts

Hello I have a problem with the Wooden Case. These disappear after the server restart. What can I do to prevent this from happening?

Share this post


Link to post
Share on other sites

If you mean Sea chest you can look in your Types.xml

<type name="SeaChest">
        <nominal>10</nominal>
        <lifetime>3888000</lifetime>   <---------- It should have this value
        <restock>0</restock>
        <min>5</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>20</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="1" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
        <usage name="Farm"/>
        <usage name="Coast"/>
        <usage name="Hunting"/>
    </type>

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  

×