Logininfo.py bug

Topic created · 7 Mensajes · 431 Visitas
  • Que hice mal?

  • Sube el archivo logininfo.py, ahí solo salta la excepción de por qué no se ha podido llevar a cabo la apertura del cliente _xD_

  • @Anghios said:

    Sube el archivo logininfo.py, ahí solo salta la excepción de por qué no se ha podido llevar a cabo la apertura del cliente _xD_

    ######### server information #############
    import serverInfo
    serverNum=1
    serverChannel=1
    addr_new = serverInfo.REGION_DICT[0][serverNum]["channel"][serverChannel]["ip"]
    port_new = serverInfo.REGION_DICT[0][serverNum]["channel"][serverChannel]["tcp_port"]
    account_addr_new = serverInfo.REGION_AUTH_SERVER_DICT[0][serverNum]["ip"]
    account_port_new = serverInfo.REGION_AUTH_SERVER_DICT[0][serverNum]["port"]
    #######################################
    addr=addr_new
    port=port_new
    id="LoginHere"
    pwd="passwordHere"
    account_addr=account_addr_new
    account_port=account_port_new
    slot=0
    autoLogin=0
    autoSelect=0

    Este es de un post.... tengo cliente 2011... si me podeis hacer uno xD Uso el icono del sura.

  • ######### server information #############
    import serverInfo
    serverNum=1
    serverChannel=1
    addr_new = serverInfo.REGION_DICT[0][serverNum]["PON EL CH"][serverChannel]["PON LA IP"]
    port_new = serverInfo.REGION_DICT[0][serverNum]["PON EL CH"][serverChannel]["PON EL PUERTO"]
    account_addr_new = serverInfo.REGION_AUTH_SERVER_DICT[0][serverNum]["PON LA IP"]
    account_port_new = serverInfo.REGION_AUTH_SERVER_DICT[0][serverNum]["PON EL PUERTO"]
    #######################################
    #ESTA PARTE DETERMINA EL AUTOLOGIN AL SERVIDOR
    addr=addr_new
    port=port_new
    id="AQUI VA LA ID DEL USER"
    pwd="AQUI VA LA PASS DEL USER"
    account_addr=account_addr_new
    account_port=account_port_new
    slot=0
    #AUTOLOGIN=1 ES AUTOLOGIN ENCENDIDO
    autoLogin=0
    autoSelect=0
    Creo que ya te podrás guiar _xD_
    No hay que dejarlo tal cual, hay que modificarlo.

    Si sigue sin irte, utiliza el autologin que usa mi programa de FuckGM, lo copias y ale :3

  • Sin funcionar ... Weno pos lo dejare tal como esta xD.

  • No pararé hasta que funcione _xD_
    Prueba con este:
    import serverInfo
    serverNum=1 #NUMERO DEL SERVIDOR
    serverChannel=3 #NUMERO DEL CH
    addr_new = serverInfo.REGION_DICT[0][serverNum]["channel"][serverChannel]["ip"] #DEJALO COMO ESTÁ
    port_new = serverInfo.REGION_DICT[0][serverNum]["channel"][serverChannel]["tcp_port"] #DEJALO COMO ESTÁ
    account_addr_new = serverInfo.REGION_AUTH_SERVER_DICT[0][serverNum]["ip"] #DEJALO COMO ESTÁ
    account_port_new = serverInfo.REGION_AUTH_SERVER_DICT[0][serverNum]["port"] #DEJALO COMO ESTÁ
    addr=addr_new
    port=port_new
    id="ID" #ID DEL PJ
    pwd="PAS" #PASS DEL PJ
    account_addr=account_addr_new
    account_port=account_port_new
    slot=3 #SE SELECCIONARÁ EL PJ EN LA POSICION 3
    autoLogin=1 #AUTOLOGIN ACTIVADO
    autoSelect=1 #AUTOSELECCIONADO ACTIVADO

  • Tampoco 😞