View Single Post
  #2  
Old 03-16-2012, 12:52 PM
laxative
Hill Giant
 
Join Date: Aug 2008
Location: NorthEast
Posts: 115
Default

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
Reply With Quote