View Single Post
  #1  
Old 03-18-2002, 03:32 AM
Whistle
Fire Beetle
 
Join Date: Mar 2002
Posts: 8
Default Private Server probs

Hiyas!

I have problems running my own private server. I'm sure i set up all correctly.
After starting EQ with eqgame.exe patchme im getting to the server selection screen where my server is shown up.
Entering the server still works - i can create a char... but after trying to enter the world, the everquest loading screens hangs out there for 2 minutes and im getting kicked back to the server selection screen ;(

Here are my configs:

eqhost.txt:

[Registration Servers]
{
"127.0.0.1:5999"
}
[Login Servers]
{
"127.0.0.1:5999"
}

db.ini

[Database]
host=127.0.0.1
user=****
password=****
database=eq

loginserver.ini

[LoginServer]
loginserver=169.254.48.0
worldname=myserver
locked=false
account=
password=
worldaddress=
loginport=5999

boot5zones:

@echo off
start zonent . 127.0.0.1 7800 127.0.0.1
start zonent . 127.0.0.1 7801 127.0.0.1
start zonent . 127.0.0.1 7802 127.0.0.1
start zonent . 127.0.0.1 7803 127.0.0.1
start zonent . 127.0.0.1 7804 127.0.0.1
exit
cls

I started minilogin -> world.exe -> boot5zones.bat
No errors on it!

so where's the problem??
Please help me!!

Cya
Reply With Quote