View Single Post
  #3  
Old 08-26-2002, 09:52 AM
Braddock
Fire Beetle
 
Join Date: Aug 2002
Posts: 3
Default hope i helps

hope i helps

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=[IP of my Computer]
loginserver2=[IP of my Computer]
loginport=5999
loginport2=5999
worldname=UNIC-01
locked=false
account=
password=
worldaddress=[IP of my Computer]

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

Boot5zones.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 (only when using Minilogin)


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


@echo off
start zone . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost
exit
cls


REM:---------------END------------------------



btw how can i attache 2 File in one Post
Reply With Quote