View Single Post
  #28  
Old 01-07-2004, 09:20 PM
Squiffy
Sarnak
 
Join Date: Oct 2002
Posts: 78
Default

Mkay, I've tried everything here and I'm stumped. I'm modifying this howto to make a local server. Replacing everything with "localhost" (without the quotes) wherever an IP is.

So I run MiniLogin, World goes fine, except for some database issues (it's empty right now) then B5Z works fine, too.

I load up EQ, get to server select, mine shows up there, but locked. Odd, since the login.ini is set to false, but hey. I hit play, and after a minute get 1017ed.

Code:
db.ini
[Database]
host=localhost
user=myusername
password=mypassword
database=eq
compression=off
Code:
LoginServer.ini
[LoginServer]
loginserver=localhost
loginport=5999
worldname=Squiffy Emulator
worldaddress=localhost
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
Any ideas what I may be doing wrong? Minilogin gives me an error about a missing Miniloginaccounts.ini, or similar. Is that the culprit, or a red herring?

The eqemu/eqemu account is added in the sql table, and I added it through world.exe.

Any ideas? :(