View Single Post
  #4  
Old 04-26-2017, 01:15 AM
spidey1170
Sarnak
 
Join Date: May 2009
Location: Alaska
Posts: 61
Default [SOLVED] Login server username & password required

The guides definitely need updated. I found the answer from a post 7 years ago.

In the eqemu_config.xml section, the username and password for the server admin needs to be entered.

<loginserver>
<host>localhost</host>
<port>5998</port>
<account>admin_user_name</account>
<password>supersecretpassword</password>
</loginserver>

Now, I have a completely different problem, but as far as the logs are showing, my client logged in, created a character and then the game crashed as it loaded the starting zone.
Reply With Quote