View Single Post
  #6  
Old 05-18-2008, 10:10 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

In red below, I marked the password section you filled out with Xs. You don't want to have anything at all in that part. Remove all of those Xs (or any password you might have there).

Code:
<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password>xxxxxxxxxxxx</password>
</loginserver>

Should look like this:

Code:
<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote