View Single Post
  #4  
Old 06-18-2003, 04:21 PM
Memener's Avatar
Memener
Dragon
 
Join Date: Jan 2003
Location: College park, GA (atlanta)
Posts: 640
Default

ok frist of all your ip will be computer like 192.168.2.1 or something like 192.168.1.1 the way to find this out to go in to MSDOS and type IPCONFIG and you should get something like this:
C:\WINDOWS>ipconfig

Windows 98 IP Configuration


1 Ethernet adapter :

IP Address. . . . . . . . . : 192.168.2.11
Subnet Mask . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . : 192.168.2.1

C:\WINDOWS>
windows XP has almost the same thing take you LAn IP and put it where you put ypur net IP also make sure that your boot5zone has the LAN IP of the computer host the Database and World.exe
also make you everone has there EQhost IPs are set to the computer that hosts minilogin.exe
its got to look like this
*NOTE* theres are from my file use them as you want BUT my Boot5zoon.exe WILL NOT work on windows XP

Boot5zone:
@ECHO OFF
ECHO - THIS BAT FILE WILL RUN THE EVERQUEST EMU AND MYSQL
CHOICE /N /C:12 WHAT DO YOU WANT TO DO? 1=PLAY EVERQUEST 2=EXIT %1
IF ERRORLEVEL ==2 GOTO ONE
IF ERRORLEVEL ==1 GOTO TWO
:TWO
CLS
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . 192.168.2.11 7995 192.168.2.11
start zone . 192.168.2.11 7996 192.168.2.11
start zone . 192.168.2.11 7997 192.168.2.11
start zone . 192.168.2.11 7998 192.168.2.11
:ONE
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:
### --- 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=192.168.2.11
loginserver2=192.168.2.11
loginport=5999
loginport2=5999
worldname=RedOak's Everquest
worldaddress=192.168.2.11
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
_______________________________________
db.ini:
# READ README.TXT!

[Database]
host=127.0.0.1
user=Memener
password=Nu
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.
_________________________________________________
EQHOST.txt:
[Registration Servers]
{
"192.168.2.11.net:5999"
}
[Login Servers]
{
"192.168.2.11:5999"
"192.168.2.11:5999"
}


There are the only file you need to edit if your make a LAn server if your still have problems let me know
__________________
AMD AM2 X2 3.01Ghz(OC'ed at 3.8Ghz) 4096MB DDR2 800 Geforce 8800 ultra SLI 1.2TB HD <-- All water cooled

Thanks to Imageshack.us for free image hosting!
Reply With Quote