PDA

View Full Version : Public Server Help please


kl9470spin
06-09-2005, 09:59 AM
Hello, i got minilogin to work flawlessly but i cant seem to get it to work publicly.. i can get it so i can see the server and it says up.. when i press play it just halts there it wont launch the game

im getting this error in world.exe

[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=39497
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Screwing up windows compiles...
TCP listening on: xxx.xxx.xxx.xx:9000
World server listening on: xxx.xxx.xxx.xx:9000
Setting World to MiniLogin Server type
Connected to LoginServer: xxx.xxx.xxx.xx:5999
40703 New TCP connection: 127.0.0.1:2657
New zoneserver: #1 127.0.0.1:2657
**WARNING** You have not setup a zone server password into the database, it is H
IGHLY recommended that you add a variable into variables with the varname ZSPass
word and the value with random characters to protect from people connecting to y
our world server.Zoneserver SetConnectInfo: 127.0.0.1:2657: xxx.xxx.xxx.xx:878441062 New TCP connection: 127.0.0.1:2658
41062 New TCP connection: 127.0.0.1:2659
41062 New TCP connection: 127.0.0.1:2660
41062 New TCP connection: 127.0.0.1:2661
New zoneserver: #2 127.0.0.1:2661
New zoneserver: #3 127.0.0.1:2660
New zoneserver: #4 127.0.0.1:2659
New zoneserver: #5 127.0.0.1:2658
**WARNING** You have not setup a zone server password into the database, it is H
IGHLY recommended that you add a variable into variables with the varname ZSPassword and the value with random characters to protect from people connecting to y
our world server.Zoneserver SetConnectInfo: 127.0.0.1:2658: xxx.xxx.xxx.xx:8783
**WARNING** You have not setup a zone server password into the database, it is H
IGHLY recommended that you add a variable into variables with the varname ZSPass
word and the value with random characters to protect from people connecting to y
our world server.Zoneserver SetConnectInfo: 127.0.0.1:2659: xxx.xxx.xxx.xx:8780
**WARNING** You have not setup a zone server password into the database, it is H
IGHLY recommended that you add a variable into variables with the varname ZSPass
word and the value with random characters to protect from people connecting to y
our world server.Zoneserver SetConnectInfo: 127.0.0.1:2660: xxx.xxx.xxx.xx:8781[/B[B]]**WARNING** You have not setup a zone server password into the database, it is H
IGHLY recommended that you add a variable into variables with the varname ZSPass
word and the value with random characters to protect from people connecting to y
our world server.Zoneserver SetConnectInfo: 127.0.0.1:2661: xxx.xxx.xxx.xx:8782

kl9470spin
06-09-2005, 11:33 AM
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------------------------

Reefa
06-12-2005, 06:04 AM
Thanks man really helped me out.