Register for your free account! | Forgot your password?

You last visited: Today at 14:20

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Server.cfg

Discussion on Server.cfg within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2007
Posts: 225
Received Thanks: 58
Server.cfg

Can someone post a server.cfg that works for them?

I'm getting an error when I start up MachineManager (or anything else after Globalmanager)
I think it's port related, if someone could post theirs it would be greatly appreciated!!

This is how my server.cfg looks like:


Quote:
Common {
debug_option_debugger_present{
DEBUG_OPTION_ASSERT_SHOW_MESSAGEBOX_OKCANCEL,
DEBUG_OPTION_ASSERT_ADVANCE_BREAK,
DEBUG_OPTION_ASSERT_CANCEL_EXIT
}
debug_option_stand_alone{
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
}
netengine_debug_option_debugger_present{
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
}
netengine_debug_option_stand_alone{
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
}

}

////////////////////////////////////////////////////////////////////////////////////////////
GlobalManager {
Certification "192.168.1.18", 32000
LoginFailureTolerance 3
IBUVFailureTolerance 3
LoginFailureBlockTimeMin 0
IBUVFailureBlockTimeMin 0
AutomatedPunisher "AutomatedPunisher"
LoginPunishmentGuide "Blocked for 10 minutes due to incorrect password entered 3 times"
LoginPunishmentDescription "Blocked for 10 minutes due to incorrect password entered 3 times"
IBUVPunishmentGuide "Blocked for 10 minutes due to incorrect code entered 3 times"
IBUVPunishmentDescription "Blocked for 10 minutes due to incorrect code entered 3 times"
}

GatewayServer {
LastFullVersion_SR_Client 130
Certification "192.168.1.18", 15880
IBUVQueueReserveCount 20000
IBUVQueuePrepareRatio 0.10
IBUVFailureIPTolerance 0
IBUVStringSize 1
IBUVCharacterSet "ABCDEF1234567890"
}

DownloadServer {
Certification "192.168.1.18", 15880
}
FarmManager {
Certification "192.168.1.18", 15880
}

AgentServer {
Certification "192.168.1.18", 15882 //no global manager running lol
//traffic_filter_activity "service_off"
//MaxUser 5000
//SockTCPCount 15000
MaxConnectionsPerServer "5000"
MaxConnectionsPer1_OServer "5000"
}

MachineManager {
Certification "192.168.1.18", 15880
CERTIFICATION_IP_BIND "192.168.1.18"
}

SR_GameServer {
Certification "192.168.1.18", 15882
SockTCPCount "5000"
ExpRatio "35000"
ExpRatioParty "35000"
DropItemRatio "5000"
DropGoldAmountCoef "15000"
HwanGainFactor "250"
ShowFormulaDetail "1"

//WINTER_EVENT_2009 EVENT_ON
//EUBUSINESS_EVENT EVENT_ON
//GOLDEN_PIG_FEBRUARY_EVENT EVENT_ON
//THANKS_GIVING_EVENT EVENT_ON
//LIBERATION_EVENT EVENT_ON
LOCALE LOCALE_VIETNAM

//#ifdef OPEN_MARKET_SYSTEM
SET_FEE_RATE "0,5,5,5"
SELL_FEE_RATE "0,10,10,10"
//#endif OPEN_MARKET_SYSTEM
//RE FTW

DO_NOT_SPAWN_MONSTER_OVER_MAX_SERVICE_LEVEL "OFF"
ENTER_LIMIT_CONDITION_GAME_WORLD_ASSIGNED "OFF"


}

