Thread: Error 1017...
View Single Post
  #4  
Old 03-19-2002, 02:57 PM
Etih
Fire Beetle
 
Join Date: Mar 2002
Posts: 3
Default Minilogin and 1017

I am getting the 1017 errors for remote login through minilogin as well.
My setting for db.ini and loginserver.ini and boot5zone.bat are identical to those indicated by the readme for the minilogin settings. Here they are in any case (I'm running the server on Windows 2000):

[Database]
host=localhost
user=****
password=*******
database=eq

[LoginServer]
loginserver=localhost
worldname=My Server
locked=false
account=
password=
worldaddress=localhost
loginport=5999

@echo off
start zonent . 127.0.0.1 7800 127.0.0.1
start zonent . 127.0.0.1 7801 127.0.0.1
start zonent . 127.0.0.1 7802 127.0.0.1
start zonent . 127.0.0.1 7803 127.0.0.1
start zonent . 127.0.0.1 7804 127.0.0.1
exit
cls

I then tried running the minilogin locally (minilogin and the client on the same machine; and the world, zones, and db on another machine). I was able to bypass the 1017 error, however as soon as I try to enter the world after selecting a character I get dropped (according to the world server log).
Reply With Quote