View Single Post
  #2  
Old 12-13-2002, 11:31 AM
Pneu
Sarnak
 
Join Date: May 2002
Posts: 65
Default

The db.sql that came with the last release doesn't get you very far and you'll be days working out the patch order on your own.

Here's one I made following all the previous versions and patch orders, I forgot to add quests but I understand EqEmu is about to change the quest format so I wouldn't worry about that yet.

www.users.globalnet.co.uk/~thane/EqEmuSql.zip

Copy the .sql file in this zip to your C:\mysql\bin folder

Click Start
Click Run
Type "command" [without quotes]
Click OK

Type the following:
CD \mysql\bin
Mysqladmin drop eq
[answer y]
mysqladmin create eq
mysql
use eq
source <whatever I called that .sql file>

Hope that fixes it for you

Pneu[/url]
__________________
Girls CAN play computer games, they just think of the screen as a mans head...
Reply With Quote