annuncio

Comprimi
Ancora nessun annuncio.

script per trasformare logs in boards

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

  • script per trasformare logs in boards

    siccome il mio boscaiolo non ha carpentry e non riesce a fare le tavolette con tutti i tipi di bastoncini di legno, mi ritrovo tanti legni non tagliati da fare a mano con l'altro pg carpeter.
    qualcuno conosce uno script che semplicemente taglia i log in board?
    ho provato a farlo con razor ma non mi riconosce il baule da cui prendere i logs.



    icq 312 130 374 (preferisco)
    msn quatta-quatta@hotmail.it preferisco di no

  • #2
    cioè? deve prendere i logs dal baule, trasformarli in board e rimetterli nel baule?

    Commenta


    • #3
      esatto



      icq 312 130 374 (preferisco)
      msn quatta-quatta@hotmail.it preferisco di no

      Commenta


      • #4
        eccolo qui
        se non avete abbastanza carpentery per un tipo di legna che avete nella cassa si impalla... prima o poi lo risolvo, per ora mettete nella cassa solo legna che sapete lavorare

        codice:
        event macro 31
        event macro 8 2
        set #CONTPOSX 50
        set #CONTPOSY 510
        WAIT 10
        set #NEXTCPOSX 640
        set #NEXTCPOSY 310
        wait 10
        event macro 8 7
        wait 20
        set #NEXTCPOSX 640
        set #NEXTCPOSY 520
        display scegli il contenitore con i logs
        if #TARGCURS = 0
        set #TARGCURS 1
        wait 1s
        while #TARGCURS = 1
        {
        }
        set %container #LTARGETID
        set #LOBJECTID %container
        event macro 17
        repeat
        {
        }
        until #CONTID = %container
        goto drag_logs
        
        drag_logs:
        finditem ZLK_BWR_NWS_XWS_YWS_FXS C_ , %container
        if #findkind = -1
        {
        display non ci sono più logs nel contenitore
        halt
        }
        set %legno wood
        event property #findid
        if OAK in #property
        set %legno oak
        if ASH in #property
        set %legno ash
        if YEW in #property
        set %legno yew
        if HEARTWOOD in #property
        set %legno heart
        if BLOODWOOD  in #property
        set %legno blood
        if FROSTWOOD in #property
        set %legno frost
        
        set %nlog ( #MAXWEIGHT - #WEIGHT ) / 2
        exevent drag  #findid  %nlog
        wait 10
        exevent dropc #BACKPACKID
        wait 10
        goto board
        
        board:
        finditem AGG_ZFG_EGG_DGG_BIG_ZHG_WFG_VFG_IGG_HGG_KGG_JGG_AIG  C_ , #BACKPACKID
        if #findkind = -1
        {
        display non hai più utensili
        halt
        }
        set #LOBJECTID #findid
        event macro 17
        wait 10
        repeat
        {
        }
        until #CONTNAME = generic_gump
        set %x1 #CONTPOSX + 30
        set %y1 #CONTPOSY + 370
        click %x1 %y1
        wait 10
        repeat
        {
        }
        until #CONTNAME = generic_gump
        
        set %x2 #contposx + 230
        if %legno = wood
        set %y2 #CONTPOSY + 70
        if %legno = oak
        set %y2 #CONTPOSY + 90
        if %legno = ash
        set %y2 #CONTPOSY + 110
        if %legno = yew
        set %y2 #CONTPOSY + 130
        if %legno = heart
        set %y2 #CONTPOSY + 150
        if %legno = blood
        set %y2 #CONTPOSY + 170
        if %legno = frost
        set %y2 #CONTPOSY + 190
        click %x2 %y2
        wait 10
        repeat
        {
        }
        until #CONTNAME = generic_gump
        
        set %x3 #CONTPOSX + 30
        set %y3 #CONTPOSY + 90
        click %x3 %y3
        wait 10
        repeat
        {
        }
        until #CONTNAME = generic_gump
        
        set %x4 #CONTPOSX + 230
        set %y4 #CONTPOSY + 70
        click %x4 %y4
        goto drag_boards
        
        drag_boards:
        repeat
        {
        finditem TLK_GMK  C_ , #BACKPACKID
        }
        until #findkind = 0
        exevent drag  #findid  #findstack
        wait 10
        exevent dropc %container
        wait 1s
        goto drag_logs
        Ultima modifica di pstexano; 19-11-2007, 14:27.

        Commenta


        • #5
          grazieee, funziona benissimo!!!
          mi hai risolto un grosso problema!!!




          icq 312 130 374 (preferisco)
          msn quatta-quatta@hotmail.it preferisco di no

          Commenta


          • #6
            uppo questo vecchio thread perchè ultimamente lo script per trasformare i logs in boards è diventato molto utile^^.
            l'ho provato e ancora funziona



            icq 312 130 374 (preferisco)
            msn quatta-quatta@hotmail.it preferisco di no

            Commenta

            Sto operando...
            X