The 'equser' Login/Pass sounds vaguely familiar, I can't place it though. Was that for the 'loginserver.ini'? Or EQ itself? (I tried both, neither worked)
Also, a few other sidenotes . . .
I'm getting a lot of Incorrect Version messages. They are all related to 'eqhost.txt', it seems. I've been tinkering with that file quite a bit, since that's looking like the source of the problem. It's almost like if the file isn't a certain size, or if the line number/content doesn't match, it will say incorrect version. The second I change it back to default, it works fine. I still can't connect, but I don't get the Incorrect version thing. Here are a few setups I've been working with, with no avail:
-----------------------
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
----------------------------
[Registration Servers]
{
"127.0.0.1:5999"
}
[Login Servers]
{
"127.0.0.1:5999"
}
---------------------------
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
"localhost:5999"
"localhost:5999"
"localhost:5999"
}
-------------------------
. . . . and stuff of the sort. The 'eqhost.txt' seems to be very picky. The only one that doesn't give me a version error is this:
---------------------------
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:15900"
"localhost:15901"
"localhost:15902"
"localhost:15903"
}
-----------------------------------
But the log-in ports are wrong. It's like EQ is looking for that 5-digit port number, and won't take a 4-digit. Anyway, that's just a theory . . . oh, well, back to troubleshooting . . . Perhaps I'm just making things more complicated than they really are . . .
|