Well ive browsed through about 20 files including the Config.xml and this is what ive got for it
<?xml version="1.0">
<server>
<world>
<shortname>ICELANCE</shortname>
<longname>ICELANCE - UNDER TESTING!</longname>
<!-- 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>r***</username>
<password>******</password>
<db>peq</db>
</database>
</server>
I skimmed through quite a few posts, there is another format that includes the telnet line and that was about all i found...i havent come across a format yet which includes Zone server port assignments - could you perhaps post an example if i indeed missed it?
|