10061
I have tried many different configurations and read all the topics about what i might be doing wrong... but this is my set up plz look it over and tell me what you see wrong and/or what might fix the connection failure 10061 error
loginserver.ini
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=Dan's Test (non legit)
worldaddress=199.182.**.**
locked=false
[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
(have also tried adding loginserver2 and loginport2 ect)
db.ini
[Database]
host=localhost
user=bigdawg1136
password=*******
database=eq
compression=off
(have also tried putting ip in host=)
Boot5zones.bat
REM:--------------Start-----------------------
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . 199.182.51.41 7995 199.182.51.41
start zone . 199.182.51.41 7996 199.182.51.41
start zone . 199.182.51.41 7997 199.182.51.41
start zone . 199.182.51.41 7998 199.182.51.41
start zone . 199.182.51.41 7999 199.182.51.41
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------------------------
also have tried localhost in place of 2nd ip above
I have version 5.2 and have been running winmysqladmin 1.4 the passwords and stuff are right the ip is right... not sure what i did wrong
|