View Single Post
  #9  
Old 06-04-2003, 05:05 PM
MatthewF
Sarnak
 
Join Date: Dec 2002
Posts: 30
Default

for boot5zones file it looks like this
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:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . 68.16.10.190
start zone . 68.16.10.190
start zone . 68.16.10.190
start zone . 68.16.10.190
start zone . 68.16.10.190
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------------------------

i suppose the :NOSPELL was from you since i have mine...

db.ini looks like this..
# READ README.TXT!

[Database]
host=localhost
user=(not telling you!)
password=(no looking)
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.


i replaced my username and pass so you peekers wouldnt get in >=P



miniloginaccounts with the yellow thing like you said looks like this

# Max 200 lines total (including comments and blank lines)
# Blank lines may mess up the line # reported in error messages

localhost (myusername and pass =P)


### --- 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
loginport=5999
worldname=Test
worldaddress=68.16.10.190
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

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

thats what my loginserver.ini looks like...

when i load up world.exe it says stuff like









Error:failed to find database

Error:cannot find zones

i was lucky enough to somehow freeze it to find those things....

there are 4 folders inside of Eqemu folder,so i think i need to take the zones,the database etc out of those folders and just put them in the single folder Eqemu

the 4 folders automatically put themselves there when i extracted from ur zip file....
Reply With Quote