Blackrogue 110Lv Server Files

Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 69
  1. #31
    Proficient Member pablitto15 is offline
    MemberRank
    Aug 2010 Join Date
    157Posts

    Re: Blackrogue 110Lv Server Files

    i have a asnwer, the silks not load in game D:
    this is my server.cfg
    Common {
    CERTIFICATION_IP_BIND "192.168.0.11"
    LOCALE LOCALE_ENGLISH
    MaxSendQueDepth 500
    MsgCountOfDumpTrigger 1000
    MsgTriggerElapseTick 30000
    ReportConnectionLog 0
    PromptAtClose 0
    WritePerfLogToText 0
    DumpMsgPool 0
    FatigueSystem TFN220600000000
    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,
    }
    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.0.11", 32000
    AutomatedPunisher "Administrator"
    LoginFailureTolerance 5
    LoginFailureBlockTimeMin 10
    LoginPunishmentGuide "Blocked for 10 minutes due to incorrect password entered 3 times"
    LoginPunishmentDescription "Blocked for 10 minutes due to incorrect password entered 3 times"
    IBUVFailureTolerance 5
    IBUVFailureBlockTimeMin 10
    IBUVPunishmentGuide "Blocked for 10 minutes due to incorrect code entered 3 times"
    IBUVPunishmentDescription "Blocked for 10 minutes due to incorrect code entered 3 times"
    NetCafeIPRefreshTime 1440
    MaxUserForNonePCBangIP 3
    }


    DownloadServer {
    Certification "192.168.0.11", 15880
    USER_LIMIT 250
    }


    GatewayServer {
    Certification "192.168.0.11", 15880
    LastFullVersion_SR_Client 0
    CONCURRENT_OVERLAP_COUNT 1000 // Fix Auto Update
    CONCURRENT_PROCESS_COUNT 5 // Fix Auto Update
    IBUVFailureIPTolerance 5
    IBUVStringSize 3
    IBUVCharacterSet "0123456789"
    IBUVQueuePrepareRatio 0.05
    IBUVQueueReserveCount 20000
    LOGIN_CONTROL_ON_OFF 1
    LOGIN_CONTROL_ACCOUNT_LoginTryMaxLimitCount 6
    LOGIN_CONTROL_ACCOUNT_CountCheckTime 60000
    LOGIN_CONTROL_ACCOUNT_PeneltyTime 600000
    LOGIN_CONTROL_ACCOUNT_LiveTime 70000
    LOGIN_CONTROL_ACCOUNT_LoginTryMinLimitTime 7000
    LOGIN_CONTROL_IP_LoginTryMaxLimitCount 60000
    LOGIN_CONTROL_IP_CountCheckTime 60000
    LOGIN_CONTROL_IP_PeneltyTime 600000
    LOGIN_CONTROL_IP_LiveTime 70000
    LOGIN_CONTROL_ACCOUNT_ARRANGE_TIME_TERM 60000
    LOGIN_CONTROL_IP_ARRANGE_TIME_TERM 60000
    LOGIN_CONTROL_STATISTICS_TERM 60000
    AUTO_LOGIN_ON_OFF 1
    AUTO_LOGIN_USER_LIFE_TIME_SERVER 25000
    AUTO_LOGIN_USER_LIFE_TIME_CLIENT 20000
    AUTO_LOGIN_STATISTICS_TERM 60000
    AUTO_LOGIN_LOG_LEVEL 1
    }


    FarmManager
    {
    Certification "192.168.0.11", 15880
    }


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


    AgentServer {
    Certification "192.168.0.11", 15882
    CERTIFICATION_IP_BIND "192.168.0.11"
    GameGuardMode 0
    GameGuardTimerCycle 5
    traffic_filter_activity service_on
    traffic_filter_packet_count 100
    traffic_filter_check_perid 1000
    }


    SR_GameServer {
    Certification "192.168.0.11", 15882
    DropItemRatio 15000
    DropGoldAmountCoef 15000
    HwanGainFactor 100
    GiantMonster_SpawnRatio 100
    //MONSTER_AGGRO_LINK_DECREASE_RATIO 100
    PCBANG_EXPRATIO 10
    PCBANG_DEATH_PENALTY_FREE 60
    PCBANG_RESURRECT_AT_CURPOS EVENT_ON
    PCBANG_FREE_USE_PORTAL EVENT_ON
    PCBANG_DONT_DROP_ITEM_FORCELY EVENT_ON
    EVENT_LOVE_COMPLETION EVENT_OFF
    WINTER_EVENT_2009 EVENT_OFF
    ShowFormulaDetail 0
    ShowGameServerDisplay 0
    //PCSpeedRatio 100
    }


    SR_ShardManager {
    Certification "192.168.0.11", 15882
    VIOLANCE_RESTRICT TEENAGE
    CREST_FTP_URL "ftp://nayman:123456@192.168.0.11"
    ExpRatio 2500
    ExpRatioParty 2500
    ExtraExpRatio 1.0
    SERVER_EVENT_SYSTEM ON
    FlagEvent 1
    EnablePremiumFreeAccess 1
    BanUselessUserWhenFreeAccess 1
    CraftedMacroVersion 1
    }
    <%
    Dim DBConnA, strConnectA
    Set DBConnA = Server.CreateObject("ADODB.Connection")
    strConnectA = "Provider=SQLOLEDB;Data Source=192.168.0.11;Initial Catalog=BR_AccountTest;user ID=sa;password=154651651;"
    DBConnA.Open strConnectA

    %>
    Image SQL
    View image: asd123123123

  2. #32
    Valued Member hexcode is offline
    MemberRank
    Jul 2008 Join Date
    144Posts

    Re: Blackrogue 110Lv Server Files

    Quote Originally Posted by pablitto15 View Post
    i have a asnwer, the silks not load in game D:
    this is my server.cfg



    Image SQL
    View image: asd123123123
    Why your table is named 'BR_AccountTest'?I am not sure about release of this thread, but i think the name of account DB must be BR_ACCOUNT.The name of account DB is important to be correct when table is used with stored procedures.
    Do you have some errors in debug console of server or other modules ?
    Regards

  3. #33
    Proficient Member paradise1003 is offline
    MemberRank
    Apr 2013 Join Date
    169Posts

    Re: Blackrogue 110Lv Server Files

    Re-Upload done.

  4. #34
    Member apkingjo is offline
    MemberRank
    Mar 2006 Join Date
    ThailandLocation
    66Posts

    Re: Blackrogue 110Lv Server Files

    2016-05-18 18:03:56 [SR_ShardManager] server cord established : 6 (192.168.1.116:17477)
    2016-05-18 18:03:56 [SR_GameServer] server cord established : 3 (192.168.1.116:15883)
    2016-05-18 18:03:58 [SR_GameServer] At initialize Server, Loading Siege data :: CurrentTax = 0
    2016-05-18 18:03:58 [SR_GameServer] At initialize Server, Loading Siege data :: CurrentTax = 0
    2016-05-18 18:03:58 [SR_GameServer] At initialize Server, Loading Siege data :: CurrentTax = 0
    2016-05-18 18:03:58 [FarmManager] server cord closed : 7
    2016-05-18 18:03:58 [AgentServer] 713:SR_GameServer is blind : 0 users are banned
    2016-05-18 18:03:58 [SR_ShardManager] server cord closed : 6
    2016-05-18 18:03:58 [AgentServer] server cord closed : 6
    What me wrong
    Last edited by apkingjo; 18-05-16 at 01:05 PM. Reason: new question

  5. #35
    Proficient Member paradise1003 is offline
    MemberRank
    Apr 2013 Join Date
    169Posts

    Re: Blackrogue 110Lv Server Files

    Quote Originally Posted by apkingjo View Post
    What me wrong
    Check in ini>srNodeData.txt Port.

  6. #36
    Member apkingjo is offline
    MemberRank
    Mar 2006 Join Date
    ThailandLocation
    66Posts

    Re: Blackrogue 110Lv Server Files

    [global]
    count=9
    [entry0]
    node_id=697
    operation_type=22
    global_operation_id=0
    associated_shard_id=0
    node_type=335
    service_type=2
    certification_node_id=1
    port=15880
    node_icon=4
    u1=144
    u2=22
    u3=24
    u4=1
    u5=248
    u6=146
    u7=19
    u8=1
    u9=64
    u10=160
    u11=17
    u12=1
    u13=0
    u14=0
    u15=0
    u16=0
    u17=0
    u18=0
    u19=0
    u20=0
    [entry1]
    node_id=1
    operation_type=0
    global_operation_id=0
    associated_shard_id=0
    node_type=335
    service_type=1
    certification_node_id=0
    port=32000
    node_icon=5
    u1=40
    u2=22
    u3=24
    u4=1
    u5=216
    u6=99
    u7=19
    u8=1
    u9=0
    u10=0
    u11=0
    u12=0
    u13=0
    u14=0
    u15=0
    u16=0
    u17=0
    u18=0
    u19=0
    u20=0
    [entry2]
    node_id=698
    operation_type=22
    global_operation_id=0
    associated_shard_id=0
    node_type=335
    service_type=4
    certification_node_id=697
    port=15779
    node_icon=0
    u1=96
    u2=23
    u3=24
    u4=1
    u5=48
    u6=148
    u7=19
    u8=1
    u9=64
    u10=160
    u11=17
    u12=1
    u13=0
    u14=0
    u15=0
    u16=0
    u17=0
    u18=0
    u19=0
    u20=0
    [entry3]
    node_id=699
    operation_type=22
    global_operation_id=0
    associated_shard_id=0
    node_type=335
    service_type=11
    certification_node_id=697
    port=25880
    node_icon=0
    u1=56
    u2=26
    u3=24
    u4=1
    u5=48
    u6=148
    u7=19
    u8=1
    u9=64
    u10=160
    u11=17
    u12=1
    u13=0
    u14=0
    u15=0
    u16=0
    u17=0
    u18=0
    u19=0
    u20=0
    [entry4]
    node_id=700
    operation_type=22
    global_operation_id=0
    associated_shard_id=0
    node_type=335
    service_type=3
    certification_node_id=697
    port=15881
    node_icon=0
    u1=248
    u2=22
    u3=24
    u4=1
    u5=96
    u6=147
    u7=19
    u8=1
    u9=64
    u10=160
    u11=17
    u12=1
    u13=0
    u14=0
    u15=0
    u16=0
    u17=0
    u18=0
    u19=0
    u20=0
    [entry5]
    node_id=704
    operation_type=22
    global_operation_id=20
    associated_shard_id=0
    node_type=335
    service_type=5
    certification_node_id=697
    port=15882
    node_icon=0
    u1=200
    u2=23
    u3=24
    u4=1
    u5=152
    u6=148
    u7=19
    u8=1
    u9=64
    u10=160
    u11=17
    u12=1
    u13=0
    u14=0
    u15=17
    u16=1
    u17=0
    u18=0
    u19=0
    u20=0
    [entry6]
    node_id=705
    operation_type=22
    global_operation_id=20
    associated_shard_id=64
    node_type=335
    service_type=7
    certification_node_id=704
    port=15883
    node_icon=0
    u1=152
    u2=24
    u3=24
    u4=1
    u5=0
    u6=149
    u7=19
    u8=1
    u9=64
    u10=160
    u11=17
    u12=1
    u13=0
    u14=0
    u15=17
    u16=1
    u17=168
    u18=102
    u19=18
    u20=1
    [entry7]
    node_id=707
    operation_type=22
    global_operation_id=20
    associated_shard_id=64
    node_type=335
    service_type=6
    certification_node_id=704
    port=15884
    node_icon=0
    u1=48
    u2=24
    u3=24
    u4=1
    u5=104
    u6=149
    u7=19
    u8=1
    u9=64
    u10=160
    u11=17
    u12=1
    u13=0
    u14=0
    u15=17
    u16=1
    u17=168
    u18=102
    u19=18
    u20=1
    [entry8]
    node_id=713
    operation_type=22
    global_operation_id=20
    associated_shard_id=64
    node_type=335
    service_type=8
    certification_node_id=704
    port=15885
    node_icon=0
    u1=0
    u2=25
    u3=24
    u4=1
    u5=160
    u6=150
    u7=19
    u8=1
    u9=64
    u10=160
    u11=17
    u12=1
    u13=0
    u14=0
    u15=17
    u16=1
    u17=168
    u18=102
    u19=18
    u20=1
    Where point to change this? :(

    - - - Updated - - -

    Here my Log i can't run SR_GameServer

    2016-05-18 22:28:13 [GlobalManager] server cord established : 1 (192.168.1.116:32000)
    2016-05-18 22:28:13 [GlobalManager] GlobalManager is initialized successfully
    2016-05-18 22:28:25 [GlobalManager] server cord established : 2 (192.168.1.116:20387)
    2016-05-18 22:28:25 [MachineManager] server cord established : 1 (192.168.1.116:15880)
    2016-05-18 22:28:25 [MachineManager] MachineManager is initialized successfully
    2016-05-18 22:28:52 [GlobalManager] server cord established : 4 (192.168.1.116:20389)
    2016-05-18 22:28:52 [GatewayServer] server cord established : 1 (192.168.1.116:15880)
    2016-05-18 22:28:52 [GatewayServer] IBUV: StringSize: 3, CharSet: 0123456789
    2016-05-18 22:28:52 [GatewayServer] IBUV: CharSet(0123456789)
    2016-05-18 22:28:52 [GatewayServer] IBUV: Preserved image created : (dwImageCount)
    2016-05-18 22:28:52 [GatewayServer] GatewayServer is initialized successfully
    2016-05-18 22:29:10 [GlobalManager] server cord established : 5 (192.168.1.116:20397)
    2016-05-18 22:29:10 [DownloadServer] server cord established : 1 (192.168.1.116:15880)
    2016-05-18 22:29:10 [DownloadServer] DownloadServer is initialized successfully
    2016-05-18 22:29:14 [GlobalManager] server cord established : 6 (192.168.1.116:20398)
    2016-05-18 22:29:14 [FarmManager] server cord established : 1 (192.168.1.116:15880)
    2016-05-18 22:29:14 [FarmManager] FarmManager is initialized successfully
    2016-05-18 22:29:23 [FarmManager] server cord established : 2 (192.168.1.116:20399)
    2016-05-18 22:29:23 [AgentServer] server cord established : 1 (192.168.1.116:15882)
    2016-05-18 22:29:23 [AgentServer] AgentServer is initialized successfully
    2016-05-18 22:29:30 [FarmManager] server cord established : 3 (192.168.1.116:20404)
    2016-05-18 22:29:30 [SR_ShardManager] server cord established : 1 (192.168.1.116:15882)
    2016-05-18 22:29:30 [AgentServer] server cord established : 2 (192.168.1.116:15883)
    2016-05-18 22:29:30 [SR_ShardManager] server cord established : 2 (192.168.1.116:20403)
    2016-05-18 22:29:32 [SR_ShardManager] Not found RefServerEvent[30001]. Check service and date value. progress next data
    2016-05-18 22:29:33 [SR_ShardManager] Not found RefServerEvent[30002]. Check service and date value. progress next data
    2016-05-18 22:29:33 [SR_ShardManager] Not found RefServerEvent[30003]. Check service and date value. progress next data
    2016-05-18 22:29:33 [SR_ShardManager] Not found RefServerEvent[30004]. Check service and date value. progress next data
    2016-05-18 22:29:34 [SR_ShardManager] SR_ShardManager is initialized successfully
    2016-05-18 22:29:42 [FarmManager] server cord established : 4 (192.168.1.116:20426)
    2016-05-18 22:29:42 [SR_GameServer] server cord established : 1 (192.168.1.116:15882)
    2016-05-18 22:29:43 [SR_GameServer] server cord established : 2 (192.168.1.116:20442)
    2016-05-18 22:29:43 [AgentServer] server cord established : 3 (192.168.1.116:15885)
    2016-05-18 22:29:44 [SR_ShardManager] server cord established : 3 (192.168.1.116:20443)
    2016-05-18 22:29:44 [SR_GameServer] server cord established : 3 (192.168.1.116:15883)
    2016-05-18 22:29:45 [SR_GameServer] At initialize Server, Loading Siege data :: CurrentTax = 0
    2016-05-18 22:29:45 [SR_GameServer] At initialize Server, Loading Siege data :: CurrentTax = 0
    2016-05-18 22:29:45 [SR_GameServer] At initialize Server, Loading Siege data :: CurrentTax = 0
    2016-05-18 22:29:45 [FarmManager] server cord closed : 4
    2016-05-18 22:29:45 [AgentServer] 713:SR_GameServer is blind : 0 users are banned
    2016-05-18 22:29:45 [SR_ShardManager] server cord closed : 3
    2016-05-18 22:29:45 [AgentServer] server cord closed : 3

  7. #37
    Member hellspawn80 is offline
    MemberRank
    Apr 2012 Join Date
    95Posts

    Re: Blackrogue 110Lv Server Files

    whats the difference between Blackrogue and vSRO ?

  8. #38
    Proficient Member paradise1003 is offline
    MemberRank
    Apr 2013 Join Date
    169Posts

    Re: Blackrogue 110Lv Server Files

    Quote Originally Posted by hellspawn80 View Post
    whats the difference between Blackrogue and vSRO ?
    Real 110 cap (Heroes of Alexandria)
    Disable FGW
    Disable Battle Arena
    Old cape system.
    Old F Market

  9. #39
    Member hellspawn80 is offline
    MemberRank
    Apr 2012 Join Date
    95Posts

    Re: Blackrogue 110Lv Server Files

    Quote Originally Posted by paradise1003 View Post
    Real 110 cap (Heroes of Alexandria)
    Disable FGW
    Disable Battle Arena
    Old cape system.
    Old F Market
    ok thx! i will test it !

    sql 2014 right ?

  10. #40
    Member apkingjo is offline
    MemberRank
    Mar 2006 Join Date
    ThailandLocation
    66Posts

    Re: Blackrogue 110Lv Server Files

    local overlap job exception!! : CServerProcessOverlap

    How to fix this?

  11. #41
    Member hellspawn80 is offline
    MemberRank
    Apr 2012 Join Date
    95Posts

    Re: Blackrogue 110Lv Server Files

    Cant start SMC .. crash

    - - - Updated - - -

    I cant start client .. when i start with edxloader its flashing and ... nothing after ..

    i use local ip 192.168.0.10, server run on 192.168.0.10.

    - - - Updated - - -

    Quote Originally Posted by hellspawn80 View Post
    Cant start SMC .. crash

    - - - Updated - - -

    I cant start client .. when i start with edxloader its flashing and ... nothing after ..

    i use local ip 192.168.0.10, server run on 192.168.0.10.

  12. #42
    Member apkingjo is offline
    MemberRank
    Mar 2006 Join Date
    ThailandLocation
    66Posts

    Re: Blackrogue 110Lv Server Files

    Quote Originally Posted by hellspawn80 View Post
    Cant start SMC .. crash

    - - - Updated - - -

    I cant start client .. when i start with edxloader its flashing and ... nothing after ..

    i use local ip 192.168.0.10, server run on 192.168.0.10.

    - - - Updated - - -




    Run smc_cracked.exe don't use program

  13. #43
    Member hellspawn80 is offline
    MemberRank
    Apr 2012 Join Date
    95Posts

    Re: Blackrogue 110Lv Server Files

    Quote Originally Posted by apkingjo View Post
    Run smc_cracked.exe don't use program


    i forgot to add smc cracked in DEP! DOH ! lol

    so now need to make client work .. because for the moment i use EDXloader5 and isnt work :(

  14. #44
    Member apkingjo is offline
    MemberRank
    Mar 2006 Join Date
    ThailandLocation
    66Posts

    Re: Blackrogue 110Lv Server Files

    How to make client work?

  15. #45
    Proficient Member paradise1003 is offline
    MemberRank
    Apr 2013 Join Date
    169Posts

    Re: Blackrogue 110Lv Server Files




Page 3 of 5 FirstFirst 12345 LastLast

Advertisement