View Single Post
  #5  
Old 01-25-2004, 06:16 PM
stuartcow
Fire Beetle
 
Join Date: Jan 2004
Posts: 9
Default

well, here is what my stuff looks like

db.ini
Quote:
# READ README.TXT!

[Database]
host=localhost
user=test
password=**** (it says my password, i just censored it)
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 recommend using the eqemulator.net Loginserver ALWAYS.

### --- NOTE: You can NOT use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automatically.

# READ README.TXT
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=Bailcrap Testy (Non-Legit)
worldaddress=24.175.75.83
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
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:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone.exe . 24.175.75.83 7995 192.168.1.2
start zone.exe . 24.175.75.83 7996 192.168.1.2
start zone.exe . 24.175.75.83 7997 192.168.1.2
start zone.exe . 24.175.75.83 7998 192.168.1.2
start zone.exe . 24.175.75.83 7999 192.168.1.2
exit
cls

:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------
i have downloaded the MyraDB.sql and MyraItems.sql. from what i understand this contains all kinda zones and good stuff but i don't know how to add them...

like i said... i'm retarded
__________________
...wait ...what?
Reply With Quote