View Full Version : Can't use world.exe, please help PLEASE
pdog128
05-03-2003, 12:52 PM
Ok, I'm stuck but I think I'm pretty close so I refuse to give up :D
I'm trying to set up a MiniLogin server b/c my college network won't let me connect to other ppls (which is why I'm not playing EQ Live or DAoC in the first place).
I got all the way to the end of the process to when I boot up MiniLogin, world, and zones. I type in world.exe and it tells me Error: Could not load item data. I'm assuming this is something related to the database, but I'm not sure. I've scoured the boards here and have seen several other people have this problem, but no one has posted the solution. Please, please, PLEASE can anyone help me?
pdog128
05-03-2003, 12:58 PM
Meant to include this:
LoginServer.ini
### --- 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=5999
loginport2=5999
worldname=P's
worldaddress=localhost
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
Boot5Zones
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 zone . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost
start zone . localhost 8000 localhost
start zone . localhost 8001 localhost
start zone . localhost 8002 localhost
start zone . localhost 8003 localhost
start zone . localhost 8004 localhost
start zone . localhost 8005 localhost
start zone . localhost 8006 localhost
start zone . localhost 8007 localhost
start zone . localhost 8008 localhost
start zone . localhost 8009 localhost
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------------------------
db.ini
# READ README.TXT!
[Database]
host=localhost
user=
password=
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.
Thanks in advance for any help you can give.
Mortamer
05-03-2003, 04:08 PM
your db.ini should have your actual MySQL username and password.
pdog128
05-03-2003, 04:30 PM
The db.ini does have the username and password, I just took them out for posting here.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.