View Single Post
  #12  
Old 03-13-2003, 08:55 PM
Kappen
Fire Beetle
 
Join Date: Jan 2003
Location: Austin, TX
Posts: 9
Default

I'm pretty sure you downloaded Drawde's so here's wut ya can do...
Say you installed it to C:\Drawde\
There u have:
city_defense.txt
faction_list.txt
loot.txt
merchantlist.txt
and so on...

So you need to run mysql
Type use eq (or whatever your database is called)
Then type: source C:\Drawde\city_defense.txt
and just use the same format for the rest but replacing the name of the .txt document
so the next would be: source C:\Drawde\faction_list.txt

Make sure not to source the reloadDB.sql because you will get errors saying that it was unable to locate the text files.

There is a ReloadDB.sql in there that should do it all for you but i just did it the hard way ... It still got the job done.
Reply With Quote