CorwynDriscol
05-02-2003, 12:54 AM
OK. Maybe it's something real simple I'm missing. I've read all the faqs, stickies and other posts. I still have an empty server list when I run the game. I'm using minilogin because I just want to run it on my home machine so I can go exploring the world.
I'm running a Win98 OS, P4-1.8, 512 meg ram. Ample drive space, nvidia video card. (EQ runs fine without emulation)
I've tried switching localhost with 127.0.0.1 in all kinds of different combos. I have the mysqladmin tool loaded and running in the background. There are no errors when I run minilogin.exe
world.exe says some stuff, but it closes so fast I can't read it.
the boot5zones.bat flies by too, but window that remains has no errors, just the REM statements.
db.ini:
[/quote]
[Database]
host=localhost
user=eqemu
password=eqemu
database=eq
compression=off
loginserver.ini
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Trager
worldaddress=localhost
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
miniloginaccounts.ini
# Max 200 lines total (including comments and blank lines)
# Blank lines may mess up the line # reported in error messages
localhost eqemu eqemu
localhost eqemu eqemu
eqhost.txt
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
boot5zones.bat
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "hosthere" when you are connecting
REM: To the EQEmu Loginserver.
REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
REM: If you still get errors try using localhost instead of 127.0.0.1
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------------------------
The fate of the universe is in your hands. Thanks.
I'm running a Win98 OS, P4-1.8, 512 meg ram. Ample drive space, nvidia video card. (EQ runs fine without emulation)
I've tried switching localhost with 127.0.0.1 in all kinds of different combos. I have the mysqladmin tool loaded and running in the background. There are no errors when I run minilogin.exe
world.exe says some stuff, but it closes so fast I can't read it.
the boot5zones.bat flies by too, but window that remains has no errors, just the REM statements.
db.ini:
[/quote]
[Database]
host=localhost
user=eqemu
password=eqemu
database=eq
compression=off
loginserver.ini
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Trager
worldaddress=localhost
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
miniloginaccounts.ini
# Max 200 lines total (including comments and blank lines)
# Blank lines may mess up the line # reported in error messages
localhost eqemu eqemu
localhost eqemu eqemu
eqhost.txt
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
boot5zones.bat
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "hosthere" when you are connecting
REM: To the EQEmu Loginserver.
REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
REM: If you still get errors try using localhost instead of 127.0.0.1
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------------------------
The fate of the universe is in your hands. Thanks.