Rilstin |
12-16-2002 02:54 PM |
Tiny bit of help please
I am running the most current version of EQEmu the 0.4.0 and am trying to create my own minilogin server on a local network. The minilogin, world, boot5zones all look like they load up correctly. I got to EQW and load it up and type in eqemu and eqemu for acc/pass like it says, it then says that I need to update the program. I searched and found the link that someone posted to the most current minilogin file and downloaded it and saved it in my C:\eqemu file and retried it and it came up with the same error, can someone please help? Here are my files and data: (I am using Windows ME)
Boot5zones.bat
Quote:
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "YourIP" 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: zoneNT.exe is for use with Windows NT, 2000 and XP.
REM:--------------Start-----------------------
@echo off
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
REM:---------------END------------------------
|
db.ini
Quote:
# READ README.TXT!
[Database]
host=localhost
user=Rilstin
password=********
database=eq
### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.
|
Loginserver.ini
Quote:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.
### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.
### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.
# READ README.TXT
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Rilstin
locked=false
account=
password=
worldaddress=localhost
[WorldServer]
Defaultstatus=
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
|
EQHost
Quote:
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
|
|