annuncio

Comprimi
Ancora nessun annuncio.

[EasyUO - Req] Script per riconnessione...

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

  • [EasyUO - Req] Script per riconnessione...

    Hi! Tempo fa avevo realizzato uno script che, casomai il pg venisse disconnesso, si riconnetteva allo shard... purtroppo, formattando, l'ho perso... adesso, o per mancanza di tempo o per poca voglia, nn mi va di riscriptarlo =_=

    Potete passarmene uno voi? tnx ^^"





    c u soon =) bye!
    dEnX!

  • #2
    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
    
    
    
    Set %password password
    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 5s
    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 615 442 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

    Commenta


    • #3
      grazie =)
      dEnX!

      Commenta


      • #4
        scusate se riuppo un thread vecchio, ma ho un problema cn lo script postato qua sopra^^

        quando il server restarta il client rimane fermo alla schermata di gioco, cn aperta la finestra "connection lost", cm posso risolvere questo problema?

        tnx

        Commenta

        Sto operando...
        X