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!

Subserver (Vipserver) Season 3

Newbie Spellweaver
Joined
Apr 25, 2012
Messages
33
Reaction score
0
hello everyone. I need your help guys. I need to creat subserver like vip. when i starting second gameserver files location D:/muserver/vipserver/gameserver/gameserver.exe, he don't starting and says these problem

datokiso2 - Subserver (Vipserver) Season 3 - RaGEZONE Forums


I correctly created gameserver ips with gameserver link file but it still don't starting. please help me if know how to fix these problem. thank's beforehand.

P.S gameserver which i used is 1.00.16 version.
 
Newbie Spellweaver
Joined
Apr 25, 2012
Messages
33
Reaction score
0
You need to config a new ports for VIP

I already wrote new ports for vip server in mapserverinfo, iplist, connectserver. also i created link file for vip gameserver but only gameserver doesn't starts and gives these error
 
Upvote 0
Newbie Spellweaver
Joined
Apr 25, 2012
Messages
33
Reaction score
0
hmm.. did u tried to rename GameServer.exe to GameServerVIP.exe and run it from the shortcut?
also are u sure all ports are different?

yes karli i changed name of gameserver to vipserver but still don't working :| and all the ports are different.

ports i use:
CS-55905
UDP-60005



What server file you are using?

these server files are very very old, but it's working perfectly. season 3 episode 1 by luciano
 
Upvote 0
Newbie Spellweaver
Joined
Apr 25, 2012
Messages
33
Reaction score
0
what abt the dataserver ports on the shortcut?

gameserver must be start without dataserver port. i use 55964 port for dataserver in links shortcut also.



I tested gameserver_cs and it works perfectly and i can use it like vip, but events doesn't working and normal gameserver monsters are too much for gameserver_cs.
 
Upvote 0
Newbie Spellweaver
Joined
Apr 25, 2012
Messages
33
Reaction score
0
how about the mapserverinfo.dat configs? can u show us

I created "bin" folder with dataserver in vipserver folder and gameserver starts normally. thank's for attention and help. this is my mapserver info karli

// SrvCode
0
0 0 1 S192.168.0.105 55901 <--- normal gameserver
1 0 1 S192.168.0.105 55905 <--- gameserver for vip
2 0 0 S192.168.0.105 55903 <--- gameserver_cs
end


//--------------------------------------
// SrvCode Map SrvCode
// dest.
//--------------------------------------
1
0 0 30 1
0 0 31 1
0 0 34 1

1 1 30 -1
1 1 31 -1
1 1 34 -1
end
 
Upvote 0
Joined
May 26, 2009
Messages
17,307
Reaction score
3,218
i dont see in ur mapserverinfo the codes for gs_cs if i am right (and the whole code of subserver missing)
try this:

Code:
//---------------------------------------------------------------------------
// Mapserverinfo
// GS
// GSVIP and GSCS
//---------------------------------------------------------------------------
0
	0		0		1		SYOURIP		55901
	1		1		1		SYOURIP		55905
	2		0		0		SYOURIP		55903	
end

1
	0		0		30		2
	0		0		31		2
	0	        0	        34	        2
	
	

        1		1		30		2
	1		1		31		2
	1	        1	        34	        2
	

        2		1		30		-1
	2		1		31		-1
	2	        1	        34	        -1
	
end
 
Upvote 0
Newbie Spellweaver
Joined
Apr 25, 2012
Messages
33
Reaction score
0
i dont see in ur mapserverinfo the codes for gs_cs if i am right (and the whole code of subserver missing)
try this:

Code:
//---------------------------------------------------------------------------
// Mapserverinfo
// GS
// GSVIP and GSCS
//---------------------------------------------------------------------------
0
	0		0		1		SYOURIP		55901
	1		1		1		SYOURIP		55905
	2		0		0		SYOURIP		55903	
end

1
	0		0		30		2
	0		0		31		2
	0	        0	        34	        2
	
	

        1		1		30		2
	1		1		31		2
	1	        1	        34	        2
	

        2		1		30		-1
	2		1		31		-1
	2	        1	        34	        -1
	
end

i using these map server code and it works normally.
 
Upvote 0
Newbie Spellweaver
Joined
Apr 25, 2012
Messages
33
Reaction score
0
mapserver info posted by me, works all okay. after when i created bin folder in vipserver folder gameserver is starting normally. also i created dataserver shortcut in bin folder and works good
 
Upvote 0
Back
Top