View Single Post
  #2  
Old 05-07-2010, 12:12 AM
walk
Fire Beetle
 
Join Date: Apr 2010
Posts: 18
Default

This isn't working for me.

I got minilogin setup and my server is talking to it ("1 server(s), 0 client(s) connected")

I try to login with SoD client (downloaded from steam), minilogin shows a client trying to connect ("new client from 127....". and "1client(s) connected") but then the client just hangs there at "logging into server, please wait".

Pretty sure I did everything right, followed this guide http://www.eqemulator.net/wiki/wikka.php?wakka=Windows
and made the change listed above... no dice!

I'm on Win7 with firewall disabled (behind routers).

Here's my config files...

(minilogin\Loginserver.ini)---

Code:
### --- 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=walkworld
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
--------
eqemu\eqemu_config.xml--

Code:
<?xml version="1.0"?>
<server>
<world>

<shortname>walkworld</shortname>
<longname>walks EQ world of madness</longname>


<!-- address has to be specified for minilogin to work -->
<address>localhost</address>
<localaddress>localhost</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>1234abcd</key>

<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>

<!-- Database configuration, replaces db.ini -->
<database>

<host>localhost</host>
<port>3306</port>
<username>root</username>
<password> [my password here]</password>
<db>peq</db>
</database>
</server>
----
and I put those opcodes in 'opcodes.conf'
Reply With Quote