Signup Now
Results 1 to 4 of 4
  1. #1
    Banned
    Join Date
    Jan 2015
    Location
    Cuiaba - MT
    Posts
    498
    Reputation
    21
    Rep Power
    0

    Problem w/ Reconnect action

    Hi, i've trouble w/ reconnect action. Dont matter who made, he does not execute.. say
    Code:
    AutoReconnect: Account details for "XXXXXX" doesn't exist
    I speak portuguese now...

    Estou tendo problemas com essa action, com todos os scripters... ja testei com Harvey, Eldar, Walukasz etc. e todos eu nao consigo reconectar. Formatei meu pc à pouco tempo e o meu horario se tornou horario de brasilia, sendo que moro no mato grosso e meu fuso é uma hora à menos. Tento mudar o horario, mas só reiniciar o pc q volta pra horario de brasilia.. alguem me ajude!!


    @Dehan

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by gponce View Post
    Hi, i've trouble w/ reconnect action. Dont matter who made, he does not execute.. say
    Code:
    AutoReconnect: Account details for "XXXXXX" doesn't exist
    I speak portuguese now...

    Estou tendo problemas com essa action, com todos os scripters... ja testei com Harvey, Eldar, Walukasz etc. e todos eu nao consigo reconectar. Formatei meu pc à pouco tempo e o meu horario se tornou horario de brasilia, sendo que moro no mato grosso e meu fuso é uma hora à menos. Tento mudar o horario, mas só reiniciar o pc q volta pra horario de brasilia.. alguem me ajude!!


    @Dehan
    action? Are you using computer time?

  3. #3
    Banned
    Join Date
    Jan 2015
    Location
    Cuiaba - MT
    Posts
    498
    Reputation
    21
    Rep Power
    0
    Quote Originally Posted by Cisco View Post
    action? Are you using computer time?
    Yes! And I fix correctly time

  4. #4
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by gponce View Post
    Yes! And I fix correctly time
    Because to fix this problem without changing the time of the pc to the time zone, I believe that I would only need this ...
    -------------------------------------------------
    Porque para corrigir esse problema sem alterar o tempo do pc para o fuso horario, acredito que só precisaria disso...
    --------------

    local Time = '00:00:00'
    local TimeZone = '01:00:00'
    local TimeFinal = Time-TimeZone

    if currenttime() >= TimeFinal then
    reconnect()
    end


    But if you've already got it sorted, perfect.
    ----------------------
    Mas se você ja conseguiu arrumar, perfeito.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •