boxman80 Posted August 7, 2013 Report Share Posted August 7, 2013 Hi folks, another quick question; how long do objects players put down for bases last by default and where do i find the variable to adjust it? Link to comment Share on other sites More sharing options...
0 fireplace Posted August 7, 2013 Report Share Posted August 7, 2013 It's 6 days. You can change it in the hiveExt.ini ;Negative values will disable this feature ;0 means that ALL empty placed items will be deleted every server restart ;A positive number is how old (in days) a placed empty item must be, in order for it to be deleted CleanupPlacedAfterDays = 14 If it's not in yours just add it in http://dayzepoch.com/wiki/index.php/Server_Configuration_Instructions#Automatic_Cleanup_of_placed_items: boxman80 1 Link to comment Share on other sites More sharing options...
0 boxman80 Posted August 7, 2013 Author Report Share Posted August 7, 2013 Cheers, much appreciated. Link to comment Share on other sites More sharing options...
0 vbawol Posted August 11, 2013 Report Share Posted August 11, 2013 If CleanupPlacedAfterDays does not exist make sure its added under the [Objects] section. boxman80 1 Link to comment Share on other sites More sharing options...
0 evilhomer2 Posted August 11, 2013 Report Share Posted August 11, 2013 i got mine setup so it de spawns after 50 years (18,250 days) hopefully. Link to comment Share on other sites More sharing options...
0 boxman80 Posted September 3, 2013 Author Report Share Posted September 3, 2013 Hui guys, Im still having problems with some deplorable items such as tank traps, sand bags, camo nets etc all disappearing despite my CleanupPlacedAfterDays stating 200 , It seems to be getting over written by some otehr command or just not accepting this. Any ideas? Link to comment Share on other sites More sharing options...
0 Achmed Posted September 3, 2013 Report Share Posted September 3, 2013 your best option is prob gona be this from the Prevent Cleanup of base building items This is a only a workaround to prevent base building items from being cleaned up by the normal internal cleanup system. PLEASE NOTE: This may cause issues due to keeping too many objects in the world. CREATE EVENT preventCleanup ON SCHEDULE EVERY 1 DAY COMMENT 'prevents all cleanup by setting datestamp to current' DO UPDATE `object_data` SET `Datestamp`=CURRENT_TIMESTAMP WHERE `ObjectUID` <> 0 AND `CharacterID` <> 0 AND ( (`Inventory` IS NULL) OR (`Inventory` = '[]') ) Link to comment Share on other sites More sharing options...
Question
boxman80
Hi folks, another quick question; how long do objects players put down for bases last by default and where do i find the variable to adjust it?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now