View Single Post
  #8  
Old 06-06-2004, 03:08 PM
sianyde
Sarnak
 
Join Date: Jun 2004
Posts: 92
Default

I'm using v0.5.7 on XP SP-1. I cannot login to the minilogin server. I've tried adding the eqemu account by manually typing it at the mysql prompt, by using the world adduser command, and with EQAdmin. The problem, though, appears to be that the client can't even connect to the minilogin server.

Here are my files:

loginserver.ini:

[LoginServer]
loginserver=localhost
loginport=5999
worldname=legit alpha -sianyde-
worldaddress=localhost
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
ChatChannelServer=localhost
-------------

miniloginaccounts.ini:

localhost eqemu eqemu
--------------
yes, the space is the end

boot5zones.bat:

if NOT exist spells_us.txt goto NOSPELL

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
exit
cls

:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------

eqhost.txt:

[LoginServer]
Host=localhost:5999
---------------------------

world.exe and zone.exe give normal outputs, with no errors.

I am using an SMC router, but all the apps and the client are running on the same machine.

The eqemu account is account #2 in the eq db, if that means anything.
Reply With Quote