That was the first thing I tried, still no go, its just strange to me that on the boot5zones.bat that he got no command defaulting errors like I did, I followed the guide exactly. could that be causing that?
Here is all my .ini files as of now:
db.ini:
[Database]
host=127.0.0.1
user=eqemu
password=eqemu
database=eq
compression=off
Loginserver.ini:
# READ README.TXT
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=blah blah blah
worldaddress=127.0.0.1
locked=false
[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
[chatchannelserver]
chatserver=127.0.0.1
Miniloginaccounts.ini:
127.0.0.1 eqemu eqemu_<-the space is there
Thanks for all the help.
oops, heres my boot5zones.bat too
REM:--------------Start-----------------------
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
exit
cls
:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
REM:---------------END------------------------
|