Editar Macro

Discussão em 'Botecolandia' iniciado por Squatly, 25 Outubro 2017.

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

    Squatly Neutro
    VIP

    Afiliado:
    1 Setembro 2014
    Mensagens:
    105
    Curtidas Recebidas:
    8
    Curtiu:
    75
    Sexo:
    Masculino
    Localização:
    Pesqueiro
    Cubos:
    334.00
    Nick:
    Squatly
    Clan:
    Bld
    Ola queria saber se alguém poderia editar essa macro quero que ela fique na direção SOUTH
    Mais ela vira pro NORTH e não mata as lulas Obs: Ela fica de costas pra onde as lulas vao cair :(


    Grato



    $${if(sword1);
    log("&4[Macro] &6Matar mobs desativado.");
    unset(sword1);
    stop();
    else;
    log("&4[Macro] &6Matar mobs ativado.");
    set(sword1); set(nf);
    &dir = %DIRECTION%;#bau=1;#un=1;
    ifmatches(%&dir%,N);&dir=NORTH;
    endif;ifmatches(%&dir%,S);&dir=SOUTH;
    endif;ifmatches(%&dir%,E);&dir=EAST;
    endif;ifmatches(%&dir%,W);&dir=WEST;
    endif; do;pick(272);
    if(%DURABILITY%<70);
    if(%#un%=9);log("&4[Macro] &6Matar mobs desativado.");
    unset(sword1);
    stop();
    endif;
    log("&4[Macro] &6 Durabilidade baixa, espada trocada...");
    look(0,90);
    inc(#un);
    inventoryup(1);
    wait(500ms);
    endif;

    do(50);
    look(SOUTH);
    look(1,4);
    wait(200ms);
    key(attack);
    loop;
    if(nf);

    wait(1);
    gui(inventory);
    wait(1);
    getslotitem(35,#id,#stack);
    if(%#stack%=0);
    gui();
    else;
    do;
    wait(1);}$$
    $${if(%#bau%=1);}$$/home placa1$${endif;}$$
    $${
    wait(10);
    do(60);
    key(attack);
    wait(300ms);
    loop;
    }$$
    $${if(%#bau%=1);}$$/home placa2$${endif;}$$
    $${
    wait(10);
    do(80);
    key(attack);
    wait(300ms);
    loop;
    }$$
    $${wait(5);
    key(use);
    wait(1);
    for(#i,54,84);
    slotclick(%#i%,l,true);
    wait(30ms);
    next;
    wait(500ms);
    getslotitem(53,#id,#stack);
    wait(500ms);
    if(%#stack%!=0);
    inc(#bau);
    endif;
    if(%#bau%=14);
    unset(nf);
    log("&4[Macro] &6Baús cheios! Apenas matará mobs agora.");
    gui();
    else;
    gui();
    endif;
    until(%#stack%=0);}$$/home lula$${
    endif;
    endif;loop;endif;}$$
     
  2. Perciv

    Perciv Excelente

    Afiliado:
    12 Novembro 2016
    Mensagens:
    2,519
    Curtidas Recebidas:
    254
    Curtiu:
    30
    Sexo:
    Masculino
    Ocupação:
    Perde tempo
    Localização:
    Fortaleza,Ce
    Cubos:
    161.00
    Nick:
    Perciv
    Clan:
    000
    VOU TENTA EDITAR SE DER CERTO EU FALO COM VC
     
    Squatly curtiu isso.
  3. yGuicapppp

    yGuicapppp Craftlandiano
    VIP

    Afiliado:
    7 Maio 2017
    Mensagens:
    5,179
    Curtidas Recebidas:
    576
    Curtiu:
    197
    Sexo:
    Masculino
    Localização:
    Rio Grande...
    Cubos:
    2,389.35
    Nick:
    JulinMax
    Clan:
    PoD
    Discord:
    JulioMax#2252
    Só trocar o NORTH por SOUTH ;-;
     
  4. Squatly

    Squatly Neutro
    VIP

    Afiliado:
    1 Setembro 2014
    Mensagens:
    105
    Curtidas Recebidas:
    8
    Curtiu:
    75
    Sexo:
    Masculino
    Localização:
    Pesqueiro
    Cubos:
    334.00
    Nick:
    Squatly
    Clan:
    Bld
    Ja tentei isso ;-;
     
  5. E D U A R D O

    E D U A R D O Excelente
    VIP

    Afiliado:
    9 Setembro 2017
    Mensagens:
    866
    Curtidas Recebidas:
    498
    Curtiu:
    197
    Sexo:
    Masculino
    Localização:
    RS - Rio...
    Cubos:
    247.00
    Nick:
    xFrizky
    Clan:
    9sL
    Não sei muito de macros mas não custa nada tentar =)
    Recomendo Usar a macro SleepMobkill ​
    Sua macro ---->​
    $${if(sword1);
    log("&4[Macro] &6Matar mobs desativado.");
    unset(sword1);
    stop();
    else;
    log("&4[Macro] &6Matar mobs ativado.");
    set(sword1); set(nf);
    &dir = %DIRECTION%;#bau=1;#un=1;
    ifmatches(%&dir%,N);&dir=NORTH;
    endif;ifmatches(%&dir%,S);&dir=SOUTH;
    endif;ifmatches(%&dir%,E);&dir=EAST;
    endif;ifmatches(%&dir%,W);&dir=WEST;
    endif; do;pick(272);
    if(%DURABILITY%<70);
    if(%#un%=9);log("&4[Macro] &6Matar mobs desativado.");
    unset(sword1);
    stop();
    endif;
    log("&4[Macro] &6 Durabilidade baixa, espada trocada...");
    look(0,90);
    inc(#un);
    inventoryup(1);
    wait(500ms);
    endif;

    do(50);
    look(SOUTH);
    look(1);
    wait(200ms);
    key(attack);
    loop;
    if(nf);

    wait(1);
    gui(inventory);
    wait(1);
    getslotitem(35,#id,#stack);
    if(%#stack%=0);
    gui();
    else;
    do;
    wait(1);}$$
    $${if(%#bau%=1);}$$/home placa1$${endif;}$$
    $${
    wait(10);
    do(60);
    key(attack);
    wait(300ms);
    loop;
    }$$
    $${if(%#bau%=1);}$$/home placa2$${endif;}$$
    $${
    wait(10);
    do(80);
    key(attack);
    wait(300ms);
    loop;
    }$$
    $${wait(5);
    key(use);
    wait(1);
    for(#i,54,84);
    slotclick(%#i%,l,true);
    wait(30ms);
    next;
    wait(500ms);
    getslotitem(53,#id,#stack);
    wait(500ms);
    if(%#stack%!=0);
    inc(#bau);
    endif;
    if(%#bau%=14);
    unset(nf);
    log("&4[Macro] &6Baús cheios! Apenas matará mobs agora.");
    gui();
    else;
    gui();
    endif;
    until(%#stack%=0);}$$/home lula$${
    endif;
    endif;loop;endif;}$$
     
    Squatly curtiu isso.
  6. iViniZ

    iViniZ Lendário
    VIP

    Afiliado:
    1 Dezembro 2013
    Mensagens:
    20,442
    Curtidas Recebidas:
    4,993
    Curtiu:
    3,071
    Sexo:
    Masculino
    Cubos:
    702.00
    Nick:
    iViniZ
    Clan:
    mTx
    Ta ai
    $${if(sword1);
    log("&4[Macro] &6Matar mobs desativado.");
    unset(sword1);
    stop();
    else;
    log("&4[Macro] &6Matar mobs ativado.");
    set(sword1); set(nf);
    &dir = %DIRECTION%;#bau=1;#un=1;
    ifmatches(%&dir%,N);&dir=NORTH;
    endif;ifmatches(%&dir%,S);&dir=SOUTH;
    endif;ifmatches(%&dir%,E);&dir=EAST;
    endif;ifmatches(%&dir%,W);&dir=WEST;
    endif; do;pick(272);
    if(%DURABILITY%<70);
    if(%#un%=9);log("&4[Macro] &6Matar mobs desativado.");
    unset(sword1);
    stop();
    endif;
    log("&4[Macro] &6 Durabilidade baixa, espada trocada...");
    look(0,90);
    inc(#un);
    inventoryup(1);
    wait(500ms);
    endif;

    do(50);
    look(NORTH);
    look(1,4);
    wait(200ms);
    key(attack);
    loop;
    if(nf);

    wait(1);
    gui(inventory);
    wait(1);
    getslotitem(35,#id,#stack);
    if(%#stack%=0);
    gui();
    else;
    do;
    wait(1);}$$
    $${if(%#bau%=1);}$$/home placa1$${endif;}$$
    $${
    wait(10);
    do(60);
    key(attack);
    wait(300ms);
    loop;
    }$$
    $${if(%#bau%=1);}$$/home placa2$${endif;}$$
    $${
    wait(10);
    do(80);
    key(attack);
    wait(300ms);
    loop;
    }$$
    $${wait(5);
    key(use);
    wait(1);
    for(#i,54,84);
    slotclick(%#i%,l,true);
    wait(30ms);
    next;
    wait(500ms);
    getslotitem(53,#id,#stack);
    wait(500ms);
    if(%#stack%!=0);
    inc(#bau);
    endif;
    if(%#bau%=14);
    unset(nf);
    log("&4[Macro] &6Baús cheios! Apenas matará mobs agora.");
    gui();
    else;
    gui();
    endif;
    until(%#stack%=0);}$$/home lula$${
    endif;
    endif;loop;endif;}$$
     
  7. Otosaka

    Otosaka Hardcore
    VIP

    Afiliado:
    8 Setembro 2011
    Mensagens:
    42,870
    Curtidas Recebidas:
    3,685
    Curtiu:
    305
    Cubos:
    604.00
    Nick:
    $${if(sword1);
    log("&4[Macro] &6Matar mobs desativado.");
    unset(sword1);
    stop();
    else;
    log("&4[Macro] &6Matar mobs ativado.");
    set(sword1); set(nf);
    &dir = %DIRECTION%;#bau=1;#un=1;
    ifmatches(%&dir%,N);&dir=NORTH;
    endif;ifmatches(%&dir%,S);&dir=SOUTH;
    endif;ifmatches(%&dir%,E);&dir=EAST;
    endif;ifmatches(%&dir%,W);&dir=WEST;
    endif; do;pick(272);
    if(%DURABILITY%<70);
    if(%#un%=9);log("&4[Macro] &6Matar mobs desativado.");
    unset(sword1);
    stop();
    endif;
    log("&4[Macro] &6 Durabilidade baixa, espada trocada...");
    look(0,90);
    inc(#un);
    inventoryup(1);
    wait(500ms);
    endif;

    do(50);
    look(SOUTH);
    look(1);
    wait(200ms);
    key(attack);
    loop;
    if(nf);

    wait(1);
    gui(inventory);
    wait(1);
    getslotitem(35,#id,#stack);
    if(%#stack%=0);
    gui();
    else;
    do;
    wait(1);}$$
    $${if(%#bau%=1);}$$/home placa1$${endif;}$$
    $${
    wait(10);
    do(60);
    key(attack);
    wait(300ms);
    loop;
    }$$
    $${if(%#bau%=1);}$$/home placa2$${endif;}$$
    $${
    wait(10);
    do(80);
    key(attack);
    wait(300ms);
    loop;
    }$$
    $${wait(5);
    key(use);
    wait(1);
    for(#i,54,84);
    slotclick(%#i%,l,true);
    wait(30ms);
    next;
    wait(500ms);
    getslotitem(53,#id,#stack);
    wait(500ms);
    if(%#stack%!=0);
    inc(#bau);
    endif;
    if(%#bau%=14);
    unset(nf);
    log("&4[Macro] &6Baús cheios! Apenas matará mobs agora.");
    gui();
    else;
    gui();
    endif;
    until(%#stack%=0);}$$/home lula$${
    endif;
    endif;loop;endif;}$$
    Tenta aí!
     
  8. Strikeer

    Strikeer Excelente
    VIP

    Afiliado:
    9 Setembro 2017
    Mensagens:
    3,295
    Curtidas Recebidas:
    247
    Curtiu:
    0
    Sexo:
    Masculino
    Cubos:
    252.00
    Nick:
    Striker ou Nereo
    Clan:
    TzT
    $${if(sword1);
    log("&4[Macro] &6Matar mobs desativado.");
    unset(sword1);
    stop();
    else;
    log("&4[Macro] &6Matar mobs ativado.");
    set(sword1); set(nf);
    &dir = %DIRECTION%;#bau=1;#un=1;
    ifmatches(%&dir%,N);&dir=NORTH;
    endif;ifmatches(%&dir%,S);&dir=SOUTH;
    endif;ifmatches(%&dir%,E);&dir=EAST;
    endif;ifmatches(%&dir%,W);&dir=WEST;
    endif; do;pick(272);
    if(%DURABILITY%<70);
    if(%#un%=9);log("&4[Macro] &6Matar mobs desativado.");
    unset(sword1);
    stop();
    endif;
    log("&4[Macro] &6 Durabilidade baixa, espada trocada...");
    look(0,90);
    inc(#un);
    inventoryup(1);
    wait(500ms);
    endif;

    do(50);
    look(NORTH);
    look(1,4);
    wait(200ms);
    key(attack);
    loop;
    if(nf);

    wait(1);
    gui(inventory);
    wait(1);
    getslotitem(35,#id,#stack);
    if(%#stack%=0);
    gui();
    else;
    do;
    wait(1);}$$
    $${if(%#bau%=1);}$$/home placa1$${endif;}$$
    $${
    wait(10);
    do(60);
    key(attack);
    wait(300ms);
    loop;
    }$$
    $${if(%#bau%=1);}$$/home placa2$${endif;}$$
    $${
    wait(10);
    do(80);
    key(attack);
    wait(300ms);
    loop;
    }$$
    $${wait(5);
    key(use);
    wait(1);
    for(#i,54,84);
    slotclick(%#i%,l,true);
    wait(30ms);
    next;
    wait(500ms);
    getslotitem(53,#id,#stack);
    wait(500ms);
    if(%#stack%!=0);
    inc(#bau);
    endif;
    if(%#bau%=14);
    unset(nf);
    log("&4[Macro] &6Baús cheios! Apenas matará mobs agora.");
    gui();
    else;
    gui();
    endif;
    until(%#stack%=0);}$$/home lula$${
    endif;
    endif;loop;endif;}$$


    tá aí manolo
     
  9. Flakes_

    Flakes_ Hardcore
    Construção VIP

    Afiliado:
    15 Julho 2017
    Mensagens:
    18,344
    Curtidas Recebidas:
    3,206
    Curtiu:
    738
    Sexo:
    Masculino
    Ocupação:
    Designer
    Localização:
    Minas Gerais
    Cubos:
    67,813.00
    Nick:
    Flakes_
    Discord:
    yFlakes#9445
    Skype:
    yFlakes
    Não manjo, malz

    Enviado de meu SM-G531H usando Tapatalk
     
  10. MatheusKING

    VIP

    Afiliado:
    3 Setembro 2017
    Mensagens:
    3,341
    Curtidas Recebidas:
    143
    Curtiu:
    40
    Sexo:
    Masculino
    Cubos:
    226.00
    Nick:
    MatheusK1NG
    tenta trocar as direçoes
     
  11. Droklyn0D310E$$3J0G0

    VIP

    Afiliado:
    8 Setembro 2014
    Mensagens:
    235
    Curtidas Recebidas:
    23
    Curtiu:
    118
    Sexo:
    Masculino
    Cubos:
    1,233.00
    Nick:
    Droklyn
    Clan:
    WoH
  12. Flamez

    Flamez Razoavel

    Afiliado:
    29 Março 2017
    Mensagens:
    2,924
    Curtidas Recebidas:
    76
    Curtiu:
    0
    Cubos:
    5.00
    Nick:
    luizluizgamer30
    Clan:
    STG
    N manjo

    Enviado de meu SM-G531H usando Tapatalk
     
Status do Tópico:
Não esta aberto para novas mensagens.