View Single Post
  #3  
Old 12-29-2019, 05:43 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

This assumes that you don't want to connect to the public login server...

Code:
          "world" : {
               "http" : {
                    "enabled" : "true",
                    "mimefile" : "mime.types",
                    "port" : "9080"
               },
               "key" : "rmJ0srnNuhFoLV4XtBVUwe2C3sLMZIL",
               "loginserver1" : {
                    "account" : "Admin",
                    "host" : "192.168.0.175",
                    "password" : "Password",
                    "port" : "5998"
               },
               "localaddress" : "192.168.0.175",
               "longname" : "Soadin",
               "shortname" : "soadin",
               "tcp" : {
                    "ip" : "192.168.0.175",
                    "port" : "9001"
               },
               "telnet" : {
                    "enabled" : "true",
                    "ip" : "0.0.0.0",
                    "port" : "9000"
               }
          },
- Remove 'loginserver2'
- Remove 'legacy' from 'loginserver1'

Note: Don't change the port values to what you think the client is logging into..these are for server-to-server connections and have nothing to do with client login.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote