So Close, yet a step away
Greetings,
I read that minilogin might be outdated, so I took a shot at going with Eqemuloginserver.exe. I had a working server with minilogin more than 2years ago, but all that data is gone. I'm very close, I've got the executables loading, eqemulogin server appears to be running, I got the steam underfoot client which finally will connect, I have no server listing, I know I missed something dumb. I am still confused at which ini files I no longer need. Hopeing for help, here's what I got: Environment: Windows7 Server, Correct Perl, MYSQL, and SVN codes/databases. EQEmu XML Config file: Code:
<?xml version="1.0"?> Code:
Port=5999 Login.ini Code:
[database] Code:
### --- This file tells world.exe what loginserver to connect to. Note I did setup this up first as a Minilogin server so those tables are still in there, but I changed the variables table entry from minilogin to public and I get this message: New world server connection .....etc etc Server **name** did not attempt to login but this server requires a password. I was pretty familiar with Minilogin, but I'm not doing well with Eqemulogin server it would seem. Can anywhere suggest where I went wrong, I think I'm pretty close. |
Found it!
Thank you Getophe: I ran into the problem with my server not showing up in the server selection list in the client. I solved it that way: In your eqemu_config.xml file fill in the info for "account" and "password" in the "Loginserver information" section of the file to reflect the entry in the "tblserveradminregistration" table, by default when I created the table using the provided SQL file it was "Admin" and "Password", but make sure to check and use the actual entries, so it should look like this: Code: <!-- Loginserver information. --> <loginserver> <host>192.168.1.110</host> <port>5999</port> <account>Admin</account> <password>Password</password> </loginserver> restart the whole thing and now your server should be listed in your client ... hope this helps Cheers! That was indeed the problem I'm up and connecting with the new services. EDIT: also had to delete the user account in the ACCOUNT table because using this new method that gets populated for you.. yay! -Laxa |
All times are GMT -4. The time now is 07:09 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.