At this point I'm looking at a 1002 error, wish I hadn't started a new post, but already had a problem I solved here. So I edited out the previous problem and I'm trying to consolidate my posting
Oh and Using EQEMu-0.4.4-DR1+Telmet-Win32.zip now.
Using Minilogin.exe ver. 010503 Got if off of the main page.
Using MySQL-4.0.12-Win.zip
Also downloaded the eqbackup00.zip and imported into eq database.
Win xp Home
512mb PC2100 SoDimm
40GB Harddrive ATA 100
1.8GHz Pentium 4
Mobility 6M ATI 32MB
I'll post the files shortly.
I asked in the forum if it's possible to get a single computer with no possible internet connection up and running, running the server and playing an account without being able to patch, I was told yes, I'm searching for the fix.
I found some posts finally.... the search feature is weird here.... not even relevant to the search criterea..... But they don't help. Something about the Version is not matching.
I totally uninstalled the 0.4.3 version and installed the 0.4.4 version. I'm at the same spot. I've repopulated the database. Everything is connecting. I should be able to play, however I'm not getting in at all past the username password where we are supposed to enter eqemu eqemu for the account. This is right before server selection.
:/ I'm frustrated :p But not giving up.
Here's my files. You should find everything in order.
Boot5zones.bat
Quote:
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------------------------
|
db.ini
Quote:
# READ README.TXT!
[Database]
host=localhost
user=******
password=*******
database=eq
compression=off
### --- 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=iksararegods
worldaddress=localhost
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
|
MiniLoginAccounts.ini
Quote:
# Max 200 lines total (including comments and blank lines)
# Blank lines may mess up the line # reported in error messages
localhost eqemu eqemu
|
eqhost.ini
Quote:
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
|
Anything else?