The correct order of statements in load_bots.sql appears as if it should be:
Code:
source player_tables/botguildmembers.sql;
source player_tables/bots.sql;
source player_tables/botadventuring.sql;
source player_tables/botbuffs.sql;
source player_tables/botpetstatepersists.sql;
source player_tables/botinventory.sql;
source player_tables/botgroups.sql;
Edit: Oops, didn't notice that you edited your last post to say that you already got it working
