View Single Post
  #2  
Old 05-24-2018, 12:39 PM
GRUMPY
Discordant
 
Join Date: Oct 2016
Posts: 445
Default

In your server config file, eqemu_config.json you need to have this configured
to have your server patch into their login server with the same username and
password you setup in the world server acount you created.
Code:
"loginserver" : {
                    "account" : "accountusernamehere",
                    "host" : "login.eqemulator.net",
                    "legacy" : "1",
                    "password" : "passwordhere",
                    "port" : "5998"
Reply With Quote