View Single Post
  #12  
Old 11-10-2012, 08:50 PM
Gurgoth
Fire Beetle
 
Join Date: Oct 2012
Posts: 19
Default

Attempted the eqminilogin change, but that had no positive effects. There is a configuration in the variable table for minilogin but since I am using the EQEmuLoginServer I have not changed its value.

Assuming that there is some problem with the naming convention I used I changed the database entries and config to:

Code:
<?xml version="1.0">
<server>
	<world>
		<shortname>EQHome</shortname>
		<longname>Personal Home</longname>
	
		<loginserver>
			<host>localhost</host>
			<port>5998</port>
			<account>EQHome</account>
			<password>everquest</password>
		</loginserver>
	
	
	</world>

    <database>
        <host>localhost</host>
        <port>3306</port>
        <username>***</username>
        <password>*****</password>
        <db>eq</db>
    </database>

</server>
Same basic symptoms. World server appears to march along fine, and the zone server is doing fine. EQEmuLoginServer is successfully receiving communication from world, and the client. However, any login will get me to the server screen, but no servers to select from.

NOTE: I also did a fresh reinstall of Titanium to rule out any installation problems with the client. Re-configured the link for "patchme" and changed the EQHost file.
Reply With Quote