Jump to content
  • 0

Base objects disappering


boxman80

Question

6 answers to this question

Recommended Posts

  • 0

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:

Link to comment
Share on other sites

  • 0

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

  • 0

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...