PDA

View Full Version : No server on server select


Maus
04-20-2006, 10:07 PM
Using 3.1 and fresh Titanium install..

Originally couldn't get past the login, but the opcode fix took care of that. So now I'm looking at the server select screen, but no names pop up.

loginserver.ini:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=Xubuxoruuk
worldaddress=68.35.62.64
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999


eqemu_config:
<?xml version="1.0">
<server>
<world>
<shortname>Xubux</shortname>
<longname>Xubuxoruuk</longname>

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

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account>myuser</account>
<password>mypass</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>emusp3</db>
</database>
</server>

Anything glaringly dancing up and down and saying oooh me me me I'm the problem? All suggestions very much appreciated, and will be attempted, short of shaking chicken bones at the monitor.

drunkgoblin
04-20-2006, 10:11 PM
wow, I posted a thread on the same topic at the exact same time as you nearly. Your config looks about the same as mine, according to the scattered information I've found it should be correct....