View Single Post
  #6  
Old 06-02-2017, 02:58 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Quote:
Originally Posted by Nightrider84 View Post
So the Private login is on the same machine. not not sure what you mean by your second question provocating.
Also I changed the sytax to see if that made a difference and it didn't. Tried it with both my local ip address and 127.0.0.1
Okay, so if the client, worldserver and loginserver is all on the same machine, yes just use 127.0.0.1

Code:
                <loginserver1>
                        <host>127.0.0.1</host>
                        <port>5998</port>
                        <account>admin</account>
                        <password>password</password>
                </loginserver1>

                <loginserver2>
                        <host>login.eqemulator.net</host>
                        <port>5998</port>
                        <account>admin</account>
                        <password>password</password>
                </loginserver2>
My source is older, custom so I am not using the legacy attribute. What I meant by the other, of course you change your eqhost.txt file in your client to point to 127.0.0.1
Reply With Quote