
Originally Posted by
Chern0byl
v1.0.3 - 1.0.5
- Added Machine Manager, Agent server, SR_GameServer ip spoofing function (Now you can run server even if you are behind router. All you have to do is patch those files with your WAN ip address, and forward ports. Don't forget to make 2 versions with different local ip addresses if you are running, for example, second server in vmware on local.)
Should i edit the server.cfg?

srNodeType.ini
PHP Code:
[global]
count=1
[entry0]
id=335
operation_type=22
name=SRO_SRO_TestLocal
wip=192.168.1.102
nip=58.38.37.72
machine_manager_node_id=699
server.cfg
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 "192.168.1.102", 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 188
Certification "192.168.1.102", 15880
IBUVQueueReserveCount 20000
IBUVQueuePrepareRatio 0.10
IBUVFailureIPTolerance 0
IBUVStringSize 1
IBUVCharacterSet "1234567890"
}
DownloadServer {
Certification "192.168.1.102", 15880
}
FarmManager {
Certification "192.168.1.102", 15880
}
AgentServer {
Certification "192.168.1.102", 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.102", 15880
CERTIFICATION_IP_BIND "192.168.1.102"
}
SR_GameServer {
Certification "192.168.1.102", 15882
SockTCPCount "5000"
ExpRatio "50000"
ExpRatioParty "50000"
DropItemRatio "50000"
DropGoldAmountCoef "50000"
HwanGainFactor "50000"
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.102", 15882
BILLING_SERVER_URL "http://localhost/"
CREST_FTP_URL "ftp://127.0.0.1:21/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
}
Router forward ports
PHP Code:
ID Port IP
1 1-2047 192.168.1.102
2 2504-65534 192.168.1.102
I patch Machine Manager, Agent server, SR_GameServer ip with 192.168.1.102
then i test remote login without hamachi
but Still C9 Error


can some1 help me to fix it!
thx very much