Thread: SoF Trouble
View Single Post
  #34  
Old 06-12-2009, 08:39 AM
kfrench2009
Fire Beetle
 
Join Date: Apr 2009
Location: Ohio
Posts: 6
Default

I do have port 9000 forward. I am only forwarding 7000 - 7100 however. Should I change that to 7500?

XML config file - LAN only until I get it running.
Code:
<?xml version="1.0">
<server>
  <world>
  <shortname>LaMarch</shortname>
<longname>Innoruuk</longname>

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

<!-- Loginserver information.  -->
      <loginserver>
      <host>localhost</host>
      <port>5999</port>
      <account>****</account>
 
    <password>******</password>
      </loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
      <key>make_your_key!</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>********</username>
      <password>*********</password>
      <db>ax_classic</db>
  </database>

</server>

Launcher Table
Name Dynamics
Cities 0
Ships 0
zones 5

Launcher Zones Table (1 from each launcher)
Launcher Zone Port
Cities akanon 0
Ships freporte 1201

Nothing for the zones launcher

There is no start.bat. AX Repack uses a .NET based launcher program. I fired up the program. I have a cmd window (as listed above) however, the tile bar is listed as such

0:timorous, 0 clients


I hope that is enough info. I am using the repack for the bots and the old school EQ world. Hate starting in Glooming Deep
Reply With Quote