View Single Post
  #2  
Old 07-29-2008, 07:53 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Here's my windows config files (so you can copy);
eqemu_config.xml
Code:
<?xml version="1.0">
<server>
        <world>
		<shortname>classic</shortname>
		<longname>'-=AX_CLASSIC Marysol=-</longname>
                
                <!-- Only specify these two if you really think you need to. -->
		<address>localhost</address>
		<localaddress>192.168.2.100</localaddress>
		
		<!-- Loginserver information.  -->
        <loginserver>
		<host>localhost</host>
		<port>5999</port>
		<account></account>
		<password></password>
        </loginserver>
	<!-- Server status.  Default is unlocked -->
	<!--<locked/>-->
	<!-- <unlocked/> -->
                
	<!-- Sets the shared key used by zone/launcher to connect to world -->
                <key>yoursharedkey</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>eq</username>
                <password>yourpassword</password>
                <db>ax_classic</db>
        </database>
</server>
loginserver.ini
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.2.100
#loginserver2=newlogin1.eqemulator.net
loginport=5999
#loginport2=5999
worldname=BlackwaterMiniLogin
worldaddress=192.168.2.100
locked=false
#account=
#password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
I my pcs all have names and static ips so life will be easier for me.
Reply With Quote