View Single Post
  #1  
Old 09-21-2005, 11:54 AM
rs079
Sarnak
 
Join Date: May 2002
Posts: 30
Default problem with 6.2 server

Ive set up everything and I click on my server in the list of servers and when I get to the character select screen I hit enter and everything just freezes and I have to manual restart my computer. Any ideas why this may be.

### --- 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
loginport=5998
worldname=Wrath of God
worldaddress=xx.xxx.xx.xxx
locked=false
account=
password=

[WorldServer]
Defaultstatus=20
Unavailzone=

[ChatChannelServer]
ChatChannelServer=localhost
worldshortname=
chataddress=
chatport=

---------------------------------
REM: ****Read this first!!!****



REM: This file requires your real IP in the place of "127.0.0.1" 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 . xx.xxx.xx.xxx 8780 127.0.0.1

start zone . xx.xxx.xx.xxx 8781 127.0.0.1

start zone . xx.xxx.xx.xxx 8782 127.0.0.1

start zone . xx.xxx.xx.xxx 8783 127.0.0.1

start zone . xx.xxx.xx.xxx 8784 127.0.0.1

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

Last edited by rs079; 09-22-2005 at 05:59 PM..
Reply With Quote