View Single Post
  #12  
Old 08-30-2010, 03:37 PM
geotophe
Fire Beetle
 
Join Date: Aug 2010
Location: France
Posts: 1
Default Set World to register with login server

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