82ndAB_Bravo17 Posted August 10, 2015 Report Share Posted August 10, 2015 This is a simple Python program written to do 3 things: 1. Delete Traders with no corresponding AI_ITEMS entry 2. Delete Traders and their AI_ITEMS entry if they were initialized without the default loot 3. Tell you which traders have which vehicles in their inventory Each time it is run it will write an entry to dataebasestats.txt with date and time, any deletions that were made and a list of the vehicles with trader number Since it is a Python program you will need Python 2.7 - latest version that you can since later versions come with pip included, and redis for python. Use "pip install redis" You should be able to easily customize it for any non-standard vehicles that you have on your server. GIT repository is at https://github.com/82ndab-Bravo17/EpochRedisCleanup Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now