PDA

View Full Version : Weird problem...


TenabrousGM
03-16-2004, 12:36 PM
Ok I'm not sure as to whats wrong but my server works and everything all the way up to Loging in I create a Char and then login to the server and i get disconnected and sent back to the Choose a server screen....it kinda crashes...any idea's here's my stuff....


Boot5zones

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 . 68.3.182.184 7995 192.168.1.100
start zone . 68.3.182.184 7996 192.168.1.100
start zone . 68.3.182.184 7997 192.168.1.100
start zone . 68.3.182.184 7998 192.168.1.100
start zone . 68.3.182.184 7999 192.168.1.100
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------------------------


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

Login Server

# READ README.TXT
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
loginport2=5997
loginport3=5997
worldname=Rathe Mountain Test
worldaddress=192.168.1.100
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
ChatChannelServer=192.168.1.100


# READ README.TXT!

[Database]
host=127.0.0.1
user=supermicclick
password=akvivi
database=eq
compression=off

db

# READ README.TXT!

[Database]
host=127.0.0.1
user=supermicclick
password=akvivi
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.

any idea's? help much apprecated thx...

eXecallibur
03-16-2004, 01:16 PM
One thing that might help to start off is your "worldaddress=192.168.1.100" in your Loginserver.ini file should read your IP address "worldaddress=68.3.182.184 " and not your Local IP address from your firewall/router as you have it now.

Also make sure there is no spaces at the end of each line. That sometimes creates problems with the program.