annuncio

Comprimi
Ancora nessun annuncio.

[EASYUO - REQ] Script riloggatore

Comprimi
X
 
  • Filtro
  • Ora
  • Visualizza
Elimina tutto
nuovi messaggi

  • [EASYUO - REQ] Script riloggatore

    Cdt cerco uno script che permetta di far riloggare l'account in caso di connection lost
    grazie mille.

  • #2
    up serve anche a me O_O

    Commenta


    • #3
      carina come idea, servirebbe anche a me :P

      Commenta


      • #4
        ;==================================
        ; Script Name: Reloging for Freeshard
        ; Author: ReDragoN
        ; Version: 1.0
        ; Client Tested with: 2.0.3
        ; EUO version tested with: 1.42.00B4 / 1.5
        ; Shard OSI / FS: Mythik / Atlantis
        ; Revision Date: 05.10.05
        ; Public Release: 05.10.05
        ; Purpose: It will relog you when you get a connection lost.
        ; Disclaimer: You can modify it, but leave this header.
        ;==================================

        ; If you use it with easyuo 1.42, it will convert all %password to UPPER letter
        ; Filename: TheUnseenPowerRelog.txt
        ; Scripted by: The Unseen - unseen_mythik@hotmail.com
        ; You have to call this file from the main script
        ; In the main script use something like:
        ; If ( #contSize = 203_121 ) && ( #contName = waiting_gump )
        ; Goto Login

        ; Login:
        ; Call TheUnseenPowerRelog.txt
        ; If ! #Result
        ; Halt
        ; Goto whatever



        Set %password xxxxxxxx
        Set #Result N/A

        ClickAccept:
        If ( #contSize <> 203_121 ) && ( #contName <> waiting_gump )
        Goto ClickAccept
        Wait 10
        Key Enter
        Gosub WaitGump MainMenu_gump
        Goto EnterPass

        EnterPass:
        Click 384 399
        Wait 10
        Msg %password
        Wait 100
        Key Enter
        Set %TimeOut #Scnt + 12
        Goto WaitShardScreen

        WaitShardScreen:
        If #Scnt > %TimeOut
        Goto ErrorShard
        If ( #contSize <> 640_480 ) && ( #contName <> normal_gump )
        Goto WaitShardScreen
        Goto ChooseShard

        ChooseShard:
        Click 190 430
        Set %TimeOut #scnt + 12
        Goto WaitCharScreen

        WaitCharScreen:
        If #Scnt > %TimeOut
        Goto ErrorChar
        If ( #contSize <> 640_480 ) && ( #contName <> Login_gump )
        Goto WaitCharScreen
        Goto ChooseChar

        ChooseChar:
        Wait 10
        Click 361 165 d f x 4
        Set %TimeOut #Scnt + 12
        Goto WaitToBeInWorld

        WaitToBeInWorld:
        If #Scnt > %TimeOut
        Goto ErrorWorld
        If #cliLogged = 1 3
        Wait 100
        Set #Result #True
        Exit
        Goto WaitToBeInWorld

        ErrorShard:
        If ( #contSize <> 356_212 ) && ( #contName <> waiting_gump )
        Halt
        Key enter
        Gosub WaitGump MainMenu_gump
        Click 518 404
        Wait 10
        For %pass 0 15
        {
        key back
        wait 5
        }
        Goto EnterPass

        ErrorChar:
        Halt

        ErrorWorld:
        Halt

        Sub WaitGump
        Set %_TimeOut #Scnt + 10
        WaitGump:
        If #Scnt > %_TimeOut
        Return
        If #contName = %1
        Return
        Goto WaitGump
        Dovrebbe funzionare ^_^
        Nuovo server Aion hostato GN venite a trovarci!!!
        https://www.facebook.com/revivalaion/?fref=ts
        http://www.revivalaion.com/

        Commenta


        • #5
          Lo avevo gia ma non mi funziona perchè, a quanto ho capito, richiama un file esterno:
          codice:
          ; Call TheUnseenPowerRelog.txt
          Che non riesco a trovare da nessuna parte..

          Grazie mille lostesso

          Commenta


          • #7
            Originariamente inviato da gramoz Visualizza il messaggio
            Lo avevo gia ma non mi funziona perchè, a quanto ho capito, richiama un file esterno:
            codice:
            ; Call TheUnseenPowerRelog.txt
            Che non riesco a trovare da nessuna parte..

            Grazie mille lostesso
            Non è un file esterno, è il nome dello script che è stato postato in questa pagina. Nell'intestazione ti spiega come richiamarlo da un altro script.
            Se invece lo vuoi usare "da solo", va modificato cosi:
            codice:
            ;==================================
            ; Script Name: Reloging for Freeshard
            ; Author: ReDragoN
            ; Version: 1.0
            ; Client Tested with: 2.0.3
            ; EUO version tested with: 1.42.00B4 / 1.5
            ; Shard OSI / FS: Mythik / Atlantis
            ; Revision Date: 05.10.05
            ; Public Release: 05.10.05
            ; Purpose: It will relog you when you get a connection lost.
            ; Disclaimer: You can modify it, but leave this header.
            ;==================================
            
            ; If you use it with easyuo 1.42, it will convert all %password to UPPER letter
            ; Filename: TheUnseenPowerRelog.txt
            ; Scripted by: The Unseen - unseen_mythik@hotmail.com
            ; You have to call this file from the main script
            ; In the main script use something like:
            ; If ( #contSize = 203_121 ) && ( #contName = waiting_gump )
            ; Goto Login
            
            ; Login:
            ; Call TheUnseenPowerRelog.txt
            ; If ! #Result
            ; Halt
            ; Goto whatever
            
            m_loop:
              If ( #contSize = 203_121 ) && ( #contName = waiting_gump )
                goto login
              wait 5
            goto m_loop
            
            login:
            Set %password xxxxxxxx
            Set #Result N/A
            
            ClickAccept:
            If ( #contSize <> 203_121 ) && ( #contName <> waiting_gump )
            Goto ClickAccept
            Wait 10
            Key Enter
            Gosub WaitGump MainMenu_gump
            Goto EnterPass
            
            EnterPass:
            Click 384 399
            Wait 10
            Msg %password
            Wait 100
            Key Enter
            Set %TimeOut #Scnt + 12
            Goto WaitShardScreen
            
            WaitShardScreen:
            If #Scnt > %TimeOut
            Goto ErrorShard
            If ( #contSize <> 640_480 ) && ( #contName <> normal_gump )
            Goto WaitShardScreen
            Goto ChooseShard
            
            ChooseShard:
            Click 190 430
            Set %TimeOut #scnt + 12
            Goto WaitCharScreen
            
            WaitCharScreen:
            If #Scnt > %TimeOut
            Goto ErrorChar
            If ( #contSize <> 640_480 ) && ( #contName <> Login_gump )
            Goto WaitCharScreen
            Goto ChooseChar
            
            ChooseChar:
            Wait 10
            Click 361 165 d f x 4
            Set %TimeOut #Scnt + 12
            Goto WaitToBeInWorld
            
            WaitToBeInWorld:
            If #Scnt > %TimeOut
            Goto ErrorWorld
            If #cliLogged = 1 3
            Wait 100
            Set #Result #True
            Exit
            Goto WaitToBeInWorld
            
            ErrorShard:
            If ( #contSize <> 356_212 ) && ( #contName <> waiting_gump )
            Halt
            Key enter
            Gosub WaitGump MainMenu_gump
            Click 518 404
            Wait 10
            For %pass 0 15
            {
            key back
            wait 5
            }
            Goto EnterPass
            
            ErrorChar:
            Halt
            
            ErrorWorld:
            Halt
            
            Sub WaitGump
            Set %_TimeOut #Scnt + 10
            WaitGump:
            If #Scnt > %_TimeOut
            Return
            If #contName = %1
            Return
            Goto WaitGump
            Comunque è uno script vecchissimo, non affidabile, tempo fa mi ha fatto spammare la password in game.
            Di sicuro ce ne stanno di migliori.
            Ultima modifica di antonio.gl; 29-06-2008, 03:29.
            ICQ 222293462


            Commenta


            • #8
              Grazie mille anto,
              sapresti indicarmi dei link di script più affidabili?

              Commenta


              • #9
                dai raga ke serve anke a me

                in Ts com: <22:20:26>"Onde": perche le sacre scritture ci dicono: odia werd come odi il tuo prossimo :O [sei il mio idolo]

                Commenta


                • #10
                  Mmm ho aggiunto dei controlli in più prima dell'inserimento della password, adesso la cosa peggiore che può capitarvi è che si blocchi lo script
                  codice:
                  ;==================================
                  ; Script Name: Reloging for Freeshard
                  ; Author: ReDragoN
                  ; Version: 1.0
                  ; Client Tested with: 2.0.3
                  ; EUO version tested with: 1.42.00B4 / 1.5
                  ; Shard OSI / FS: Mythik / Atlantis
                  ; Revision Date: 05.10.05
                  ; Public Release: 05.10.05
                  ; Purpose: It will relog you when you get a connection lost.
                  ; Disclaimer: You can modify it, but leave this header.
                  ;==================================
                  
                  ; If you use it with easyuo 1.42, it will convert all %password to UPPER letter
                  ; Filename: TheUnseenPowerRelog.txt
                  ; Scripted by: The Unseen - unseen_mythik@hotmail.com
                  ; You have to call this file from the main script
                  ; In the main script use something like:
                  ; If ( #contSize = 203_121 ) && ( #contName = waiting_gump )
                  ; Goto Login
                  
                  ; Login:
                  ; Call TheUnseenPowerRelog.txt
                  ; If ! #Result
                  ; Halt
                  ; Goto whatever
                  
                  m_loop:
                    If ( #contSize = 203_121 ) && ( #contName = waiting_gump )
                      goto login
                    wait 5
                  goto m_loop
                  
                  login:
                  Set %password xxxxxxxx
                  Set #Result N/A
                  
                  ClickAccept:
                  If ( #contSize <> 203_121 ) && ( #contName <> waiting_gump )
                  Goto ClickAccept
                  Wait 10
                  Key Enter
                  Gosub WaitGump MainMenu_gump
                  Goto EnterPass
                  
                  EnterPass:
                  Click 384 399
                  Wait 10
                  if #clilogged <> 0 || #contname <> MainMenu_gump
                    goto m_loop
                  else
                  Msg %password
                  Wait 100
                  Key Enter
                  Set %TimeOut #Scnt + 12
                  Goto WaitShardScreen
                  
                  WaitShardScreen:
                  If #Scnt > %TimeOut
                  Goto ErrorShard
                  If ( #contSize <> 640_480 ) && ( #contName <> normal_gump )
                  Goto WaitShardScreen
                  Goto ChooseShard
                  
                  ChooseShard:
                  Click 190 430
                  Set %TimeOut #scnt + 12
                  Goto WaitCharScreen
                  
                  WaitCharScreen:
                  If #Scnt > %TimeOut
                  Goto ErrorChar
                  If ( #contSize <> 640_480 ) && ( #contName <> Login_gump )
                  Goto WaitCharScreen
                  Goto ChooseChar
                  
                  ChooseChar:
                  Wait 10
                  Click 361 165 d f x 4
                  Set %TimeOut #Scnt + 12
                  Goto WaitToBeInWorld
                  
                  WaitToBeInWorld:
                  If #Scnt > %TimeOut
                  Goto ErrorWorld
                  If #cliLogged = 1 3
                  Wait 100
                  Set #Result #True
                  Exit
                  Goto WaitToBeInWorld
                  
                  ErrorShard:
                  If ( #contSize <> 356_212 ) && ( #contName <> waiting_gump )
                  Halt
                  Key enter
                  Gosub WaitGump MainMenu_gump
                  Click 518 404
                  Wait 10
                  For %pass 0 15
                  {
                  key back
                  wait 5
                  }
                  Goto EnterPass
                  
                  ErrorChar:
                  Halt
                  
                  ErrorWorld:
                  Halt
                  
                  Sub WaitGump
                  Set %_TimeOut #Scnt + 10
                  WaitGump:
                  If #Scnt > %_TimeOut
                  Return
                  If #contName = %1
                  Return
                  Goto WaitGump
                  ICQ 222293462


                  Commenta

                  Sto operando...
                  X