Newbie to EQEmu
Hi all~
I've followed the Guide to setup the server but i still cannot get my own server started. I glanced thro' many posts the forum but I really dunno which solution is really suitable. Please kindly help me out....please....see where I got the wrong settings.
Here's the full log...
[05.13. - 15:30:15] Starting Log: logs/eqemu_world_4092.log
[05.13. - 15:30:15] Using database 'peq' at localhost:3306
[05.13. - 15:30:15] EMuShareMem loaded
[05.13. - 15:30:15] Loading items from database: count=54307
---------------------------------------------
[05.13. - 15:30:15] Starting Log: logs/eqemu_debug_world_4092.log
[05.13. - 15:30:15] [WORLD__INIT] Loading server configuration..
[05.13. - 15:30:15] [WORLD__INIT] Log settings loaded from log.ini
[05.13. - 15:30:15] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[05.13. - 15:30:15] [WORLD__INIT] Connecting to MySQL...
[05.13. - 15:30:15] [WORLD__INIT] HTTP world service disabled.
[05.13. - 15:30:15] [WORLD__INIT] Loading variables..
[05.13. - 15:30:15] [WORLD__INIT] Loading zones..
[05.13. - 15:30:15] [WORLD__INIT] Clearing groups..
[05.13. - 15:30:15] [WORLD__INIT] Clearing temporary merchant lists..
[05.13. - 15:30:15] [WORLD__INIT] Loading items..
[05.13. - 15:30:18] [WORLD__INIT] Loading guilds..
[05.13. - 15:30:18] [RULES__CHANGE] Loading rule set 'default' (2)
[05.13. - 15:30:18] [WORLD__INIT] Loaded default rule set 'default'
[05.13. - 15:30:18] [WORLD__INIT] Loading EQ time of day..
[05.13. - 15:30:18] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[05.13. - 15:30:18] [WORLD__INIT] Loading launcher list..
[05.13. - 15:30:18] [WORLD__INIT] Reboot zone modes ON
[05.13. - 15:30:18] [WORLD__INIT] Deleted 0 stale player corpses from database
[05.13. - 15:30:18] [WORLD__INIT] Deleted 0 stale player backups from database
[05.13. - 15:30:18] [WORLD__INIT] Zone (TCP) listener started.
[05.13. - 15:30:18] [WORLD__INIT_ERR] Failed to start client (UDP) listener (port 9000)
---------------------------------------------
[05.13. - 15:30:18] Starting Log: logs/eqemu_error_world_4092.log
[05.13. - 15:30:18] Could not load EQTime file eqtime.cfg
and my eqemu_config.xml is like this
<?xml version="1.0">
<server>
<world>
<shortname>cx123</shortname>
<longname>My Test</longname>
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>some.server.com</address> -->
<!-- <localaddress>192.168.11.2</localaddress> -->
<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<!-- <unlocked/> -->
<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="localhost" port="9000" telnet="disable"/>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>
<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" enabled="false" mimefile="mime.types" />
</world>
<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>channels.eqemulator.net</host>
<port>7778</port>
</chatserver>
<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>channels.eqemulator.net</host>
<port>7779</port>
</mailserver>
<zones>
<defaultstatus>20</defaultstatus>
<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>
<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>********</password>
<db>peq</db>
</database>
<!-- Launcher Configuration -->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe or ./zone</exe> -->
<!-- <timers restart="10000" reterminate="10000" initial="20000" interval="2000"> -->
</launcher>
<!-- File locations. Defaults shown -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. Defaults shown -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>
LoginServer.ini
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=My Test 123
worldaddress=192.XXX.XX.XX
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
eqhost.txt
[LoginServer]
Host=127.0.0.1:5999
Million thanks in advance.
|