View Single Post
  #14  
Old 06-23-2012, 04:23 AM
DrickosTruelight
Fire Beetle
 
Join Date: Jun 2012
Location: CA
Posts: 2
Default

Quote:
Originally Posted by geotophe View Post
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!
This sure helped me a ton! Thanks!

I did do something slightly different, though. In the "tblserveradminregistration" I added another row and created a different username & password. I used that in my "eqemu_config.xml" file. This allowed me to finally log into the world.
Reply With Quote