View Single Post
  #3  
Old 07-24-2010, 10:25 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

Open the load_player.sql file and complete the file paths.

This is incorrect: source player_tables/aa_timers.sql;
The program has no idea where on your computer the aa_timers.sql file is at.

It should look something like this: source D:/Everquest/SVN/PEQ Database/player_tables/aa_timers.sql;

Similar changes will have to be made to the load_bots.sql file.
Reply With Quote