View Single Post
  #1  
Old 12-03-2002, 04:26 PM
darksun
Fire Beetle
 
Join Date: Dec 2002
Posts: 5
Default 3.13 DB Questions

First thanks to the all developers, EQEMU has breathed new life into EQ for me.

I got EQEMU 3.13 working great using the settings below with minilogin. BTW the machine is running Win98se and 3.23.53 of mysql.

[Database]
host=127.0.0.1
user=jxxxxx
password=cxxxxx
database=eq

[LoginServer]
loginserver=192.168.0.5
loginport=5999
worldname=DARKWOODS
worldaddress=192.168.0.5

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

[BootFiveZones]
REM:--------------Start-----------------------


@echo off
start zone . 192.168.0.5 7995 192.168.0.5
start zone . 192.168.0.5 7996 192.168.0.5
exit
cls


REM:---------------END------------------------


I then tried adding the 3.13 DB add-on, and this is where I ran into trouble.

First I went through the spawns.sql and cleaned up any ,, and replaced them with ,255,

I then ran the install.bat and it completed with no errors.

But when I get to the character selection, pick my character, and then try to log in, I immediately get a "zone not available" message. I have tried several zones with several different characters.

Minilogin, World.exe, and Zone.exe launch and seem to run with no errors.

I then did a clean install on another box I have here, Win98se also, and again, it works great until I try to add the 3.13 DB, it sources fine it appears, but I get the same message as above.

Any suggestions would be appreciated. Thanks!
Reply With Quote