View Single Post
  #12  
Old 05-02-2019, 03:33 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

With your goal of running just a local/lan server, I am assuming you changed this in your config ?
Code:
"loginserver1" : {
	"account" : "",
	"host" : "login.eqemulator.net",
	"legacy" : "1",
	"password" : "",
	"port" : "5998"
 },
"loginserver2" : {
	"account" : "",
	"host" : "10.0.0.100",
	"legacy" : "0",
	"password" : "",
	"port" : "5998"
 },
TO THIS : You only need one loginserver (no 1's or 2's)

Code:
"loginserver" : {
	"account" : "",
	"host" : "10.0.0.100",
	"legacy" : "0",
	"password" : "",
	"port" : "5998"
 },
Of course, if you're playing the client on the same box as server, change the IP to 127.0.0.1 (same in your login.ini) But that's only if you don't need a lan setup for others in the house to play.
Reply With Quote