ENTREGUE [Macro] Espadas, Arqueiro e Machado (VIP ou NÃO)

Discussão em 'Macro Entregue' iniciado por Phodalao, 24 Julho 2014.

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

    Phodalao Lendário
    VIP

    Afiliado:
    14 Janeiro 2013
    Mensagens:
    3,933
    Curtidas Recebidas:
    5,100
    Curtiu:
    649
    Cubos:
    2,465.00
    Nick:
    Phodalao
    Tutorial no vídeo abaixo.
    https://www.youtube.com/watch?v=b17ynN39BOg

    Deixe seu arco, espada ou machado no slot 1.
    Se for upar machado selecione a opção espada.
    Home do Mob - /sethome meumob
    Home da Trap de Baús - /sethome mobtrap
    Se for usar por homes - /home bau1, bau2, bau3...


    Macro que repara a arma quando a durabilidade está baixa:
    $${
    if(escravo);
    log("&a[MACRO] &6Desligado");
    unset(escravo);stop;else;
    set(escravo);
    &arco="^261$";
    &sword="^276$|^267$|^272$|^268$|^283$";
    &axe="^279$|^258$|^275$|^271$|^286$";
    &diamante="^276$|^279$";
    &ferro="^267$|^258$";
    &pedra="^272$|^275$";
    &madeira="^268$|^271$";
    &ouro="^283$|^286$";
    slot(1);#slot1=%ITEM%;
    ifmatches(%#slot1%,%&sword%|%&axe%|%&arco%);
    ifmatches(%#slot1%,%&arco%);&resposta1="Arqueiro";#dur=20;endif;
    ifmatches(%#slot1%,%&sword%|%&axe%);&resposta1="Espada";endif;
    ifmatches(%#slot1%,%&diamante%);#dur=50;endif;
    ifmatches(%#slot1%,%&ferro%|%&pedra%);#dur=20;endif;
    ifmatches(%#slot1%,%&madeira%|%&ouro%);#dur=10;endif;
    ifmatches(%DIRECTION%,S);&direction=SOUTH;endif;
    ifmatches(%DIRECTION%,N);&direction=NORTH;endif;
    ifmatches(%DIRECTION%,E);&direction=EAST;endif;
    ifmatches(%DIRECTION%,W);&direction=WEST;endif;
    #baun=1;#pack=0;#slot=1;
    else;
    log("&4[ERROR] &3Coloque sua arma no slot &61");
    log("&a[MACRO] &6Desligado");unset(escravo);stop;
    endif;
    &per2="Onde você vai guardar?,Nos baus DA TRAP,Nos Baus COM HOMES,Nao vou guardar";
    &per3="Você é VIP?,Sim,Nao";
    PROMPT(&resposta3,"$$[Escolha[%&per3%]]");
    PROMPT(&resposta2,"$$[Escolha[%&per2%]]");
    ifmatches(%&resposta3%,Sim);#tempo=4;endif;
    ifmatches(%&resposta3%,Nao);#tempo=7;endif;
    log("&a[MACRO] &6Trabalhando");
    do;
    slot(%#slot%);
    ifmatches(%HIT%,Entity);ifmatches(%GUI%,Inventory);gui;endif;look(%&direction%);look(,-20);
    ifmatches(%&resposta1%,Arqueiro);
    do(24);if(%DURABILITY%<%#dur%);do;look(%&direction%);look(,+90);wait(1ms);key(use);until(%DURABILITY%>%#dur%);endif;key(use);loop;
    endif;
    ifmatches(%&resposta1%,Espada);key(ATTACK);wait(150ms);
    if(%DURABILITY%<%#dur%);do;look(%&direction%);look(,+90);wait(1ms);key(use);until(%DURABILITY%>%#dur%);endif;endif;
    else;look(%&direction%);look(,-20);
    ifmatches(%GUI%,None);gui(INVENTORY);endif;
    wait(1);
    getslotitem(35,#id,#stack);
    if(%#stack%!=0);GUI;
    ifmatches(%&resposta2%,Nao vou guardar);endif;


    ifmatches(%&resposta2%,Nos Baus COM HOMES);
    do;
    if(%#baun%=1);}$$/home bau1$${endif;if(%#baun%=2);}$$/home bau2$${endif;
    if(%#baun%=3);}$$/home bau3$${endif;if(%#baun%=4);}$$/home bau4$${endif;
    if(%#baun%=5);}$$/home bau5$${endif;if(%#baun%=6);}$$/home bau6$${endif;
    if(%#baun%=7);}$$/home bau7$${endif;if(%#baun%=8);}$$/home bau8$${endif;
    if(%#baun%=9);}$$/home bau9$${endif;if(%#baun%=10);}$$/home bau10$${endif;
    if(%#baun%=11);}$$/home bau11$${endif;if(%#baun%=12);}$$/home bau12$${endif;
    wait(%#tempo%);
    keydown(JUMP);wait(100ms);keydown(JUMP);wait(100ms);keyup(JUMP);wait(500ms);
    key(use);wait(3);
    for(#i,54,80);
    getslotitem(%#i%,#id,#stack);
    if(%#stack%=64);inc(#pack,1);endif;
    slotclick(%#i%,l,true);wait(70ms);
    next;getslotitem(53,#id,#stack);
    if(%#stack%!=0);inc(#baun,1);endif;
    GUI;
    until(%#stack%=0);
    }$$/home meumob$${wait(%#tempo%);keydown(JUMP);wait(100ms);keydown(JUMP);wait(100ms);keyup(JUMP);
    endif;

    ifmatches(%&resposta2%,Nos baus DA TRAP);
    }$$/home mobtrap$${wait(%#tempo%);keydown(JUMP);wait(100ms);keydown(JUMP);wait(100ms);keyup(JUMP);
    wait(100ms);
    do;

    if(%#baun%=1);look(150,00);endif;if(%#baun%=2);look(180,00);endif;if(%#baun%=3);look(210,00);endif;
    if(%#baun%=4);look(150,30);endif;if(%#baun%=5);look(180,30);endif;if(%#baun%=6);look(210,30);endif;
    if(%#baun%=7);look(240,00);endif;if(%#baun%=8);look(270,00);endif;if(%#baun%=9);look(300,00);endif;
    if(%#baun%=10);look(240,30);endif;if(%#baun%=11);look(270,30);endif;if(%#baun%=12);look(300,30);endif;
    if(%#baun%=13);look(330,00);endif;if(%#baun%=14);look(360,00);endif;if(%#baun%=15);look(30,00);endif;
    if(%#baun%=16);look(330,30);endif;if(%#baun%=17);look(360,30);endif;if(%#baun%=18);look(30,30);endif;
    if(%#baun%=19);look(60,00);endif;if(%#baun%=20);look(90,00);endif;if(%#baun%=21);look(120,00);endif;
    if(%#baun%=22);look(60,30);endif;if(%#baun%=23);look(90,30);endif;if(%#baun%=24);look(120,30);endif;

    wait(100ms);key(USE);wait(3);
    for(#i,54,80);
    getslotitem(%#i%,#id,#stack);
    if(%#stack%=64);inc(#pack,1);endif;
    slotclick(%#i%,l,true);wait(70ms);
    next;getslotitem(53,#id,#stack);
    wait(70ms);if(%#stack%!=0);inc(#baun,1);endif;
    GUi;wait(500ms);
    until(%#stack%=0);
    }$$/home meumob$${wait(%#tempo%);keydown(JUMP);wait(100ms);keydown(JUMP);wait(100ms);keyup(JUMP);
    endif;
    endif;
    endif;
    loop;
    endif;
    }$$

    Macro que troca para a próxima arma quando a durabilidade está baixa (Quem Não tem Nível de Reparação):
    $${
    if(escravo);
    log("&a[MACRO] &6Desligado");
    unset(escravo);stop;else;
    set(escravo);
    &arco="^261$";
    &sword="^276$|^267$|^272$|^268$|^283$";
    &axe="^279$|^258$|^275$|^271$|^286$";
    &diamante="^276$|^279$";
    &ferro="^267$|^258$";
    &pedra="^272$|^275$";
    &madeira="^268$|^271$";
    &ouro="^283$|^286$";
    slot(1);#slot1=%ITEM%;
    ifmatches(%#slot1%,%&sword%|%&axe%|%&arco%);
    ifmatches(%#slot1%,%&arco%);&resposta1="Arqueiro";#dur=10;endif;
    ifmatches(%#slot1%,%&sword%|%&axe%);&resposta1="Espada";endif;
    ifmatches(%#slot1%,%&diamante%);#dur=50;endif;
    ifmatches(%#slot1%,%&ferro%|%&pedra%);#dur=20;endif;
    ifmatches(%#slot1%,%&madeira%|%&ouro%);#dur=10;endif;
    ifmatches(%DIRECTION%,S);&direction=SOUTH;endif;
    ifmatches(%DIRECTION%,N);&direction=NORTH;endif;
    ifmatches(%DIRECTION%,E);&direction=EAST;endif;
    ifmatches(%DIRECTION%,W);&direction=WEST;endif;
    #baun=1;#pack=0;#slot=1;
    else;
    log("&4[ERROR] &3Coloque sua arma no slot &61");
    log("&a[MACRO] &6Desligado");unset(escravo);stop;
    endif;
    &per2="Onde você vai guardar?,Nos baus DA TRAP,Nos Baus COM HOMES,Nao vou guardar";
    &per3="Você é VIP?,Sim,Nao";
    PROMPT(&resposta3,"$$[Escolha[%&per3%]]");
    PROMPT(&resposta2,"$$[Escolha[%&per2%]]");
    ifmatches(%&resposta3%,Sim);#tempo=4;endif;
    ifmatches(%&resposta3%,Nao);#tempo=7;endif;
    log("&a[MACRO] &6Trabalhando");
    do;
    if(%#slot%>9);log("&3Suas armas acabaram");unset(escravo);stop;endif;
    slot(%#slot%);
    ifmatches(%HIT%,Entity);ifmatches(%GUI%,Inventory);gui;endif;look(%&direction%);look(,-20);
    ifmatches(%&resposta1%,Arqueiro);do(24);key(use);loop;if(%DURABILITY%<%#dur%);inc(#slot,1);endif;endif;
    ifmatches(%&resposta1%,Espada);key(ATTACK);wait(150ms);if(%DURABILITY%<%#dur%);inc(#slot,1);endif;endif;
    else;look(%&direction%);look(,-20);
    ifmatches(%GUI%,None);gui(INVENTORY);endif;
    wait(1);
    getslotitem(35,#id,#stack);
    if(%#stack%!=0);GUI;
    ifmatches(%&resposta2%,Nao vou guardar);endif;


    ifmatches(%&resposta2%,Nos Baus COM HOMES);
    do;
    if(%#baun%=1);}$$/home bau1$${endif;if(%#baun%=2);}$$/home bau2$${endif;
    if(%#baun%=3);}$$/home bau3$${endif;if(%#baun%=4);}$$/home bau4$${endif;
    if(%#baun%=5);}$$/home bau5$${endif;if(%#baun%=6);}$$/home bau6$${endif;
    if(%#baun%=7);}$$/home bau7$${endif;if(%#baun%=8);}$$/home bau8$${endif;
    if(%#baun%=9);}$$/home bau9$${endif;if(%#baun%=10);}$$/home bau10$${endif;
    if(%#baun%=11);}$$/home bau11$${endif;if(%#baun%=12);}$$/home bau12$${endif;
    wait(%#tempo%);keydown(JUMP);wait(100ms);keydown(JUMP);wait(100ms);keyup(JUMP);
    wait(100ms);
    key(use);wait(4);
    for(#i,54,80);
    getslotitem(%#i%,#id,#stack);
    if(%#stack%=64);inc(#pack,1);endif;
    slotclick(%#i%,l,true);wait(70ms);
    next;getslotitem(53,#id,#stack);
    if(%#stack%!=0);inc(#baun,1);endif;
    GUI;
    until(%#stack%=0);
    }$$/home meumob$${wait(%#tempo%);
    wait(100ms);keydown(JUMP);wait(100ms);keyup(JUMP);
    endif;

    ifmatches(%&resposta2%,Nos baus DA TRAP);
    }$$/home mobtrap$${wait(%#tempo%);keydown(JUMP);wait(100ms);keydown(JUMP);wait(100ms);keyup(JUMP);
    wait(500ms);
    do;
    if(%#baun%=1);look(150,00);endif;if(%#baun%=2);look(180,00);endif;if(%#baun%=3);look(210,00);endif;
    if(%#baun%=4);look(150,30);endif;if(%#baun%=5);look(180,30);endif;if(%#baun%=6);look(210,30);endif;
    if(%#baun%=7);look(240,00);endif;if(%#baun%=8);look(270,00);endif;if(%#baun%=9);look(300,00);endif;
    if(%#baun%=10);look(240,30);endif;if(%#baun%=11);look(270,30);endif;if(%#baun%=12);look(300,30);endif;
    if(%#baun%=13);look(330,00);endif;if(%#baun%=14);look(360,00);endif;if(%#baun%=15);look(30,00);endif;
    if(%#baun%=16);look(330,30);endif;if(%#baun%=17);look(360,30);endif;if(%#baun%=18);look(30,30);endif;
    if(%#baun%=19);look(60,00);endif;if(%#baun%=20);look(90,00);endif;if(%#baun%=21);look(120,00);endif;
    if(%#baun%=22);look(60,30);endif;if(%#baun%=23);look(90,30);endif;if(%#baun%=24);look(120,30);endif;
    wait(100ms);key(USE);wait(3);
    for(#i,54,80);
    getslotitem(%#i%,#id,#stack);
    if(%#stack%=64);inc(#pack,1);endif;
    slotclick(%#i%,l,true);wait(70ms);
    next;getslotitem(53,#id,#stack);
    wait(70ms);if(%#stack%!=0);inc(#baun,1);endif;
    GUi;wait(500ms);
    until(%#stack%=0);
    }$$/home meumob$${wait(%#tempo%);keydown(JUMP);wait(100ms);keydown(JUMP);wait(100ms);keyup(JUMP);
    endif;
    endif;
    endif;
    loop;
    endif;
    }$$

    Print da TRAP
    [​IMG]
     
  2. Crefti

    Crefti Neutro
    VIP

    Afiliado:
    30 Setembro 2013
    Mensagens:
    619
    Curtidas Recebidas:
    49
    Curtiu:
    0
    Sexo:
    Masculino
    Localização:
    Na /Arena
    Cubos:
    737.00
    Nick:
    Crefti
    Clan:
    NoT
    Twitter:
    @Crefti
    Boa vou olhar dps up''
     
  3. fraga

    fraga Hardcore
    VIP

    Afiliado:
    19 Maio 2013
    Mensagens:
    10,672
    Curtidas Recebidas:
    3,084
    Curtiu:
    4,202
    Cubos:
    1,124.00
    Nick:
    Fraga
    Clan:
    nLL
    Ai sim, zica da balada
     
  4. enderguyg3

    enderguyg3 Hardcore
    Banido

    Afiliado:
    18 Março 2014
    Mensagens:
    7,833
    Curtidas Recebidas:
    3,326
    Curtiu:
    0
    Sexo:
    Masculino
    Cubos:
    2.00
    Nick:
    EndeerGuy
    to na 1 pagina de um tpc de macro do phodalao, ja posso ir pro BBB
     
    BAZOOKA, edue321, ikiyk e 3 outras curtiram isso.
  5. JoaoACraft

    JoaoACraft Craftlandiano
    VIP

    Afiliado:
    5 Novembro 2012
    Mensagens:
    7,207
    Curtidas Recebidas:
    1,301
    Curtiu:
    0
    Sexo:
    Masculino
    Localização:
    São Paulo -...
    Cubos:
    1,765.00
    Nick:
    JoaoA_Craft
    Vou ver dps mas up '.'
     
    Gabrielmine, edue321 e DedezãoG curtiram isso.
  6. pakerpoke

    pakerpoke Craftlandiano

    Afiliado:
    6 Janeiro 2014
    Mensagens:
    4,572
    Curtidas Recebidas:
    1,804
    Curtiu:
    0
    Sexo:
    Masculino
    Localização:
    Belo...
    Cubos:
    948.04
    Nick:
    CoalaSinistro|zCoala
    Clan:
    BHD-BrotherhooD
    Boa,como sempre.
     
  7. ZDarkzH

    ZDarkzH Excelente
    VIP

    Afiliado:
    1 Dezembro 2013
    Mensagens:
    2,194
    Curtidas Recebidas:
    407
    Curtiu:
    395
    Localização:
    Rio de Janeiro
    Cubos:
    3,024.00
    Nick:
    Darqx
    foda.

    Que musiquinha é essa? q-q
     
    edue321 e DedezãoG curtiram isso.
  8. EndeerZ

    EndeerZ Craftlandiano
    VIP

    Afiliado:
    29 Março 2013
    Mensagens:
    6,161
    Curtidas Recebidas:
    1,301
    Curtiu:
    0
    Cubos:
    678.10
    Nick:
    Endeer_Dragon
    Clan:
    TzT
    ²
     
    edue321 e zAIKEGAMER curtiram isso.
  9. AkiSe

    AkiSe Craftlandiano
    VIP

    Afiliado:
    20 Maio 2013
    Mensagens:
    8,234
    Curtidas Recebidas:
    1,782
    Curtiu:
    4,625
    Cubos:
    1,149.00
    Nick:
    .
    af n peguei first tnc em
     
    edue321 e Phodalao curtiram isso.
  10. Boutique

    Boutique Craftlandiano
    VIP

    Afiliado:
    8 Dezembro 2013
    Mensagens:
    3,761
    Curtidas Recebidas:
    557
    Curtiu:
    409
    Sexo:
    Masculino
    Localização:
    Westeros
    Cubos:
    493.03
    Nick:
    boutique8819
    Clan:
    HFF4ever
    Discord:
    Falc0n#9697
    Booa vou testar :p
     
    Phodalao curtiu isso.
  11. Phodalao

    Phodalao Lendário
    VIP

    Afiliado:
    14 Janeiro 2013
    Mensagens:
    3,933
    Curtidas Recebidas:
    5,100
    Curtiu:
    649
    Cubos:
    2,465.00
    Nick:
    Phodalao
    Arrumei os macros já, acho que ninguém viu mas eu vi a tempo e-e
     
    Imperadoor e GaberBr curtiram isso.
  12. LucasMotta

    LucasMotta Neutro
    VIP

    Afiliado:
    26 Outubro 2011
    Mensagens:
    215
    Curtidas Recebidas:
    33
    Curtiu:
    72
    Sexo:
    Masculino
    Cubos:
    159.00
    Nick:
    LucasMotta
    Vou testar.
     
    Phodalao curtiu isso.
  13. Phodalao

    Phodalao Lendário
    VIP

    Afiliado:
    14 Janeiro 2013
    Mensagens:
    3,933
    Curtidas Recebidas:
    5,100
    Curtiu:
    649
    Cubos:
    2,465.00
    Nick:
    Phodalao
    https://www.youtube.com/watch?v=1X5-QOo1_Bc
     
    fraga e ZDarkzH curtiram isso.
  14. FailSown

    FailSown Razoavel
    VIP

    Afiliado:
    26 Junho 2014
    Mensagens:
    1,282
    Curtidas Recebidas:
    87
    Curtiu:
    0
    Cubos:
    1,426.00
    Nick:
    FailSown/FeiuSown
    Clan:
    TsJ
    Boa!!
    Tava precisando de um desses :p
     
  15. Eduarte

    Eduarte Craftlandiano
    VIP

    Afiliado:
    2 Agosto 2013
    Mensagens:
    10,766
    Curtidas Recebidas:
    1,215
    Curtiu:
    1,649
    Sexo:
    Masculino
    Localização:
    Bahia.
    Cubos:
    371.00
    Nick:
    Eduarte
  16. ZDarkzH

    ZDarkzH Excelente
    VIP

    Afiliado:
    1 Dezembro 2013
    Mensagens:
    2,194
    Curtidas Recebidas:
    407
    Curtiu:
    395
    Localização:
    Rio de Janeiro
    Cubos:
    3,024.00
    Nick:
    Darqx
    vlwwww <33333
     
  17. Zane334

    Zane334 Neutro
    VIP

    Afiliado:
    5 Julho 2014
    Mensagens:
    37
    Curtidas Recebidas:
    0
    Curtiu:
    0
    Cubos:
    49.00
    Nick:
    Zane334
    Clan:
    QuB
    Boa Curti :thumbsup:
     
  18. OmanoFaelar

    OmanoFaelar Excelente
    VIP

    Afiliado:
    15 Fevereiro 2014
    Mensagens:
    4,625
    Curtidas Recebidas:
    480
    Curtiu:
    0
    Sexo:
    Masculino
    Cubos:
    2,369.00
    Nick:
    kyz
    Clan:
    td2
    Curti.... vou usar.
     
    Phodalao curtiu isso.
  19. Astral94

    Astral94 Hardcore
    VIP

    Afiliado:
    10 Dezembro 2013
    Mensagens:
    7,352
    Curtidas Recebidas:
    2,864
    Curtiu:
    1,018
    Sexo:
    Masculino
    Localização:
    Goiânia-GO
    Cubos:
    2,106.00
    Nick:
    Astral94
    Bom macro boa...
     
  20. Hellspring

    Hellspring Excelente
    VIP

    Afiliado:
    29 Setembro 2013
    Mensagens:
    7,702
    Curtidas Recebidas:
    418
    Curtiu:
    886
    Sexo:
    Masculino
    Cubos:
    2,400.00
    Nick:
    Vitozs
    Tava procurando um macro assim mt obg <333
    UP
     
    ThorsBlack curtiu isso.
Status do Tópico:
Não esta aberto para novas mensagens.