View Single Post
  #2  
Old 06-03-2008, 12:32 AM
browsebot
Fire Beetle
 
Join Date: May 2008
Location: Irrelevant
Posts: 15
Default

CONFIG FILES USED TO CONNECT TO SERVER VIA EQEMULATOR.NET LOGIN SERVER:


EQHOST.TXT:
[LoginServer]
Host=eqemulator.net:5998



LOGINSERVER.INI:
### --- 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=127.0.0.1
loginserver2=newlogin1.eqemulator.net
loginport=5999
loginport2=5999
worldname=Immortal Embrace
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999



EQEMU_CONFIG.XML:
<?xml version="1.0">
<server>
<world>
<shortname>Kindred</shortname>
<longname>Immortal Embrace</longname>

<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>-->
<localaddress>127.0.0.1</localaddress>-->

<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></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>mysql</password>
<db>PEQ</db>
</database>
</server>
Reply With Quote