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.
|