Thread: Login issue
View Single Post
  #3  
Old 04-06-2010, 10:35 PM
sf411
Fire Beetle
 
Join Date: Apr 2010
Location: Oklahoma, USA
Posts: 9
Default

Ok so I set it to localhost. Still keep getting unable to connect to server. I am also using minilogin, so if that is an issue let me know.

Code:
[LoginServer]
loginserver=localhost
loginserver2=newlogin1.eqemulator.net
loginport=5998
loginport2=5999
worldname=EQR
worldaddress=localhost
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
Here is my mini login ini file. Also do I need to fill out the Account and Password field under the login server part, if so with what? The account I set in the mysql command?
This is what I changed in the eqemulogin file.


Code:
	<!-- Loginserver information.  Defaults shown -->
		<loginserver>
			<host>localhost</host>
			<port>5998</port>
			<account></account>
			<password></password>
		</loginserver>
Reply With Quote