View Single Post
  #2  
Old 09-26-2003, 03:24 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

Several things...

You are running 5.0 and trying to connect to the 4.4 login server. Change this
Code:
loginport=5999
to this
Code:
loginport=5997
then change this
Code:
worldaddress=127.0.0.1
to use your real IP address not 127.0.0.1

I'm not sure the line
Code:
ServerPort=5999
needs to read
Code:
ServerPort=5997
or not, we're not running 5.0 yet.... good luck
__________________
Maybe I should try making one of these servers...
Reply With Quote