View Single Post
  #3  
Old 08-06-2003, 05:31 AM
Kgaul
Hill Giant
 
Join Date: Apr 2003
Posts: 225
Default

Your other help was dead on. i followed your directions at your other post, got the minilogin, however my "zip of fixing the eq thing" has most dates of 12/5 but one of 1/9/03. if you can think of anything please let me know.

Bat5zone.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 . 192.168.1.96 7995 192.168.1.96
start zone . 192.168.1.96 7996 192.168.1.96
start zone . 192.168.1.96 7997 192.168.1.96
start zone . 192.168.1.96 7998 192.168.1.96
start zone . 192.168.1.96 7999 192.168.1.96
start zone . 192.168.1.96 8000 192.168.1.96
start zone . 192.168.1.96 8001 192.168.1.96
start zone . 192.168.1.96 8002 192.168.1.96
start zone . 192.168.1.96 8003 192.168.1.96
start zone . 192.168.1.96 8004 192.168.1.96
start zone . 192.168.1.96 8005 192.168.1.96
start zone . 192.168.1.96 8006 192.168.1.96
start zone . 192.168.1.96 8007 192.168.1.96
start zone . 192.168.1.96 8008 192.168.1.96
start zone . 192.168.1.96 8009 192.168.1.96

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.1.96
loginserver2=192.168.1.96
loginport=5999
loginport2=5999
worldname=Raevenloft
worldaddress=192.168.1.96
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPasswod=

Miniloginaccounts.ini
# Max 200 lines total (including comments and blank lines)
# Blank lines may mess up the line # reported in error messages
#
192.168.1.96 User1 User1Pass
192.168.1.96 User2 User2Pass

db.ini
# READ README.TXT!

[Database]
host=localhost
user=SmegHead (no, not really)
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.

KG

ps also at
Tulox@hushmail.com

Thanks anyway for your help!
Reply With Quote