View Single Post
  #3  
Old 01-22-2002, 09:47 PM
n00b8472
Sarnak
 
Join Date: Jan 2002
Posts: 49
Default

Here's the way I did it:

[LoginServer]
loginserver=Your IP (eg. 192.168.1.x or equiv.)
worldname=Server Name
locked=false
worldaddress=
account=
password=

Make sure to put this in your eqhost.txt file:

[Registration Servers]
{
"Your IP:5999"
}
[Login Servers]
{
"Your IP:5999"
}

and finally, do this to your zone startup file:

start zone . Your IP port Your IP

These are the only modifications I did, and I had it running on my first attempt. I'm even running the server part on a machine by itself, and the client on another, as it really should heheh

Hope this helps.
Reply With Quote