View Single Post
  #38  
Old 04-11-2004, 09:21 AM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default

Quote:
Originally Posted by Infernal
LoginServer.ini

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
loginport=5997
loginport=5997
worldname=Infernal Test [Dev]
worldaddress=68.104.241.117
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
ChatChannelServer=68.104.241.117
Before trying to connect your server to eqemulator's login servers, I'd try just running one on Localhost with MiniLogin.exe. To do that, change the following section of your LoginServer.ini file from

Quote:
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
loginport=5997
loginport=5997
to
Quote:
[LoginServer]
loginserver=localhost
loginport=5997
Then, after you've done that, change the following section of your Boot5zones.bat from

Quote:
start zone . 68.104.241.117 7995 68.104.241.117
start zone . 68.104.241.117 7996 68.104.241.117
start zone . 68.104.241.117 7997 68.104.241.117
start zone . 68.104.241.117 7998 68.104.241.117
start zone . 68.104.241.117 7999 68.104.241.117
to

Quote:
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
Of course, if you don't want to do that (if you're pretty sure your ISP will let you run a server from home), I'd just take a look at your EQEMu folder for any stray files. I noticed in your World.exe output that it says

Quote:
Connected to LoginServer: eqlogin3.eqqmulator.net:5997
What it should say is

Quote:
Connected to LoginServer: eqlogin3.eqemulator.net:5997
The only way this could happen is if there's a typo in your LoginServer.ini that's not showing up. Because Windows XP doesn't like to let you manage file extensions, it's entirely possible that the file you're showing us is actually "LoginServer.ini.txt" instead of "LoginServer.ini."

The best way to verify you have the right file is by opening Windows Explorer, browsing to your EQEMu folder (typically C:\eqemu), and looking at the description of your LoginServer.ini file. If it says "Configuration Settings" then you've got the right one (might be called just "LoginServer"). If you have one called "LoginServer" that has the description of "Configuration Settings" and a file called "LoginServer.ini" that has a description something like "Text File" or "Notepad Document" then you're probably editing the wrong file.

Delete the once that DOES NOT have the description of "Configuration Settings" and edit the one that DOES.