Thread: Error 11001
View Single Post
  #4  
Old 11-09-2003, 09:31 AM
Guest
 
Posts: n/a
Default

The DB I linked is complete, so drop your existing one first, e.g.

drop database eq;
create database eq;
use eq;

source <path to TCS db>

here are my ini's:

db.ini

Quote:
# READ README.TXT!

[Database]
host=localhost
user=test
password=test
database=eq5
compression=off


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.
LoginServer.ini

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=localhost
loginserver2=localhost
loginport=5997
loginport2=5997
worldname=stevedr5server
worldaddress=localhost
locked=false
account=eqemu
password=eqemu

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5997
UplinkAddress=
UplinkPort=
UplinkAccount=eqemu
UplinkPassword=eqemu
MiniLoginAccounts.ini

Quote:
127.0.0.1 eqemu eqemu
boot5zones.bat

Quote:
REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "hosthere" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1

REM:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zonedebug . 127.0.0.1 7995 127.0.0.1
start zonedebug . 127.0.0.1 7996 127.0.0.1

exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

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



As I said, I was having some problems with 1017s for a while, so some of the places where I have put account/password of eqemu/eqemu are likely not required.
Reply With Quote