View Single Post
  #6  
Old 02-25-2010, 09:29 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

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
Reply With Quote