06-08-2015, 06:55 AM
|
#1
|
|
• الانـتـسـاب » Aug 2015
|
• رقـم العـضـويـة » 123227
|
• المشـــاركـات » 3
|
• الـدولـة »
|
• الـهـوايـة »
|
• اسـم الـسـيـرفـر » No Server
|
• الـجـنـس » Male
|
• نقـاط التقييم » 10
|
|
|
رد: مشكلة في ملفات السيرفر
اقتباس:
المشاركة الأصلية كتبت بواسطة MenToR
عفوا ,,, لايمكنك مشاهده الروابط لانك غير مسجل لدينا [ للتسجيل اضغط هنا ]
اتاكد من الايبهات ini
و Server. Cfg
وافتح الملفات با الترتيب
Custom Certification Server
Global manager
Download Server
Machine Manager
Gateway Server
Farm Manager
Agent Server
SR_Shard Manager
SR_Game Server
SMC
|
ال ini files تمام و متأكد منهم 100%
و مبلحقش افتح الملفات بالترتيب لان تالت ملف اللي هو download server مبيشتغلش
يفتح و يروح قافل على طول و ده الايرور اللي بيجيبه في global manager

و ده server.cfg
كود:
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 "25.170.0.114", 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 640
Certification "25.170.0.114", 15880
IBUVQueueReserveCount 20000
IBUVQueuePrepareRatio 0.10
IBUVFailureIPTolerance 0
IBUVStringSize 3
IBUVCharacterSet "ABCDEFGHJKLMNPQRSTUVWZ23456789abcdefghijkmnpqrz"
}
DownloadServer {
Certification "25.170.0.114", 15880
Certification_IP_Bind "25.170.0.114"
}
FarmManager {
Certification "25.170.0.114", 15880
}
AgentServer {
Certification "25.170.0.114", 15882 //no global manager running lol
//traffic_filter_activity "service_off"
//MaxUser 5000
//SockTCPCount 15000
MaxConnectionsPerServer "5000"
MaxConnectionsPer1_OServer "5000"
}
MachineManager {
Certification "25.170.0.114", 15880
}
SR_GameServer {
Certification "25.170.0.114", 15882
SockTCPCount "50000"
ExpRatio "35000"
ExpRatioParty "40000"
DropItemRatio "1000"
DropGoldAmountCoef "1000"
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 "25.170.0.114", 15882
BILLING_SERVER_URL "http://25.170.0.114:1658/"
CREST_FTP_URL "ftp://refusebox:[email protected]/SRO_CREST/"
ChristmasEvent2007 0
SERVER_EVENT_SYSTEM OFF
LOCALE LOCALE_VIETNAM
FlagEvent 1
HourForMeterRateLevelFirst 22
HourForMeterRateLevelSecond 23
BattleArenaRandom 1
BattleArenaParty 1
BattleArenaGuild 1
BattleArenaJob 1
ArenaMatchOccupy 1
ArenaMatchFlag 1
ArenaMatchPoint 1
}
|
|
|