View Single Post
  #1  
Old 02-09-2003, 08:58 AM
Lodan
Fire Beetle
 
Join Date: Feb 2003
Posts: 21
Default Incorrect user/pass in world

This is going to be a long post so please bare with it.

OS: XP
Last patched: 08/02/03

Downloaded everything yesterday so it is all the latest. I'm running the server, db, login server & client all from the same computer.

I can log in with eqemu and Lodan accounts so that I can see my server. When I select it I get a 1017 error. When I quit and drop out I see the following in the World.exe window:

73047 New client from IP :127.0.0.1 port: 1229
127.0.0.1: Wrong Name/pass: name='lodan'
Removing client from ip:127.0.0.1 port:1229


Now i get this whether I login as eqemu or Lodan (notice the capital L)

These are the contents of my files:

Eqhost.txt

[Registration Servers]
{
"127.0.0.1:5999"
}
[Login Servers]
{
"127.0.0.1:5999"
}


datarate.txt

8.0

Boot5zones.bat

REM:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
exit
cls

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

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


Loginserver.ini
[LoginServer]
loginserver=127.0.0.1
loginserver2=127.0.0.1
loginport=5999
loginport2=5999
worldname=Lodan's EQ
locked=false
account=
password=
worldaddress=127.0.0.1

[WorldServer]
Defaultstatus=
Unavailzone=

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


MiniLoginAccounts.ini

127.0.0.1 Lodan ******
localhost Lodan ******
localhost eqemu eqemu
127.0.0.1 eqemu eqemu


Db.ini

[Database]
host=127.0.0.1
user=Lodan
password=******
database=eq


Appart from this everything seems to be fine. Can connect to database load the time settings.

This is just causing it a problem. I've tried running world adduser
I can't see where it is getting that lodan from. Any ideas would be greatly apporeciated.

Also do you know what that port is used for?

Thanks and regards
Reply With Quote