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.