annuncio

Comprimi
Ancora nessun annuncio.

[EasyUO e Razor]Autologin e Macro

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

  • [EasyUO e Razor]Autologin e Macro

    biellaz,allora^^
    ho preso 1 script ke mi fa l'autologin in caso di connection Lost dal sito de EasyUO(mi pare fosse approved tralaltro) e dovrebbe funge,xo c'è 1problem: anke se funzionasse razor nn fa ripartire le macro automaticamente xcio se sto away è 1 ca**o e tt'uno^^xico la domanda è: esiste un modo,no script,qllo ke ve pare, x far sì ke faccia autologin e faccia riaprtì pure la Macro?io suo Razor x le macro,ma se la soluzione è qlla d usare EasyUO va bene lo stexo...^^sxo di esse stato kiaro(nn sembra cmq xDxD)^^

  • #2
    Metti la macro su un tasto da razor e aggiungi allo script di autorelog una riga che dopo che hai loggato preme quel tasto.
    Originariamente inviato da Amdir
    Ray ti setto spammer cosi' non si vede la firma e mezzo shard mi viene a piangere su icq

    Amdir
    Originariamente inviato da Aka
    (17:59:58) Salvo: aka >>>>>>>> OSI
    Originariamente inviato da Prof. Pala
    "Prima che la situazione si faccia imbarazzante, è meglio se si ripresenta al prossimo appello..."
    http://www.deshack.org/

    Commenta


    • #3
      ehm...non sono capace,sennò così avrei fatto ovv...^^

      Commenta


      • #4
        cosa ti serve che faccia esattamente la macro?
        Slyon su Lost Paradise.
        Downfall, and it all falls down
        I fall from grace I got your taste

        Turn off your mind, unwind
        and see how high the cloudy sky

        Run away Run away
        Leave your lemon drop

        Soak it up Soak it up
        Won't you crush on me
        Boom Boom Satellites - Shut up and Explode | In cerca di un nuovo passatempo.

        Commenta


        • #5
          autologin in caso di connection lost e ke prema 1tasto prat...^^
          xo lo script ke ho scaricato dal sito di EasyUO(x l'autologin) nn funge x nulla tralaltro, sebbene l'abbia configurato bene...!

          Commenta


          • #6
            eeeeeeeeeeeeeeeeeeeeee

            riuppo un thread vecchio di millenni per chiedere se qualcuno ha uno script funzionante per fare l'autoreconnect e per far ripartire le macro di razor appena riloggati.
            grazieeee

            Commenta


            • #7
              non ho provato se starta veramente la macro ma dovrebbe farlo.

              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 %funcStart -Macro nomemacro
              Set %password tua_password
              Set #Result N/A
              
              ClickAccept:
              If ( #contSize <> 203_121 ) && ( #contName <> waiting_gump )
              Goto ClickAccept
              Wait 10s
              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
              msg %funcStart $
              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

              Ci sono cose che non si possono esprimere a parole. Sono i pensieri nascosti nel cuore della gente e c'è solo un modo per comprenderli: guardare negli occhi chi ti sta di fronte. Quella ragazza mi aveva mentito. Quell'uomo mi aveva mentito, ma nell'istante in cui ho guardato dritto nei loro occhi, ho capito che presto la verità sarebbe venuta a galla. Solo se si guarda negli occhi si puo' comprendere. Esiste una sola verità.

              ICQ : 242-921-149
              MSN : bubu_assassin@hotmail.it

              Commenta

              Sto operando...
              X