annuncio

Comprimi
Ancora nessun annuncio.

turbo cicle runing

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

  • turbo cicle runing

    just change x y coords. original coords for first room of jail ))
    codice:
    set %x1 5280
    set %y1 1168
    
    set %x2 5273
    set %y2 1168
    
    set %x3 5273
    set %y3 1162
    
    set %x4 5279
    set %y4 1160
    
    loop:
    
    for %i 1 4
    {
        set %x %x . %i
        set %y %y . %i
        repeat
    
              if #systime >= %nextpathfind
              {
                        event pathfind %x %y #charposz
                        set %nextpathfind #systime + 500
              }
              sleep 10
        until #CHARPOSX = %x && #CHARPOSy = %y
        set %nextpathfind #systime
    
    }
    
    sleep 10
    goto loop

  • #2
    good
    ICQ 222293462


    Commenta

    Sto operando...
    X