I was getting the same problem on minilogin
What you need to do is add the following to your db in mysql.bat ::
Code:
INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);
If that doesn't work, then add the info manually using FQAdmin
ID = 1 , Name = eqemu , packencrypyt " , sharedplat 0 , password = eqemu , status 250, lsaccount_id Null, gm speed 0 , revoked 0.
Then sign in to your eqemu through the username and password of
eqemu
Good luck!