Jump to content
Sign in to follow this  
Pje91

set up Tents dissapear after sometime

Recommended Posts

First of. I am new to being a Server owner.

Some dude on my Server told me that his set up tents are dissapearing.

        <type name="CarTent">
        <nominal>8</nominal>
        <lifetime>7200</lifetime>
        <restock>1800</restock>
        <min>2</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="containers"/>
        <usage name="Industrial"/>

these are my type.xml settings for all tents. I thought the lifetime entry refers to the tents that have not been set up. Is this the problem?

1 Large Tent/Vehicle Tent, 1 Party Tent and 1 Medium Tent for Solo-Players

1 Large Tent/Vehicle Tent, 2 Party Tents and 2 Medium Tents for a Group of 2-4 Players

2 Large Tent/Vehicle Tents, 2 Party Tents and 4 Medium Tents for a Group of more than 4 Players

these are my Tent rules. only if you want to know and have suggestions for changes to the tent entries to match these tent rules.

 

Thanks!

Edited by Pje91

Share this post


Link to post
Share on other sites

<lifetime>7200</lifetime>

The life time of your car tent is 7200s (2h) only.

Increase the value to increase it's life time.
For example:  3888000

<lifetime>3888000</lifetime>

You will have to adjust other items, too:

<type name="LargeTent">
<type name="MediumTent">
<type name="PartyTent">

Edited by fake
  • Like 1

Share this post


Link to post
Share on other sites

OK Thank you.

Edited by Pje91

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  

×