[Macro] Carvão vegetal infinito - VIP

Discussão em 'Macros' iniciado por Duardo Br, 20 Março 2025.

Status do Tópico:
Não esta aberto para novas mensagens.
  1. Duardo Br

    Duardo Br Craftlandiano
    VIP

    Afiliado:
    10 Abril 2017
    Mensagens:
    3,437
    Curtidas Recebidas:
    1,327
    Curtiu:
    1,483
    Sexo:
    Masculino
    Localização:
    Uberlândia
    Cubos:
    0.00
    Nick:
    Duardo_brs
    Discord:
    Duardo Br#6086
    Skype:
    guellito_br
    Twitter:
    @EdeEstranho
    Pedido feito por este tópico: ASSAR 1.8

    Código:
    $${
        // Atendimento fórum
        // https://forum.craftlandia.com.br/xf/threads/1-8-assar-inventario-de-madeira-furnace-vip-com-carvao-vegetal.1009006/
        // Duardo_brs
        // v0.1
        // Funcionalidade
        // Assar madeira com carvao vegetal
        // Utilizando /furnace vip
        
        if(@rep);
            log("&f&l[&9&lMA&f&lCRO] &f&lDu&0&lCarvao &c&lOFF");
            unset(@rep);
            stop();
        endif;
        else;
            log("&f&l[&9&lMA&f&lCRO] &f&lDu&0&lCarvao &a&lON");
            set(@rep);
            DO();
                echo("/furnace vip");
                wait(500ms);
                FOR(#i,3,38);
                  GETSLOTITEM(%#i%,&idvar);
                  wait(200ms);
                  log(%&idvar%);
                    if(%&idvar%=="coal");
                      SLOTCLICK(%#i%,l);
                      wait(200ms);
                      SLOTCLICK(1,l);
                    endif;
                    if(%&idvar%=="log2");
                      SLOTCLICK(%#i%,l);
                      wait(200ms);
                      SLOTCLICK(0,l);
                    endif;
                    if(%&idvar%=="log");
                      SLOTCLICK(%#i%,l);
                      wait(200ms);
                      SLOTCLICK(0,l);
                    endif;
                    GETSLOTITEM(0,&idvar2);
                    IF(%&idvar2%!="air");
                      GETSLOT("coal",#slotid);
                      SLOTCLICK(%#slotid%,l);
                      wait(200ms);
                      SLOTCLICK(1,l);
            ENDIF;
            wait(200ms);
                    SLOTCLICK(2,l,true);
                NEXT;
                SLOTCLICK(0,l,true);
                wait(50ms);
                SLOTCLICK(1,l,true);
                wait(50ms);
                SLOTCLICK(2,l,true);
                log("&f&l[&9&lMA&f&lCRO] &f&lDu&0&lCarvao &c&lOFF");
                unset(@rep);
                stop();
            LOOP;
        endif;
    }$$
     
    Dallas013, Maaaaatteeus e zObesoBAN1DO curtiram isso.
  2. xGalaxy

    xGalaxy Craftlandiano
    VIP

    Afiliado:
    26 Outubro 2013
    Mensagens:
    1,952
    Curtidas Recebidas:
    934
    Curtiu:
    690
    Sexo:
    Masculino
    Ocupação:
    Militar
    Localização:
    Rio de Janeiro
    Cubos:
    3,227.00
    Nick:
    zGalaxyIIZBII
    Clan:
    STF
    Tópico movido para macros prontas e título alterado.
     
    Duardo Br curtiu isso.
Status do Tópico:
Não esta aberto para novas mensagens.