Quote:
make sure that there are no spaces behind the lines in loginserver.ini
|
Thats probably it, cause ihave spaces in every .ini file i think
Quote:
also my compiled database might not be compatible with the newest binaries ( and I can't remember if the current release is compatible with the latest EQLive patch ).
|
My last patch was last week. I didnt patch today nor intend to
Thanks again
//////////////Update///////////////
Ok i took out the spaces
C:\EQEMU\MiniLogin.exe
Quote:
Loginserver.ini read.
Miniloginaccounts.ini read.
Servermode: Standalone
Login Server listening on port:5999
|
Still when i try to open World/Zone.exe it says
Quote:
Error: Block not found in DB.ini
|
something like that.
Im going to try out Myra's DB... I dunno. But im making progress thanks.
OHH! also Step three compiling the DB
Quote:
mysql> INSERT INTO account (id, name, charname, packencrypt, sharedplat, password,
status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);
Query OK, 1 row affected (0.00 sec)
|
Do i type EXACTLY what it says there or do i put in my information? i tryed both and when i type EXACTLY what it says, i get the error... Something like
Quote:
The row here does not match the row in the first line
|