View Single Post
  #4  
Old 02-24-2010, 05:17 PM
aronnov
Sarnak
 
Join Date: Feb 2010
Posts: 32
Default It Works!!!!

I dont believe this.....

Quote:
<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>10.10.10.46</host>
<port>5998</port>
<account>root</account>
<password>"My Password is typed here"</password>
</loginserver>
was the problem. i had to remove the username and password from the eqemu_config.xml file.. i guess because that info is already in the .ini? anyways i updated to look like:

Quote:
<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>10.10.10.46</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
The server now shows up and works like it's suppose to.
Reply With Quote