You last visited: Today at 00:25
Advertisement
CustomCertificationServer.bat
Discussion on CustomCertificationServer.bat within the SRO Private Server forum part of the Silkroad Online category.
04/07/2012, 18:58
#1
elite*gold: 0
Join Date: Jan 2011
Posts: 96
Received Thanks: 3
CustomCertificationServer.bat
someone help me please
04/07/2012, 18:59
#2
elite*gold: 0
Join Date: Jun 2011
Posts: 163
Received Thanks: 88
Address is incorrect, why don't you simple read what is written there :P
04/07/2012, 19:17
#3
elite*gold: 0
Join Date: Jan 2011
Posts: 96
Received Thanks: 3
what address?
04/07/2012, 19:33
#4
elite*gold: 0
Join Date: Dec 2007
Posts: 3,210
Received Thanks: 6,301
Put an IP not a domain.
04/07/2012, 19:39
#5
elite*gold: 0
Join Date: Jan 2011
Posts: 96
Received Thanks: 3
I've changed 127.0.0.1 to 192.168.1.1 everywhere, I think that's not a domain is it? :S
04/07/2012, 19:57
#6
elite*gold: 0
Join Date: Dec 2007
Posts: 3,210
Received Thanks: 6,301
Use the released config for the customcertificationserver, just change the IP and the DB information. use the search and you will find lots of threads with a working config (I think there is one sticky on the release section).
04/07/2012, 20:29
#7
elite*gold: 0
Join Date: Jan 2011
Posts: 96
Received Thanks: 3
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 "192.168.1.1", 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.1", 15880
IBUVQueueReserveCount 20000
IBUVQueuePrepareRatio 0.10
IBUVFailureIPTolerance 0
IBUVStringSize 1
IBUVCharacterSet "ABCDEF1234567890"
}
DownloadServer {
Certification "192.168.1.1", 15880
}
FarmManager {
Certification "192.168.1.1", 15880
}
AgentServer {
Certification "192.168.1.1", 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.1", 15880
CERTIFICATION_IP_BIND "192.168.1.1"
}
SR_GameServer {
Certification "192.168.1.1", 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.1", 15882
BILLING_SERVER_URL "http://192.168.1.1:80/"
CREST_FTP_URL "ftp://SRO_FTP:[email protected] :1148/"
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
}
Is there anything wrong with this?
04/07/2012, 20:37
#8
elite*gold: 0
Join Date: Jun 2011
Posts: 802
Received Thanks: 396
have you run compile first?
the server.cfg seems ok
btw dont forget to change the port from 80 to 8080 (BILLING_SERVER_URL) if you changed it in IIS
04/07/2012, 23:53
#9
elite*gold: 0
Join Date: Dec 2007
Posts: 3,210
Received Thanks: 6,301
Quote:
Originally Posted by
SilkroadSeller
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 "192.168.1.1", 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.1", 15880
IBUVQueueReserveCount 20000
IBUVQueuePrepareRatio 0.10
IBUVFailureIPTolerance 0
IBUVStringSize 1
IBUVCharacterSet "ABCDEF1234567890"
}
DownloadServer {
Certification "192.168.1.1", 15880
}
FarmManager {
Certification "192.168.1.1", 15880
}
AgentServer {
Certification "192.168.1.1", 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.1", 15880
CERTIFICATION_IP_BIND "192.168.1.1"
}
SR_GameServer {
Certification "192.168.1.1", 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.1", 15882
BILLING_SERVER_URL "http://192.168.1.1:80/"
CREST_FTP_URL "ftp://SRO_FTP:[email protected] :1148/"
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
}
Is there anything wrong with this?
The config is on the .ini files from the certification, not on the server.cfg. Edit the inis, compile them and then run the certification.
04/08/2012, 08:07
#10
elite*gold: 0
Join Date: Jan 2011
Posts: 96
Received Thanks: 3
Works now, thank you
I have another problem in another thread
06/17/2012, 21:58
#11
elite*gold: 0
Join Date: Jun 2012
Posts: 3
Received Thanks: 0
i can't solve the Problem -_- please Help me
same Problem as SilkroadSeller's have
and i don't understand what to do
06/17/2012, 22:43
#12
elite*gold: 0
Join Date: Feb 2008
Posts: 3,777
Received Thanks: 1,455
Quote:
Originally Posted by
castlenova4
i can't solve the Problem -_- please Help me
same Problem as SilkroadSeller's have
and i don't understand what to do
go to ini folder and change db name to your db and ips to yours
then compile and run cert
If you still didnt understand check the tutorials again
12/18/2013, 16:59
#13
elite*gold: 0
Join Date: Nov 2013
Posts: 2
Received Thanks: 0
I've got the same problem ...
Similar Threads
[Help] vsro files (CustomCertificationServer.bat)
11/12/2011 - SRO Private Server - 4 Replies
Hello guys i need help with CustomCertificationServer.bat. I'm use windows7 and when i execute CustomCertificationServer.bat they gets stuck.
CustomCertificationServer
11/12/2011 - SRO Private Server - 8 Replies
Hello you all, i'm getting this error at 3. CustomCertificationServer.bat
i'm doing all step works... but i'm getting error at this
it says: http://oxped.vilammo.com/out.php/i85800_33.png
"Error: Could not locate a "Cetrtification Manager" node type."
can someone help me?
thanks in advanced.
CustomCertificationServer
09/12/2011 - SRO Private Server - 2 Replies
i how to config i not n00b but... i config my hamachi ip and not work..serve say bad failed resquest certification---i use my hamachi or 192.168.1.101 ip and not work plz tell me why...i know my network not bad i run serve public wiouth port forward :)>not sro etc..<
Chernobly Need CustomCertificationServer
09/12/2011 - SRO Private Server - 7 Replies
Hey sir we need CustomCertificationServer please uplaod it :pimp:
All times are GMT +2. The time now is 00:26 .