annuncio

Comprimi
Ancora nessun annuncio.

[EASYUO] Camminare a zonzo.

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

  • [EASYUO] Camminare a zonzo.

    Esiste uno script per camminare a zonzo? Un po a destra, un po a sinistra.. Oppure avanti e indietro. Ho già tentato con Assist UO ma, non so perchè, dopo un po mi crasha il client.
    Thanks a lot!
    n00b is STYLE!
    ICQ - KnO
    sSo: 363938990

    QUESTO E' UN FORUM, NON UN CELLULARE.
    Scrivere correttamente qui non costa nulla.



  • #2
    http://www.gamesnet.it/f667/cerco-sc...tealth-713025/


    Commenta


    • #3
      Sarebbe per macrare stealth
      n00b is STYLE!
      ICQ - KnO
      sSo: 363938990

      QUESTO E' UN FORUM, NON UN CELLULARE.
      Scrivere correttamente qui non costa nulla.


      Commenta


      • #4
        codice:
        ;========================================
        ; Nome Script: Macro 10x10
        ; Autore: Madara
        ;========================================
        ;################ VARIABLES
        set %wait 5
        ;################ WALK NORD
        loop:
        if #chardir <> 0
         event macro 5 1
        for %i 1 10
        {
         event macro 5 1
         wait %wait
        }
        ;################ WALK EAST
        if #chardir <> 2
         event macro 5 3
        for %i 1 10
        {
         event macro 5 3
         wait %wait
        }
        ;################ WALK SUD
        if #chardir <> 4
         event macro 5 5
        for %i 1 10
        {
         event macro 5 5
         wait %wait
        }
        ;################ WALK WEST
        if #chardir <> 6
         event macro 5 7
        for %i 1 10
        {
         event macro 5 7
         wait %wait
        }
        
        
        goto loop
        ;################ END
        halt

        Commenta


        • #5
          Grazie mille! ^^
          n00b is STYLE!
          ICQ - KnO
          sSo: 363938990

          QUESTO E' UN FORUM, NON UN CELLULARE.
          Scrivere correttamente qui non costa nulla.


          Commenta

          Sto operando...
          X