View Single Post
  #2  
Old 03-07-2004, 05:21 PM
noraa58
Fire Beetle
 
Join Date: Mar 2004
Posts: 7
Default

ok, here is all the info of the server im trying to connect to

db.ini
Code:
[Database]
host=localhost
user=********
password=*********
database=eq
compression=off
loginserver.ini
Code:
[LoginServer]
loginserver=192.168.1.125
loginport=5999
worldname=SiilverWolves
worldaddress=192.168.1.125
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
eqhost.txt
Code:
[Registration Servers] 
{ 
"localhost:5999" 
} 
[Login Servers] 
{ 
"localhost:5999" 
}
minilogin.exe
Code:
LoginServer.ini read.
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5999

boot5zone.bat
Code:
C:\eqemu\CVS\eqemu\eqemu\NewSource\Build>REM: ****Read this first!!!**** 

C:\eqemu\CVS\eqemu\eqemu\NewSource\Build>REM: This file requires your real IP in the place of "YourIP" when you are connecting 

C:\eqemu\CVS\eqemu\eqemu\NewSource\Build>REM: To the EQEmu Loginserver. 

C:\eqemu\CVS\eqemu\eqemu\NewSource\Build>REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1 

C:\eqemu\CVS\eqemu\eqemu\NewSource\Build>REM: If you still get errors try using localhost instead of 127.0.0.1 

C:\eqemu\CVS\eqemu\eqemu\NewSource\Build>REM:--------------Start-----------------------
world.exe
Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.5-DR1
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28223, max id=69137
[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
Assassinating people that whine about horses...done
TCP listening on: 192.168.1.125:9000
World server listening on: 192.168.1.125:9000
Connected to LoginServer: 192.168.1.125:5999
25578 New TCP connection: 127.0.0.1:1819
New zoneserver: #1 127.0.0.1:1819
Zoneserver SetConnectInfo: 127.0.0.1:1819: 127.0.0.1:7999
25672 New TCP connection: 127.0.0.1:1820
25672 New TCP connection: 127.0.0.1:1821
25687 New TCP connection: 127.0.0.1:1822
New zoneserver: #2 127.0.0.1:1822
New zoneserver: #3 127.0.0.1:1821
New zoneserver: #4 127.0.0.1:1820
25718 New TCP connection: 127.0.0.1:1823
New zoneserver: #5 127.0.0.1:1823
Zoneserver SetConnectInfo: 127.0.0.1:1820: 127.0.0.1:7998
Zoneserver SetConnectInfo: 127.0.0.1:1821: 127.0.0.1:7997
Zoneserver SetConnectInfo: 127.0.0.1:1822: 127.0.0.1:7996
Zoneserver SetConnectInfo: 127.0.0.1:1823: 127.0.0.1:7995
I honsetly dont know what most of that means, but thats the server stuff im trying to connect to. hope you can help
Reply With Quote