View Single Post
  #2  
Old 10-17-2018, 07:23 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

If you are 100% percent sure that this will only ever be solo on '127.0.0.1'...

Drop this:
Code:
"loginserver1" : {
"account" : "",
"host" : "login.eqemulator.net",
"legacy" : "1",
"password" : "",
"port" : "5998"
},
from eqemu_config.json..

..and remove the '2' from
Code:
"loginserver2"

My login.ini has
Code:
local_network = 127.0.0.
..but, on a localhost server, I don't think that's critical.


Any network configuration details should not be a factor for localhost as well.

EDIT: (unless you have a binding to a specific port used by the server..i.e., port 9000)


Ensure that your eqhost.txt setting is using port:

5998 for Titanium and SoF clients

5999 for SoD, UF, RoF and RoF2 clients


If you still can't login after this, I would check your firewall settings.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote