Problema ch1 y ch2

Topic created · 3 Mensajes · 352 Visitas
  • hola esta es mi duda que supuestamente el ch 1 y ch 2 son independiente uno al otro o no ?
    yo tengo mi server profiyocker94 supuestamente este si tiene el ch2 implementado
    pero al entrar al server entro con 2 cuentas diferentes pero en diferente ch, pero al game me salen las 2 cuentas como si fuera el mismo ch

    a alguien le a pasado esto o como se soluciona gracias

  • Creo que tienes que hacer una diferenciacion de ch en el serverinfo.py, porque al poner todo igual en todos los ch siempre ira al ch1.

  • amigo no te entendi muy bien pero aki te dejo mi serverinfo a lo mejor lo tengo mal

    import app
    import locale

    app.ServerName = None
    if (locale.IsEUROPE() and app.GetLocalePath()):
    STATE_NONE = 'OFF'

    STATE_DICT = {
    0 : '....',
    1 : 'Normal',
    2 : 'Busy',
    3 : 'Full' }

    SERVER1_CHANNEL_DICT = {
    1:{'key':11,'name':'CH1 ','ip':'192.168.1.100','tcp_port':13000,'udp_port':13000,'state':STATE_NONE,},
    2:{'key':12,'name':'CH2 ','ip':'192.168.1.100','tcp_port':16000,'udp_port':16000,'state':STATE_NONE,},
    }

    REGION_NAME_DICT = {
    0 : 'TAIWAN',
    }

    REGION_AUTH_SERVER_DICT = {
    0 : {
    1 : { 'ip':'192.168.1.100', 'port':11002, },
    1 : { 'ip':'192.168.1.100', 'port':11002, },
    }
    }

    REGION_DICT = {
    0 : {
    1 : { 'name' : 'Metin2Supremo', 'channel' : SERVER1_CHANNEL_DICT, },
    },
    }

    MARKADDR_DICT = {
    10 : { 'ip' : '192.168.1.100', 'tcp_port' : 13000, 'mark' : '10.tga', 'symbol_path' : '10', },
    11 : { 'ip' : '192.168.1.100', 'tcp_port' : 16000, 'mark' : '10.tga', 'symbol_path' : '10', },
    }

    TESTADDR = { 'ip' : '210.123.10.153', 'tcp_port' : 50000, 'udp_port' : 50000, }