View Single Post
  #12  
Old 03-28-2017, 01:14 PM
Mistmaker's Avatar
Mistmaker
Sarnak
 
Join Date: Feb 2014
Posts: 77
Default

Do I need to manually add accounts that are not in the database to the server for them to be able to login? I tried with an account that's not in the database and it gets the error that the server is not available (because it't locked). I tried to manually add it but since its an eqemu account I dont know what the account ID is. How do I get this account into the database without unlocking the server?

I found this info, but this for local login account.

http://wiki.eqemulator.org/p?Windows...er_Setup_Guide

INSERT INTO tblloginserveraccounts (AccountName,AccountPassword,AccountEmail,LastIPAd dress,LastLoginDate)
VALUES ('your_account_name',sha('your_password'),'me@me.c om','127.0.0.1','2014-01-01 00:00:01');
__________________
~ Mr. Gold ~ Pillage and Plunder ~
Reply With Quote