View Single Post
  #1  
Old 05-08-2009, 04:42 PM
Riotgamer2212's Avatar
Riotgamer2212
Fire Beetle
 
Join Date: Jul 2008
Posts: 28
Default cant get onto server

i log in and have no problems doing so, the server seems fine when starting it on the server computer, so when the server is started i log in and when i choose my server and hit play everquest, the game stays there, frozen for a minute then kicks me back to the login screen, i am using the privatelogin

the following are my config files

eqemu_config.xml
Code:
<?xml version="1.0">
<server>
	<world>
	    <shortname>Riot</shortname>
	    <longname>Riot</longname>
	           
	<!-- Only specify these two if you really think you need to. -->
	    <address>localhost</address>-->
	    <localaddress>localhost</localaddress>-->
	   
	<!-- Loginserver information.  -->
	    <loginserver>
	        <host>localhost</host>
	        <port>5999</port>
	        <account>admin</account>
	        <password>******* (removed for security)</password>
	    </loginserver>

	    <!-- Sets the shared key used by zone/launcher to connect to world -->
	    <key>some long random string</key>

	    <!-- Enable and set the port for the HTTP service. -->
	    <http port="9080" enabled="true" mimefile="mime.types" />
	</world>

	<!-- Database configuration, replaces db.ini. -->
	<database>
	    <host>localhost</host>
	    <port>3306</port>
	    <username>root</username>
	    <password>******* (removed for security)</password>
	    <db>ax_classic</db>
	</database>
</server>

db.ini
Code:
[Database]
host=localhost
user=root
password=******* (removed for security)
database=eqemuls
LoginServer.ini
Code:
[LoginConfig]
ServerName=riot
ServerDescription=riot
ServerMode=PrivateLogin
ServerPort=5999
ipaddress=
allowanonservers=0
statsaddress=
statsport=5999
ive tried everything i can think of, and last time i set up a server (about 8 month or more ago) i had no problems, and it was on the same computer, now i redid windows on there so i decided sence i have it JUST for a server now i would reinstall the eqemulator, but everything is new, and my setup took a while to config cause i didnt know what was different or now, anyways, if someone could help i'd be very happy
__________________
Reply With Quote