SR_ShardManager {
Certification "192.168.1.18", 15882
BILLING_SERVER_URL "http://192.168.1.18:80/"
CREST_FTP_URL "ftp://abdo:[email protected]/"
ChristmasEvent2007 1
SERVER_EVENT_SYSTEM ON
LOCALE LOCALE_VIETNAM
FlagEvent 1
//HourForMeterRateLevelFirst 24
//HourForMeterRateLevelSecond 0

BattleArenaRandom 1
BattleArenaParty 1
BattleArenaGuild 1
BattleArenaJob 1
ArenaMatchOccupy 1
ArenaMatchFlag 1
ArenaMatchPoint 1
}
ch00b is offline  
Old 10/20/2011, 21:30   #2
 
elite*gold: 0
Join Date: May 2008
Posts: 98
Received Thanks: 58
Change XXX.XXX.X.XX to your IP

Code:
Common {
	debug_option_debugger_present {
		DEBUG_OPTION_ASSERT_SHOW_MESSAGEBOX_OKCANCEL,
		DEBUG_OPTION_ASSERT_ADVANCE_BREAK,
		DEBUG_OPTION_ASSERT_CANCEL_EXIT
	}
	debug_option_stand_alone {			
		DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX ,
		DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
	}
	netengine_debug_option_debugger_present	{
		DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX ,
		DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
	}
	netengine_debug_option_stand_alone	{
		DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX ,
		DEBUG_OPTION_ASSERT_WRITE_MINIDUMP 
	}
	GlobalManager {
		Certification 				"XXX.XXX.X.XX", 32000
		LoginFailureTolerance		3
		IBUVFailureTolerance		3
		LoginFailureBlockTimeMin	10
		IBUVFailureBlockTimeMin		10
		AutomatedPunisher			"AutomatedPunisher"
		LoginPunishmentGuide		"Blocked for 10 minutes due to incorrect password entered 3 times"
		LoginPunishmentDescription	"Blocked for 10 minutes due to incorrect password entered 3 times"
		IBUVPunishmentGuide		"Blocked for 10 minutes due to incorrect code entered 3 times"
		IBUVPunishmentDescription	"Blocked for 10 minutes due to incorrect code entered 3 times"
	}
	GatewayServer {
		LastFullVersion_SR_Client 	130
		Certification 				"XXX.XXX.X.XX", 15880
		IBUVQueueReserveCount		20000
		IBUVQueuePrepareRatio		0.05
		IBUVFailureIPTolerance		0
		IBUVStringSize				5
		IBUVCharacterSet			"ABCDEF1234567890"
	}
	DownloadServer {
		Certification 				"XXX.XXX.X.XX", 15880
	}
	FarmManager {
		Certification 				"XXX.XXX.X.XX", 15880 
	}
	MachineManager {
		Certification 				"XXX.XXX.X.XX", 15880
	}
	AgentServer {
		Certification 				"XXX.XXX.X.XX", 15882
	}

SR_GameServer {
		Certification "XXX.XXX.X.XX", 15882
		SockTCPCount 									"5000"
		ExpRatio 									"30000"
		ExpRatioParty 									"30000" 
		DropItemRatio 									"5000"
		DropGoldAmountCoef 								"5000"
		HwanGainFactor 									"250"
		ShowFormulaDetail 								"1"
	
			//WINTER_EVENT_2009							EVENT_ON
			//EUBUSINESS_EVENT							EVENT_ON
			//GOLDEN_PIG_FEBRUARY_EVENT					EVENT_ON
			//THANKS_GIVING_EVENT						EVENT_ON
			//LIBERATION_EVENT							EVENT_ON
		LOCALE 											LOCALE_VIETNAM
       
			//#ifdef OPEN_MARKET_SYSTEM
				SET_FEE_RATE            				"0,5,5,5"
				SELL_FEE_RATE           				"0,10,10,10"
			//#endif OPEN_MARKET_SYSTEM
			//RE FTW

		DO_NOT_SPAWN_MONSTER_OVER_MAX_SERVICE_LEVEL 	"OFF"
		ENTER_LIMIT_CONDITION_GAME_WORLD_ASSIGNED 		"OFF"


}

	SR_ShardManager {
		Certification 				"XXX.XXX.X.XX", 15882
		BILLING_SERVER_URL 			"http://XXX.XXX.X.XX:80/"
		CREST_FTP_URL 				"ftp://userFTP:.X.XX"
		ExtraExpRatio				0.1
		ChristmasEvent2007 			0
		LOCALE 						LOCALE_VIETNAM
		FlagEvent					0
		FlagEvent					1
		HourForMeterRateLevelFirst	22
		HourForMeterRateLevelSecond	23
		BattleArenaRandom 			1
		BattleArenaParty 			1
		BattleArenaGuild 			1
		BattleArenaJob 				1
		ArenaMatchOccupy 			1
		ArenaMatchFlag 				1
		ArenaMatchPoint 			1
		//SERVER_EVENT_SYSTEM		ON
	}
}
mostafa2224 is offline  
Thanks
3 Users
Old 10/20/2011, 21:42   #3
 
