Ok, I updated the eqemu repo's load/drop bots script files and added a
load_bots_old.sql to the 'deprecated' folder of bot scripts.
- IF you are using a post-player profile blob conversion database, you will need to use
load_bots.sql
- IF you are using a pre-player profile blob conversion database, you will need to use
load_bots_old.sql
Use this query to determine what version you have, if you are unsure:
Code:
SHOW TABLES LIKE 'character_data';
If you get a hit, then you have the new version..no hit is the old version.
There is an auto-conversion process in the server code to convert the required schema when it's updated.
ref:
https://github.com/EQEmu/Server/comm...570d3f2a28a5e8
The 'peq' distro has the old script..and should for the time being..at least until any issues have been identified and worked out here first.