View Single Post
  #4  
Old 10-10-2008, 08:37 PM
ChUzZ84
Fire Beetle
 
Join Date: Oct 2008
Location: Sydney Australia
Posts: 28
Post

Below is my Config and login file.

Quote:
<?xml version="1.0">
<server>
<world>
<shortname>RoarPower.net EQ</shortname>
<longname>RoarPower.net EQ</longname>

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

<!-- Loginserver information. -->
<loginserver>
<host>5.209.200.211</host>
<port>5999</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>eq</username>
<password>eq</password>
<db>peq</db>
</database>
</server>
Quote:
### --- 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=5.209.200.211
loginserver2=newlogin1.eqemulator.net
loginport=5999
loginport2=5999
worldname=EQ.RoarPower.net Server
worldaddress=5.55.231.75
locked=false
account=chuzz
password=xxxxxx

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
Reply With Quote