meanbeandk Posted March 28, 2015 Report Share Posted March 28, 2015 Hi Hope some one can help me I'm trying to find a way to delete all the old bases on my server is there a way to see if a player has been online the last 30 days . If not delete all his things on the server (Base and all) :) Link to comment Share on other sites More sharing options...
Gr8 Posted April 9, 2015 Report Share Posted April 9, 2015 You might would want to use a maintenance script and delete the bases which haven't been maintained in a long time Link to comment Share on other sites More sharing options...
Triage Posted April 9, 2015 Report Share Posted April 9, 2015 Check this out https://github.com/vbawol/DayZ-Epoch/blob/master/Server%20Files/SQL/add_recommended_mysql_events.sql. These are some really good SQL events that you just put in your database query and run them. If you don't understand what some of them are doing feel free to ask. Most of them are pretty self-explanatory though. Link to comment Share on other sites More sharing options...