| 
 honestly, it takes no time to do yourself..
 take all the .txt files drwade was cool enough to offer.. then put them in your mysql/bin directory
 
 open mysql.exe
 
 for example, if you have a faction_lists.txt file, to import it to the db, you type at the mysql prompt
 
 mysql\ source faction_lists.txt
 
 then it should run through it's thing. Just do this for each list. This is how I did it, and it worked perfectly.
 |