Trying To make Server
What im useing not sure why it go any further than this
ActivePerl-5.10.1.1007-MSWin32-x86-291969
MiniLogin6.2
mysql-essential-5.0.85-win32
peqdatabase-Rev1410
peqquests-Rev1410
Ive tried both EQEmu-Rev1316-Bots and EQEmu-Rev1410
followed guide and what i get is Starting EQ Network server on Port 7000
nothing follows after this, I try to login in assumeing im suppose to use infor i typed in my sql prompt something like insert into blah blah blah
and screen says something about logging into server please wait and it just sits there forever doing nothing else. What am i missing? Any help would be great. I am useing SoD install cd and
have my eqhost file set accordingly The content I have downloaded is suppose to be useable with SoD. Ty very much
Server.bat file is:
@echo off
Echo Starting MiniLogin Server
c:
cd c:\minilogin
start minilogin.exe
echo.
echo.
cd C:\eqemu
start world.exe
echo waiting a bit for world to finish loading...
echo.
echo.
ping -n 10 127.0.0.1 > nul
echo starting zone
start eqlaunch.exe
echo
start zone.exe
exit
my eqemu_config.xml is:
<?xml version="1.0"?>
<server>
<world>
<shortname>LoveKeepers</shortname>
<longname>The Love Keepers</longname>
<!-- address has to be specified for minilogin to work -->
<address>lovekeepers.dyndns.org</address>
<localaddress>192.168.2.3</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>lovekeepers.dyndns.org</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>gffjfjftftssbbmmkllyhfg</key>
<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="lovekeepers.dyndns.org" port="9000" telnet="enable"/>
</world>
<!-- Database configuration, replaces db.ini -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>******</password>
<db>peq</db>
</database>
</server>
my loginserver ini is:
### --- 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=lovekeepers.dyndns.org
loginport=5999
worldname=LoveKeepers
worldaddress=192.168.2.3
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
Last edited by trevius; 05-04-2010 at 01:35 PM..
|