Thread: SQL noob help
View Single Post
  #1  
Old 01-24-2012, 06:49 PM
Andrew425
Fire Beetle
 
Join Date: Jan 2008
Posts: 9
Default

I actually got this to work and it looks like my server is up and running. I started over and used this guide instead. http://www.eqemulator.net/wiki/wikka...0+00%3A25%3A53. I basically want to create a local server to play around with.

I am now having a new problem where I cannot actually see my server in the server select screen.

Here is my loginserver.ini

[LoginServer]
loginserver=localhost
loginport=5999
worldname=everquest
worldaddress=localhost
locked=false
account=
password

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999

Here is my eqemu config

<?xml version="1.0"?>
<server>
<world>
<shortname>everquest</shortname>
<longname>Andy's Everquest</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>Admin</account>
<password>Password</password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>make up some random string of characters here</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>xxxx</username>
<password>xxxx</password>
<db>peq</db>
</database>
</server>

Any help would be appreciated.
Reply With Quote