Log in

View Full Version : Locked??


reilon
02-05-2003, 09:23 PM
Hey, I tried searching the forums for reasons people had their server locked. But i didn't turn up anything. I don't want my server locked but it is. My world.exe connects fine, then my 5 zones connect, after a minute or two my zones all have error: 10060 My server is never open to log in... any idea why? My .ini files are below

LoginServer.ini

[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=FullSail
locked=false
account=
password=
worldaddress=darklard.no-ip.com

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

Boot5zone.bat

@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . darklard.no-ip.com 7995 darklard.no-ip.com
0start zone . darklard.no-ip.com 7996 darklard.no-ip.com
start zone . darklard.no-ip.com 7997 darklard.no-ip.com
start zone . darklard.no-ip.com 7998 darklard.no-ip.com
start zone . darklard.no-ip.com 7999 darklard.no-ip.com
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

--- Thanks for all your help guys

Memener
02-06-2003, 06:36 PM
start zone . darklard.no-ip.com 7995 darklard.no-ip.com
0start zone . darklard.no-ip.com 7996 darklard.no-ip.com
start zone . darklard.no-ip.com 7997 darklard.no-ip.com
start zone . darklard.no-ip.com 7998 darklard.no-ip.com
start zone . darklard.no-ip.com 7999 darklard.no-ip.com
worldaddress=darklard.no-ip.com

change the darklard.no-ip.com to 127.0.0.1 in your loginserver.ini
your getting that error becuase your boot5zones is not set up right

Trumpcard
02-07-2003, 03:12 AM
If he changes his world address to 127.0.0.1 , no one will ever be able to get in... The worldaddress is what the login server will use to try and send folks to your world. If you have 127.0.0.1 in there and you are using the eqemu servers, it will never work. That would be fine if he was using the minilogin, but he's using the internet login servers, so world address needs to be a fully qualified domain name or ip address.

So, in a nutshell, the worldaddress is fine... (if the dns name is resolving to the right ip)

Reilon, the 10060 sounds like for some reason your zones can't reach your zones.

Also, a problem I've noticed that will fix things for some people is moving the worldaddress line in the Login.ini to below the world name, so the block looks like this..
[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=FullSail
worldaddress=darklard.no-ip.com
locked=false
account=
password=



Also, is this a typo in your boot5zones.bat?

0start zone . darklard.no-ip.com 7996 darklard.no-ip.com


I'd try replacing the dns name for the moment to your actual ip address to make sure it works. Are you sure your dns name is correct at the moment? Try pinging your dns name from another machine to make sure your dynamic name hasnt changed... Just some guesses.