Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 01-23-2009, 01:44 PM
kryones
Fire Beetle
 
Join Date: Nov 2008
Location: Maryville,MO
Posts: 10
Default furthermore..

here's the code for my config files, maybe you'll see what I'm doing wrong?

(I've assigned my TCP/IP address to 192.168.1.2 via properties when TCP/IP is selected in the properties window of my LAN connection.)

eqemu_config.xml:

Code:
<?xml version="1.0">
<server>
        <world>
                <shortname>Classic</shortname>
                <longname>Classic</longname>
                <!-- Only specify these two if you really think you need to. -->
		<address>192.168.1.2</address>
		<localaddress>192.168.1.2</localaddress>
		
		<!-- Loginserver information.  -->
        <loginserver>
		<host>192.168.1.2</host>
		<port>5999</port>
		<account></account>
		<password></password>
	</loginserver>
	<unlocked></unlocked>
       <!-- Sets the shared key used by zone/launcher to connect to world -->
                <key>kiw9083wdfgesiwud</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>Bill</username>
                <password>password</password>
                <db>ax_classic</db>
        </database>
</server>

LoginServer Configuration Settings File:
Code:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=192.168.1.2
#loginserver2=
loginport=5999
#loginport2=
#worldname=
#worldaddress=
#locked=false
#account=
#password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
I also changed my host file in the WINDOWS/system32/drivers/etc directory to:
Code:
 
192.168.1.2	localhost
Also, I'm using a .bat file to startup my server, the code reads:
Code:
@echo off
Echo Starting MiniLogin Server
c:
cd c:\minilogin
start minilogin.exe
echo.
echo.

cd C:\eqemu
start world.exe
echo waiting a bit for world to finish loading...
echo.
echo.
ping -n 10 192.168.1.2 > nul

echo starting zone
start eqlaunch.exe zone
exit
if you need to see any other file's contents to help solve this problem I'd gladly supply the info. Thanks so much for your help thus far!
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 02:02 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3