Central server connection problem

PyraniumLeFou

New Adventurer
Joined
Jan 2, 2006
Messages
17
Reaction score
0
Location
Switzerland
Hello

I created a server connected to the Central Network.
But when I join an other server also connected to the Central Network, I didn't find my character.

I don't understand why.
Maybe I made a something wrong.

MS1.jpg

MS2.jpg


The MSCentral.exe show :
Master Sword Central Server v1.00.
CTRL-C to Quit.

Options Loaded.
Listening on port 5710...
01/03/06 11:20:26 [127.0.0.1][0] Incoming Connection [1/10]
01/03/06 11:20:26 [127.0.0.1][0] Info Requested...
01/03/06 11:20:26 [127.0.0.1][0] Disconnected [1/10]
01/03/06 11:22:29 [127.0.0.1][0] Incoming Connection [1/10]
01/03/06 11:22:29 [127.0.0.1][0] Incoming Connection [1/10]
01/03/06 11:22:29 [127.0.0.1][0] Char Requested: [STEAM_0:1:2783332][0]
01/03/06 11:22:29 [127.0.0.1][2] Incoming Connection [3/10]
01/03/06 11:22:29 [127.0.0.1][0] Char Requested: NOT FOUND [STEAM_0:1:2783332][1]
01/03/06 11:22:29 [127.0.0.1][0] Disconnected [3/10]
01/03/06 11:22:29 [127.0.0.1][0] Disconnected [3/10]
01/03/06 11:22:29 [127.0.0.1][2] Char Requested: NOT FOUND [STEAM_0:1:2783332][2]
01/03/06 11:22:29 [127.0.0.1][2] Disconnected [1/10]
01/03/06 11:22:45 [127.0.0.1][0] Incoming Connection [1/10]
01/03/06 11:22:45 [127.0.0.1][0] Char Updated: [STEAM_0:1:2783332][0]
01/03/06 11:22:45 [127.0.0.1][0] Disconnected [1/10]
01/03/06 11:22:53 [127.0.0.1][0] Incoming Connection [1/10]
01/03/06 11:22:53 [127.0.0.1][0] Char Updated: [STEAM_0:1:2783332][0]
01/03/06 11:22:53 [127.0.0.1][0] Disconnected [1/10]

I added to my server.cfg:
ms_central_enabled 1
ms_central_addr 127.0.0.1:5710
ms_central_pass abcd

My options.txt is:
NetworkName= Central Network
Password= abcd
Port= 5710
SaveDir= SAVE
MaxThreads= 10
DebugLevel= 3
 

J-M v2.5.5

BANNED
BANNED
Joined
Feb 26, 2005
Messages
5,675
Reaction score
1
Age
36
Location
Nijmegen, the Netherlands.
PyraniumLeFou said:
ms_central_enabled 1
ms_central_addr 127.0.0.1:5710
ms_central_pass abcd
This is your own Central Network, and not the Central Network Thothie's, Hell's Diners, Vomika7's and the Blades' server are connected to. We're connected to FuzzyFish' network, and if you want to connect to it too, change the above lines to this:
Code:
ms_central_enabled "1"
ms_central_addr "cboat.mine.nu"
ms_central_pass "testing"
 
Top