View Single Post
  #2  
Old 06-09-2005, 11:33 AM
kl9470spin
Fire Beetle
 
Join Date: May 2005
Posts: 5
Default

ok i added variables cause i didnt do that but im guessing its sumthing else..

when i press play it just freezes it wont goto loading screen or anything

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=eqemulator.net
loginserver2=eqemulator.net
loginport=5998
loginport2=5998
worldname=Spin Jamin "Cheaters!"
worldaddress=external ip
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5998

db.ini --
# READ README.TXT!

[Database]
host=localhost
user=eqemuadmin
password=eqemupass
database=eq


### --- 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

boot5zones.bat says 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_us.txt goto NOSPELL

start zoneperl . External ip 7995 192.168.0.3
start zoneperl . External ip 7996 192.168.0.3
start zoneperl . External ip 7997 192.168.0.3
start zoneperl . External ip 7998 192.168.0.3
start zoneperl . External ip 7999 192.168.0.3
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------------------------

Last edited by kl9470spin; 06-09-2005 at 08:14 PM..
Reply With Quote