elite*gold: 0
Join Date: Apr 2007
Posts: 225
Received Thanks: 58
Thanks for your reply, I still get the same error though:



Any thoughts on that?
ch00b is offline  
Old 10/20/2011, 22:18   #4
 
elite*gold: 0
Join Date: May 2009
Posts: 240
Received Thanks: 15
remove others LAN Program Hamachi vs.
buriko_0007 is offline  
Old 10/20/2011, 22:51   #5
 
elite*gold: 0
Join Date: Apr 2007
Posts: 225
Received Thanks: 58
Quote:
Originally Posted by buriko_0007 View Post
remove others LAN Program Hamachi vs.
Hamachi is closed. I don't have any other programs which can interfere with LAN
ch00b is offline  
Old 10/21/2011, 00:08   #6
 
elite*gold: 0
Join Date: Sep 2011
Posts: 121
Received Thanks: 8
1.try to open all ports thet you see in server.cfg
2.colse your fire wall
3.use this server.cfg
***only change the ip there and pass at srgaemserver***

PHP Code:
Common {
    
debug_option_debugger_present{
            
DEBUG_OPTION_ASSERT_SHOW_MESSAGEBOX_OKCANCEL,
            
DEBUG_OPTION_ASSERT_ADVANCE_BREAK,
            
DEBUG_OPTION_ASSERT_CANCEL_EXIT
    
}
    
debug_option_stand_alone{            
            
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
            
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
    
}
    
netengine_debug_option_debugger_present{
            
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
            
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
    
}
    
netengine_debug_option_stand_alone{
            
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
            
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP 
    
}

}

////////////////////////////////////////////////////////////////////////////////////////////
GlobalManager {
        
Certification "5.207.21.28"32000 
        LoginFailureTolerance        3
        IBUVFailureTolerance        3
        LoginFailureBlockTimeMin    0
        IBUVFailureBlockTimeMin        0
        AutomatedPunisher            
"AutomatedPunisher"
        
LoginPunishmentGuide        "Blocked for 10 minutes due to incorrect password entered 3 times"
        
LoginPunishmentDescription    "Blocked for 10 minutes due to incorrect password entered 3 times"
        
IBUVPunishmentGuide            "Blocked for 10 minutes due to incorrect code entered 3 times"
        
IBUVPunishmentDescription    "Blocked for 10 minutes due to incorrect code entered 3 times"
}

GatewayServer {
        
LastFullVersion_SR_Client     130
        Certification 
"5.207.21.28"15880
        IBUVQueueReserveCount        20000
        IBUVQueuePrepareRatio        0.10
        IBUVFailureIPTolerance        0
        IBUVStringSize                1
        IBUVCharacterSet            
"ABCDEF1234567890"
}

DownloadServer {
        
Certification "5.207.21.28"15880
}
FarmManager {
        
Certification "5.207.21.28"15880
}

AgentServer {
        
Certification "5.207.21.28"15882 //no global manager running lol
            //traffic_filter_activity     "service_off"
            //MaxUser 5000
            //SockTCPCount 15000
        
MaxConnectionsPerServer         "5000"
        
MaxConnectionsPer1_OServer         "5000"
}

