If you are getting a 1017 with a minilogin server - Try this
If you are getting a 1017 error message when attempting to join your minilogin server, please make sure you have added the eqemu account.
This can be done by opening up a command prompt, (cmd in run), going to your eqemu directory(example: cd C:\eqemu), and typing:
world adduser eqemu eqemu 200
At this point you can try to connect again.
If that is not working (it starts world.exe) and you do not want to know how to get it to work... open up mysql.exe in your mysql\bin folder, and type:
use eq(or your db name);
INSERT INTO account SET name='eqemu', password='eqemu', status=200;
Good Luck!
|