ok thanks i will try that. here is the log From Eqemuserver file
[Debug] [02.10.15 - 22:12:25] Logging System Init.
[Debug] [02.10.15 - 22:12:25] Config System Init.
[Debug] [02.10.15 - 22:12:25] MySQL Database Init.
[Debug] [02.10.15 - 22:12:25] Encryption Initialize.
[Debug] [02.10.15 - 22:12:25] Encryption Loaded Successfully.
[Debug] [02.10.15 - 22:12:25] Server Manager Initialize.
[Network] [02.10.15 - 22:12:25] ServerManager listening on port 5998
[Debug] [02.10.15 - 22:12:25] Client Manager Initialize.
[Network] [02.10.15 - 22:12:25] ClientManager listening on Titanium stream.
[Network] [02.10.15 - 22:12:25] ClientManager listening on SoD stream.
[Debug] [02.10.15 - 22:12:25] Server Started.
I copied all files into EQ\EQEmuServer that end with pdb. Per the guide its for logs to check world,ect. When i try to open these files with any program i get a working hour glass and it won't open.
below is the part confusing me
You now have the required database tables, but they are empty and so no one will be able to log in yet. Open up either HeidiSQL or just do this in the mysql prompt:-
?
1
2
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');
These files already exist in my EQ\SQL folder. When i click on the file it opens Heidi program but just the generic log in screen is there with no options.
|