Well we are home from the hospital and settled in. Mom and baby are doing great. Now that we are at the point where we are getting rest and the baby is allowing (oh yes, allowing) us to do stuff here and there, I decided to sit down and play with this some more. Let me show you what my files look like currently.
EQHost
Quote:
[LoginServer]
Host=127.0.0.1:5998
|
eqemu_config
Quote:
<?xml version="1.0"?>
<server>
<world>
<shortname>Emberwood</shortname>
<longname>The Emberwood Forest</longname>
<!-- address has to be specified for minilogin to work // address was localhost-->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5998</port>
<account>kolamer</account>
<password>password</password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>dragoon01</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>password</password>
<db>peq</db>
</database>
</server>
|
LoginServer
Quote:
### --- 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
loginport=5998
worldname=The Emberwood Forest
worldaddress=127.0.0.1
locked=false
account=root
password=password
[WorldServer]
Defaultstatus=0
Unavailzone=
[ChatChannelServer]
worldshortname=Emberwood
chataddress=127.0.0.1
chatport=3018
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5998
|
With this code, I am unable to connect to the server at the login screen. Remember I am using the titanium install, that said, if I change all of the ports to 5999 I can login at the login screen with any combination of username and password (not entirely sure how / why that works) however when I get to the server select screen there are no servers listed.
Where exactly did I mess up at? I used this guide to do the setup..
http://www.eqemulator.net/wiki/wikka...ka=ws992mysql5
Is this out dated? If so, can you please give me a link to the best way to setup a server? I don't want to have to start completely over but if I need to I will.
I had a server up and running back around 2008 or so and I don't remember it ever being this hard to set up and run.