View Single Post
  #4  
Old 07-25-2011, 04:53 PM
LordRahl13
Fire Beetle
 
Join Date: May 2010
Posts: 3
Default

Based on the error you received, it seems the information in your eqemu_config.xml file is probably not filled out correctly/completely.

Code:
<loginserver>
<host>localhost</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
Where it says account and password you need to put the account/password that is in the tblserveradminregistration. (default account/password entered is Admin/Password if nothing was changed)
Reply With Quote