MachineManager {
        
Certification "5.207.21.28"15880
        CERTIFICATION_IP_BIND 
"5.207.21.28"
}

SR_GameServer {
        
Certification "5.207.21.28"15882
        SockTCPCount                                     
"500"
        
ExpRatio                                         "350"
        
ExpRatioParty                                     "350" 
        
DropItemRatio                                     "500"
        
DropGoldAmountCoef                                 "150"
        
HwanGainFactor                                     "250"
        
ShowFormulaDetail                                 "1"
    
            
//WINTER_EVENT_2009                            EVENT_ON
            //EUBUSINESS_EVENT                            EVENT_ON
            //GOLDEN_PIG_FEBRUARY_EVENT                    EVENT_ON
            //THANKS_GIVING_EVENT                        EVENT_ON
            //LIBERATION_EVENT                            EVENT_ON
        
LOCALE                                             LOCALE_VIETNAM
       
            
//#ifdef OPEN_MARKET_SYSTEM
                
SET_FEE_RATE                            "0,5,5,5"
                
SELL_FEE_RATE                           "0,10,10,10"
            
//#endif OPEN_MARKET_SYSTEM
            //RE FTW

        
DO_NOT_SPAWN_MONSTER_OVER_MAX_SERVICE_LEVEL     "OFF"
        
ENTER_LIMIT_CONDITION_GAME_WORLD_ASSIGNED         "OFF"


}

SR_ShardManager {
        
Certification "5.207.21.28"15882
        BILLING_SERVER_URL                 
"http://5.207.21.28:8080/"
        
CREST_FTP_URL                     "ftp://crest:FTP [email protected]/SRO_CREST/"
        
ChristmasEvent2007                 1
        SERVER_EVENT_SYSTEM             ON
        LOCALE                             LOCALE_VIETNAM
        FlagEvent                         1
            
//HourForMeterRateLevelFirst    24
            //HourForMeterRateLevelSecond    0

        
BattleArenaRandom                 1
        BattleArenaParty                 1
        BattleArenaGuild                 1
        BattleArenaJob                     1
        ArenaMatchOccupy                 1
        ArenaMatchFlag                     1
        ArenaMatchPoint                 1

sbhtkvnkl34 is offline  
Thanks
1 User
Old 10/21/2011, 02:21   #7
 
elite*gold: 0
Join Date: Apr 2007
Posts: 225
Received Thanks: 58
How do I open up those ports and where do I have to do this?

Thanks a lot for the help.
ch00b is offline  
Old 10/21/2011, 11:03   #8
 
elite*gold: 0
Join Date: Sep 2011
Posts: 121
Received Thanks: 8
just close any anti virus or fire wall if your ruter dint close ports you will be fine
sbhtkvnkl34 is offline  
Old 01/23/2014, 00:55   #9
 
elite*gold: 0
Join Date: May 2013
Posts: 227
Received Thanks: 13
Unhappy help me pls



can any one help me pls ? guys
Maddona is offline  
Old 01/26/2014, 21:41   #10
 
Prometheus*'s Avatar
 
elite*gold: 0
Join Date: Jan 2014
Posts: 12
Received Thanks: 0
Quote:
Originally Posted by Maddona View Post


can any one help me pls ? guys
Go to your certification files, go to the ini folder, open srGlobalService.ini

Make sure that your database information is typed in correctly for the account database.
Prometheus* is offline  
Old 01/29/2014, 13:59   #11
 
elite*gold: 0
Join Date: Jul 2009
Posts: 2
Received Thanks: 0
i have the same problem and can't fix it >.<
it was working well since i opened wamp it has no longer worked again
Need Fast Help Pleaaaase
mrm0ham3d is offline  
Reply




All times are GMT +2. The time now is 14:20.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.