¿Que esta mal aqui?

Topic created · 2 Mensajes · 278 Visitas
  • import app
    import locale
    import debugInfo

    CHINA_PORT = 50000
    app.ServerName = None
    if (locale.IsEUROPE() and app.GetLocalePath()):
    STATE_NONE = ""

    STATE_DICT = {
    0 : "",
    1 : "",
    2 : "",
    3 : "FULL"
    }

    SERVER01_CHANNEL_DICT = { #CH1
    1:{"key":11,"name":"CH 1","ip":"202.175.56.98","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},

    }

    REGION_NAME_DICT = {
    0 : "POLAND",
    }

    REGION_AUTH_SERVER_DICT = {
    0 : {
    1 : { "ip":"202.175.56.98", "port":11002, }, #CH1

    }
    }

    REGION_DICT = {
    0 : {
    1 : { "name" : " server", "channel" : SERVER01_CHANNEL_DICT, },

    },
    }

    MARKADDR_DICT = {
    10 : { "ip" : "202.175.56.98", "tcp_port" : 13000, "mark" : "10.tga", "symbol_path" : "10", }, #Metin2

    }

    TESTADDR = { "ip" : "202.175.56.98", "tcp_port" : 50000, "udp_port" : 50000, }

  • @rainbows said:

    REGION_NAME_DICT = {
    0 : "POLAND",
    }

    REGION_AUTH_SERVER_DICT = {
    0 : {
    1 : { "ip":"202.175.56.98", "port":11002, }, #CH1

    }
    }

    REGION_DICT = {
    0 : {
    1 : { "name" : " server", "channel" : SERVER01_CHANNEL_DICT, },

    },
    }

    Podria ser eso¿