Macro.

Discussão em 'Botecolandia' iniciado por Gavstriky, 3 Fevereiro 2016.

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

    Gavstriky Hardcore
    VIP

    Afiliado:
    26 Março 2015
    Mensagens:
    17,437
    Curtidas Recebidas:
    2,206
    Curtiu:
    744
    Sexo:
    Masculino
    Cubos:
    1,610.75
    Nick:
    RiowZ
    Bom, estava upando acro, parei com 938 em acro, e quero voltar a escavar, mas ao longo desse tempo mudei de .minecraft, perdi todos macros que eu tinha, mas alguém de bom coração poderia me passar um macro bom de esc ae?
    Desde já agradeço.
    Obrigado.
     
  2. mcwest2

    mcwest2 Razoavel
    VIP

    Afiliado:
    18 Janeiro 2016
    Mensagens:
    1,278
    Curtidas Recebidas:
    75
    Curtiu:
    0
    Localização:
    Pernambuco
    Cubos:
    1,465.00
    Nick:
    Dona creidi
    Clan:
    Donas de casa
    Nem tenho, mals. ( eu não vim aqui pra cubar Auasuhas. )
     
  3. Gavstriky

    Gavstriky Hardcore
    VIP

    Afiliado:
    26 Março 2015
    Mensagens:
    17,437
    Curtidas Recebidas:
    2,206
    Curtiu:
    744
    Sexo:
    Masculino
    Cubos:
    1,610.75
    Nick:
    RiowZ
    Nem veio cubar, né..
    Ksksksks bom cubo
     
  4. WheatZ

    WheatZ Hardcore
    VIP

    Afiliado:
    10 Março 2015
    Mensagens:
    11,057
    Curtidas Recebidas:
    2,795
    Curtiu:
    4,393
    Sexo:
    Masculino
    Cubos:
    2,998.00
    Nick:
    -
    Discord:
    Wheat#9110
    Vai na Área de macros, talvez lá você encontre. Não vou passar por que eu jogo no classic, então não upo escavação.

    Boa sorte ae.
     
  5. Gavstriky

    Gavstriky Hardcore
    VIP

    Afiliado:
    26 Março 2015
    Mensagens:
    17,437
    Curtidas Recebidas:
    2,206
    Curtiu:
    744
    Sexo:
    Masculino
    Cubos:
    1,610.75
    Nick:
    RiowZ
    Bom cubo ;-;
    Vou ver se acho um lá.
     
  6. WheatZ

    WheatZ Hardcore
    VIP

    Afiliado:
    10 Março 2015
    Mensagens:
    11,057
    Curtidas Recebidas:
    2,795
    Curtiu:
    4,393
    Sexo:
    Masculino
    Cubos:
    2,998.00
    Nick:
    -
    Discord:
    Wheat#9110
    Sim, boa sorte.
     
  7. WesleyDomiciano

    VIP

    Afiliado:
    13 Fevereiro 2014
    Mensagens:
    70
    Curtidas Recebidas:
    7
    Curtiu:
    0
    Sexo:
    Masculino
    Localização:
    Guarulhos
    Cubos:
    121.69
    Nick:
    WesleyDomiciano
    Este é o macro que eu uso (versão 1.5.2):



    $${

    if(cav);
    unset(cav);
    log( );
    log("&6&l[VIP] &d&lCava-Cava &4(OFF) &f- &aAproximadamente &a%#exp% de EXP.");
    log( );

    unset(@cav);
    stop();

    else;
    set(cav);
    log( );
    log("&6&l[VIP] &d&lCava-Cava &2(ON)");
    log( );

    set(@cav);

    IFMATCHES(%DIRECTION%,N);
    &near = NORTH;
    ENDIF;
    IFMATCHES(%DIRECTION%,S);
    &near = SOUTH;
    ENDIF;
    IFMATCHES(%DIRECTION%,W);
    &near = WEST;
    ENDIF;
    IFMATCHES(%DIRECTION%,E);
    &near = EAST;
    ENDIF;


    #exp = 0;
    #bau = 1;

    PROMPT(#bloco,$$i, Que bloco usará para cavar?);
    PROMPT(#pa,$$i, Que tipo de pá irá ser usada?);
    PROMPT(#rep,$$i, Qual o material usado na reparação da sua pá?);
    PROMPT(#dur,$$?, Em qual durabilidade você quer reparar sua pá?);
    PROMPT(#del,$$?, Qual delay para verificar o Inventário? Recomendado: 140 - 250);
    PROMPT(#vel,$$?, Qual delay para quebrar os blocos? 1 = rápido | acima de 1 = diminuir a velociade);


    #dur=%#dur%;
    #repq=0;

    look(%&near%);
    look(,55);

    set(cav2);


    do;
    do(%#del%);
    pick(%#bloco%);
    key(use);
    wait(%#vel%ms);
    pick(%#pa%);

    if(%DURABILITY%<%#dur%);
    gui(inventory);
    for(#i,9,45);
    getslotitem(%#i%,#id,#stack1);
    if(%#id%=%#rep%);
    #repq=%#repq%+%#stack1%;
    endif;
    next;
    wait(1);
    gui();

    if(%#repq%=0);

    log( );
    log("&6&l[VIP] &d&lCava-Cava &4(OFF) &dNão pôde reparar &f- &aAproximadamente &a%#exp% de EXP.");
    log( );

    unset(@cav);
    unset(cav);
    unset(cav2);
    stop();

    else(%#repq%>0%);

    #repq=0;
    look(%&near%);
    look(,90);
    key(use);
    wait(2);
    #repq=0;

    endif;endif;

    endif;

    look(%&near%);
    look(,55);
    key(attack);
    inc(#exp, 1);
    loop;


    if(cav2);
    gui(inventory);
    wait(1);
    getslotitem(35,#id,#stack);
    if(%#stack%=0);
    gui();
    else;
    do;
    wait(1);

    }$$


    $${if(%#bau%=1);}$$
    /home esc1
    $${endif;}$$
    $${if(%#bau%=2);}$$
    /home esc2
    $${endif;}$$
    $${if(%#bau%=3);}$$
    /home esc3
    $${endif;}$$
    $${if(%#bau%=4);}$$
    /home esc4
    $${endif;}$$
    $${if(%#bau%=5);}$$
    /home esc5
    $${endif;}$$
    $${if(%#bau%=6);}$$
    /home esc6
    $${endif;}$$
    $${if(%#bau%=7);}$$
    /home esc7
    $${endif;}$$
    $${if(%#bau%=8);}$$
    /home esc8
    $${endif;}$$
    $${if(%#bau%=9);}$$
    /home esc9
    $${endif;}$$
    $${if(%#bau%=10);}$$
    /home esc10
    $${endif;}$$
    $${if(%#bau%=11);}$$
    /home esc11
    $${endif;}$$
    $${if(%#bau%=12);}$$
    /home esc12
    $${endif;}$$
    $${if(%#bau%=13);}$$
    /home esc13
    $${endif;}$$
    $${if(%#bau%=14);}$$
    /home esc14
    $${endif;}$$
    $${if(%#bau%=15);}$$
    /home esc15
    $${endif;}$$
    $${if(%#bau%=16);}$$
    /home esc16
    $${endif;}$$
    $${if(%#bau%=17);}$$
    /home esc17
    $${endif;}$$
    $${if(%#bau%=18);}$$
    /home esc18
    $${endif;}$$
    $${if(%#bau%=19);}$$
    /home esc19
    $${endif;}$$
    $${if(%#bau%=20);}$$
    /home esc20
    $${endif;}$$
    $${if(%#bau%=21);}$$
    /home esc21
    $${endif;}$$
    $${if(%#bau%=22);}$$
    /home esc22
    $${endif;}$$
    $${if(%#bau%=23);}$$
    /home esc23
    $${endif;}$$
    $${if(%#bau%=24);}$$
    /home esc24
    $${endif;}$$
    $${if(%#bau%=25);}$$
    /home esc25
    $${endif;}$$
    $${if(%#bau%=26);}$$
    /home esc26
    $${endif;}$$
    $${if(%#bau%=27);}$$
    /home esc27
    $${endif;}$$
    $${if(%#bau%=28);}$$
    /home esc28
    $${endif;}$$
    $${if(%#bau%=29);}$$
    /home esc29
    $${endif;}$$
    $${if(%#bau%=30);}$$
    /home esc30
    $${endif;}$$



    $${

    wait(5);
    key(use);
    wait(1);


    for(#slotn,54,89);
    GETSLOTITEM(%#slotn%,#id,#stack);
    if((%#id%=%#pa%) || (%#id%=%#bloco%) || (%#id%=%#rep%));
    else;
    slotclick(%#slotn%,l,true);wait(30ms);
    endif;
    next;
    wait(500ms);
    getslotitem(53,#id,#stack);
    wait(500ms);
    if(%#stack%!=0);inc(#bau);

    endif;
    if(%#bau%=27);
    unset(cav2);
    log(&d&l[MACRO] Cava-Cava &b"Baús cheios! Voltando a escavar.");
    gui();
    else;
    gui();
    endif;
    until(%#stack%=0);

    }$$

    /home macroesc

    $${
    wait(2);
    endif;
    endif;


    gui(inventory);
    wait(600ms);
    for(#slot,9,35);
    GETSLOTITEM(%#slot%,#id,#stack);
    if((%#id%=%#pa%) || (%#id%=%#bloco%));
    slotclick(%#slot%,l,true);wait(30ms);
    endif;
    next;
    gui();

    loop;
    endif;
    }$$


    Eu gostaria de citar o criador deste macro mas infelizmente não tenho certeza de quem o fez, já faz mais de um ano que o uso.

    Espero ter ajudado!!!
     
  8. Gavstriky

    Gavstriky Hardcore
    VIP

    Afiliado:
    26 Março 2015
    Mensagens:
    17,437
    Curtidas Recebidas:
    2,206
    Curtiu:
    744
    Sexo:
    Masculino
    Cubos:
    1,610.75
    Nick:
    RiowZ
    Vou testar depois :p
    Obrigado.
     
  9. FoxZEMBR4SADO

    FoxZEMBR4SADO Excelente
    Banido

    Afiliado:
    19 Outubro 2015
    Mensagens:
    3,122
    Curtidas Recebidas:
    494
    Curtiu:
    0
    Sexo:
    Masculino
    Cubos:
    303.00
    Nick:
    FoxZ
    Clan:
    HTT
    Procura no google msm: macro escavação xlyz upei 3k com ela porém a do homeless tbm é boa :)
     
  10. LuanzinVFX

    Afiliado:
    30 Janeiro 2016
    Mensagens:
    2,449
    Curtidas Recebidas:
    178
    Curtiu:
    35
    Sexo:
    Masculino
    Cubos:
    2,616.00
    Nick:
    Num intereça
    E ainda tem a honra de me chamar de cubador hueuheuhe
     
  11. Thayga

    Thayga Neutro
    VIP

    Afiliado:
    21 Dezembro 2013
    Mensagens:
    141
    Curtidas Recebidas:
    9
    Curtiu:
    0
    Sexo:
    Masculino
    Cubos:
    522.00
    Nick:
    jake244
    Clan:
    NxR
    Xlyz e homeless são 2 macro que uoa rápido
     
Status do Tópico:
Não esta aberto para novas mensagens.