Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP] Subserver problem

Newbie Spellweaver
Joined
Nov 24, 2009
Messages
93
Reaction score
0
Hello, I set up subserver with connectmember activated in gameserver, but still everyone can join it, what is the problem? where I missed anything?

subserver mapserverinfo:
Code:
//==================================================================================================================	
//	ServerCode	MapServerGroup	InitSetting	IpAddress		PortNum
//==================================================================================================================	
0
	1		1		1		Sxxxxxxxxxxxx			55903
	9		0		-1		Sxxxxxxxxxxxx			55909
end

//-------------------------------------------------------------------------------//
//  ServerCode    MoveAbleOption     MapNumber	   DestServerCode		 //
//-------------------------------------------------------------------------------//
1
	1		0		30		9
	1		0		31		9
	1		0		34		9
	
	9		1		30		-1
	9		1		31		-1
	9		1		34		-1
end



Subserver Gameserverinfo:
Code:
[GameServerInfo]
ServerName		= VIP
ServerCode		= 1
ConnectMemberLoad	= 1
 
Back
Top