Hi guys i want to ask you some help.
It doesn't matter if we maintain the base, the server is randomly deleting the plots and doors after few days (randomly). Any solutions?
Sql events:
Quote
UPDATE `object_data`
SET `Damage` = IF( `Damage` = 0.0, 0.1, `Damage` + 0.1 )
WHERE `LastUpdated` <= DATE_SUB(NOW(), INTERVAL 1 DAY)
AND `ObjectUID` <> 0
AND `CharacterID` <> 0
AND ( (`Inventory` IS NULL) OR (`Inventory` = '[]') )
Hiveext.ini
Quote
;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
;Leaving CleanupPlacedAfterDays below commented (with a ; in front) will NOT disable the cleanup, but will make the objects get cleaned up after the default 6 days.
CleanupPlacedAfterDays = 10
Question
daryl922
Hi guys i want to ask you some help.
It doesn't matter if we maintain the base, the server is randomly deleting the plots and doors after few days (randomly). Any solutions?
Sql events:
Hiveext.ini
Plotobject.sqf
Help please!
Link to comment
Share on other sites
2 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