Thread: Error 11001
View Single Post
  #7  
Old 11-09-2003, 10:11 AM
CHowell2005
Hill Giant
 
Join Date: Oct 2003
Posts: 104
Default new error 10061

Ok...i booted up mini login..jumped on my other comp and played with eqhost.txt until i figured out what ip was needed to connect.

the eqhost.txt on my other comp(i will be playing eq on there) is:
[Registration Servers]
{
"192.168.0.5:5999"
}
[Login Servers]
{
"192.168.0.5:5999"
}

my server files are as follows:
db.ini(retyped and fixed)
[Database]
host=localhost
user=*****
password=*****
database=eq
compression=off

loginserver.ini
[LoginServer]

loginserver=192.168.0.5

loginport=5999

worldname=Aldarics Server

worldaddress=192.168.0.5

locked=false

account=eqemu

password=eqemu



[WorldServer]

Defaultstatus=

Unavailzone=



[LoginConfig]

ServerMode=Standalone

ServerPort=5999

UplinkAddress=

UplinkPort=

UplinkAccount=eqemu

UplinkPassword=eqemu

miniloginaccounts.ini
localhost eqemu eqemu

boot5zones.bat
REM:--------------Start-----------------------

@echo off



if NOT exist spells_en.txt goto NOSPELL

start ZoneDebug.exe . localhost 7995 localhost
start ZoneDebug.exe . localhost 7996 localhost
start ZoneDebug.exe . localhost 7997 localhost
start ZoneDebug.exe . localhost 7998 localhost
start ZoneDebug.exe . localhost 7999 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------------------------



Info:
This comp(the eqemu server) LANIP:192.168.0.5
My comp(where iwill be playing eq from) LANIP:192.168.0.2
External IP:24.154.92.139

........there might be an ip address somewhere in there that needs to be changed.....im not sure....ive been working on this server since 8 or 9 this morning so umm yeah im kind of mentally exhausted and ive lost all train of thought...and thats why im here
Reply With Quote