View Single Post
  #27  
Old 12-17-2015, 02:17 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Does not look like world is trying to connect.

This

Code:
<!-- Loginserver information. DO NOT EDIT -->
<loginserver>
	<host>127.0.0.1</host>
	<port>5999</port>
	<account></account>
	<password></password>
</loginserver>

Put in your login and password you insert with the SQL statement I gave you.

I really thought that port was supposed to be 5998, so change that for me. Mine looks like this.

Code:
		<loginserver1>
			<host>127.0.0.1</host>
			<port>5998</port>
			<account>login</account>
			<password>Mypass</password>
        	</loginserver1>
		
		<loginserver2>
			<host>login.eqemulator.net</host>
			<port>5998</port>
			<account>login</account>
			<password>Mypass</password>
        	</loginserver2>
Reply With Quote