Okay, the only place I could find 127.0.0.1 was in my eqemu_config.xml file. It was the setting for localaddress. I tried setting it to 192.168.0.3 (my machine's real IP) and I couldn't even get to the server selection list from the client. I set it back to 127.0.0.1 and I could at least select my server and get to the character select screen. Here are all the conf files (please let me know if I forgot anything):
eqemu_config.xml:
Code:
<?xml version="1.0">
<server>
<world>
<shortname>WorldServ</shortname>
<longname>Josh World</longname>
<address>192.168.0.3</address>
<localaddress>127.0.0.1</localaddress>
<loginserver>
<host>192.168.0.3</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<key>zone_launcher_key</key>
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>simple</password>
<db>peq</db>
</database>
</server>
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=192.168.0.3
loginport=5999
worldname=World 1
worldaddress=192.168.0.3
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
eqhost.txt
Code:
[LoginServer]
Host=192.168.0.3:5999
Tryin to log into Neriak 3rd gate with a DE SK.
Thanks for your help.
-Josh