v.1.2.4 to 1.3.x
If you have already added custom items to the script, it is worth making a backup of these and adapting them to the new version later.
Stop your server
Delete Files
Delete all it-drugs files and inventory items from your server.
Execute SQL Statement
-- Delete the drug_plants table
DROP TABLE IF EXISTS drug_plants;
-- Delete the drug_processing table
DROP TABLE IF EXISTS drug_processing;
Follow the install guide
Loading...
v1.3.x to 1.3.x
Stop your server
Replace files
Replace all files on your server except for config.lua with the new script files. If you have not edited the config.lua you can also replace this file
Check Config.lua changes
Loading...
When comparing, please make sure that the two correct versions are selected:
Left: Your version
Right: The version you want to update to
Then simply search with config.lua and adapt your config file to the latest one