on our server we, too, have the problem that after 24 days basebuilding objects disappear regardless of our maintenance related settings.
Looking at the DB events I found that removeObjectEmpty reads
DELETE FROM `object_data` WHERE `LastUpdated` < DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 14 DAY) AND `Datestamp` < DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 24 DAY) AND ( (`Inventory` IS NULL) OR (`Inventory` = '[]') OR (`Inventory` = '[[[],[]],[[],[]],[[],[]]]') )
To my knowledge this would not only delete "abandoned storage objects and vehicles" but anything that has an inventory string '[]'. This holds for _any_ object, cinderwalls, ladders, ...
Question
ekroemer
Hi there,
on our server we, too, have the problem that after 24 days basebuilding objects disappear regardless of our maintenance related settings.
Looking at the DB events I found that removeObjectEmpty reads
To my knowledge this would not only delete "abandoned storage objects and vehicles" but anything that has an inventory string '[]'. This holds for _any_ object, cinderwalls, ladders, ...
So, misunderstanding on my part or bug?
Link to comment
Share on other sites
3 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