Log in

View Full Version : Sourcing in the DB addon


DannMann99
12-05-2002, 05:12 AM
got everything to run fine, when i go to source in the DB after opening install it says it will take a few minutes, after a few a bunch of messages come up on the dos prompt saying"

"Error 1064 at line 313673 in file: spawns.sql"


(the number 313673 was increasing from about 313655 or so)

i guess everything is getting sourced in but the spawns?

after it has all the error messages it says press any key to continue...

akshun
12-05-2002, 05:42 AM
I had the same problem, read a post in the forum with a fix that worked for me.

Open the spawns.sql file in a text editor and search for any instances of ",," (double comma's WITHOUT the quotes), replace them with a valid race number, i used 255.

should work.

Seems these spawns don't have any race defined.

akshun
12-05-2002, 05:46 AM
make sure you replace it with ,255, not just 255...you need to add a value between the empty quotes...doh!