Thread: 1017 error
View Single Post
  #4  
Old 06-14-2003, 07:20 PM
wdrng
Sarnak
 
Join Date: Oct 2002
Posts: 34
Default

Are you trying to play on your own personal server, or are you trying to run your own server but log in through EQemu's verification?

If you're trying to just connect and play locally, you'll need to add each minilogin account. To add the account in, run mysql.exe and type:
use eq;
then hit enter, after that you have to enter the accounts

INSERT INTO account SET name='acctname', password='acctpassword' status=status number;

ie. if your account name was bob and your password was here, and you wanted to have server OP privilages, you'd type:

INSERT INTO account SET name='bob', password='here', status=200;


Status Listings: 0=Normal, 10=PU, 80=Quest Troupe, 100=GM, 101=GM-Events, 150=LGM, and 200=ServerOP.

I was having the same problem untill I added my account to the MySQL database.