Completed just about everything to log on, save for one simple problem. I ran the world.exe program and this is what I get.
Quote:
Using database 'eq' at 127.0.0.1
[Status] CURRENT_WORLD_VERSION:EQEmu 0.4.4
[Error] CURRENT_WORLD_VERSION:EQEmu 0.4.4
Loading Variables, zone names, & items...
EMuShareMem.dll loaded.
Loading items from database...
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day...done.
Deleted 0 stale player corpses from database.
Deleted -1 stale player backups from database.
Liberating a country that despises us...
TCP listening on: 152.163.253.6:9000
Error: LoginServer::Connect: 'TCPConnection::Connect(): connect () failed. Error: 10061
|
Here's my db.ini:
Quote:
# READ README.TXT!
[Database]
host=127.0.0.1
user=ejecticus
password=bob
database=eq
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.
|
My boot5zones.bat:
Quote:
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "YourIP" 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 zone . 152.163.253.6 7995 152.163.253.6
start zone . 152.163.253.6 7996 152.163.253.6
start zone . 152.163.253.6 7997 152.163.253.6
start zone . 152.163.253.6 7998 152.163.253.6
start zone . 152.163.253.6 7999 152.163.253.6
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
|
and my 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=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Mythos
worldaddress=152.163.253.6
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
|
If anymore info is needed, please reply to this or e-mail me @
ArtistsBlock@aol.com. Any and all information is appreciated. Thanks.
