View Single Post
  #5  
Old 04-25-2002, 08:47 AM
Bitterness
Fire Beetle
 
Join Date: Apr 2002
Posts: 8
Default

-----------------db.ini----------------------

# READ README.TXT!

[Database]
host=localhost
user=bitterness
password=infamous
database=eq

-----------------------loginserver.ini-----------------------

### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left as localhost unless mysql is
### --- on a differant computer than world.exe.

### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.

# READ README.TXT

[LoginServer]
loginserver=localhost
worldname=Bitter's Tests
locked=false
account=
password=
worldaddress=localhost
loginport=5999

----------------boot5zones.win9x.bat---------------

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: zone9x.exe is for use with Windows 98 and ME only.
REM: If you are running Windows NT/2000 or XP use ZoneNT.exe

REM:--------------Start-----------------------


@echo off
start zone9x . localhost 7995 localhost
start zone9x . localhost 7996 localhost
exit
cls


REM:---------------END------------------------
Reply With Quote