Iniciando ModPack 1.7.2

Discussão em 'Tutoriais do Jogo' iniciado por TikeGamer, 1 Fevereiro 2016.

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

    TikeGamer Neutro

    Afiliado:
    24 Janeiro 2016
    Mensagens:
    4
    Curtidas Recebidas:
    1
    Curtiu:
    0
    Sexo:
    Masculino
    Cubos:
    5.00
    Nick:
    TikeGamerBR
    Clan:
    Trv
    Skype:
    TikeGamer
    ModPack V 0.0.1


    Eae Galera tudo bom ?
    Estou criando previamente este tópico onde falarei sobre um modpack que estou produzindo dando algumas noticias e tals. vamos la:

    Este modpack tem varias texturas, usei texturas prontas e as editei, mas tambem tem uma criada inteiramente e exclusivamente por mim.
    Este modpack tera mods essenciais para o pvp, alem e claro do mod macro ja com macros prontos.
    OBS: lembrando apenas parte dos macros foram feitos por mim. Para a maior parte dos macros deve ser dados os creditos ao grande sleep, outros deve se dar ao meu amigo zStark_ , peguei os macros desses dois e apenas dei uma pequena editada.
    O modpack tambem vem configurado para que todos os macros funcionem em segundo plano: ( para funcionar em segundo plano deve-se usar o alt+tab, e nao o esc ou abrindo o inventario.

    Aki esta uma previa dos macros ( e seus codigos ) que estarao presentes no modpack. Lembrando os macros ainda nao estao 100 % revisados e editados, ou seja ainda podem conter bugs (ajudem me trabalho e se possivel reportem os bugs que descobriram).

    Vamos aos Macros:

    Macro Auto-click TikeGamer: ( feito inteiramente por mim ):
    $${if(autousing);log("&1&l[%PLAYER%]&4&lLutou Bravamente !!!");unset(autousing);stop();else;log("&1&l[%PLAYER%]&f&lA Batalha Vai Começar !!!");set(autousing);do;key(attack);wait(14ms);loop;endif;}$$

    Macro Auto-Dc TikeGamer: ( feito inteiramente pro mim ):
    $${if(@dc);log("&l&b[Auto-Dc do &lTikeGamer&l&b] &fAuto-Desconect &l&4[OFF]");unset(@dc);stop();else;log("&l&b[Auto-Dc do &l&4TikeGamer&l&b] &bAuto-Desconect &l&2[ON]");set(@dc);do;if(HEALTH<7);}$$/ativar 666$${log("[&l&1Desconectando...] &5Voce Vai Morrer Sera necessario dar &l&aDC ");unset(@dc);stop();endif;loop;endif;}$$

    Macro de Colheita de Fungos ( Creditos ao Sleep ) ( não esta pronto ):
    $${
    if(@neth3);
    keyup(forward);
    unset(@neth3);
    }$$
    /sethome fungotemp
    $${
    #snposx1=%XPOS%; #snposx2=%ZPOS%;
    log("&d» &6Plantação Automática &c[OFF]");
    stop();
    else;
    set(@neth3);
    #delay=8;#nbau=1;
    log("&d» &6Plantação Automática &a[ON]");
    PROMPT(&return,$$?,"Continuar de onde estava quando desligou? (S ou N)");
    ifmatches(%&return%,^[S|s]);
    set(return);
    log("&d» &6Continuando a partir de onde foi desligado!");
    else;
    unset(return);
    PROMPT(#fxv,$$?,"Quantos andares são? (O máximo são 6 andares!)"); if(%#fxv%=0);unset(@neth3);stop();endif;
    #hfl=1;
    if(%#fxv%>1);
    &tm=;
    if(%#fxv%=2);&tm=1 ou 2?;endif;if(%#fxv%=3);&tm=1, 2 ou 3?;endif;if(%#fxv%=4);&tm=1, 2, 3 ou 4?;endif;if(%#fxv%=5);&tm=1, 2, 3, 4 ou 5?;endif;if(%#fxv%=6);&tm=1, 2, 3, 4, 5 ou 6?;endif;
    if(%#fxv%>6);
    log("&d» &cOps! &6Número de andares maior que o possível &3(6)&6!");
    log("&d» &6Plantação Automática &c[OFF]");
    unset(@neth3);
    stop();
    endif;
    PROMPT(#flror,$$?,"Começar por qual andar? %&tm%"); if(%#flror%=0);unset(@neth3);stop();endif;
    else;
    #flror=1;
    endif;
    if(%#flror%>%#fxv%);
    log(&d» &cOps! &6Andar escolhido para começar é maior que o número de andares que você escolheu! Preste mais atenção nas perguntas &3:/);
    log("&d» &6Plantação Automática &c[OFF]");
    unset(@neth3);
    stop();
    endif;
    log("&d» &6As sethomes devem ser no estilo: &3/home fungof1 /home fungof2&6 ...");
    log("&d» &6A sethome dos baús deve ser &3/home fungobaus &6...");
    log("&d» &6Se quiser parar só por um tempo, segure a &3tecla P&6 até parar!");
    set(first);
    endif;

    do;
    for(#hfl,%#flror%,%#fxv%);
    wait(1);
    if(return);
    #hfltemp=%#hfl%;#hfl=8000;
    }$$
    /home fungotemp
    $${
    do;until((%XPOS%=%#snposx1%)&&(%ZPOS%=%#snposx2%));wait(1);
    unset(return);
    else;
    }$$
    $${if(%#hfl%=1);}$$/home fungof1$${endif;}$$
    $${if(%#hfl%=2);}$$/home fungof2$${endif;}$$
    $${if(%#hfl%=3);}$$/home fungof3$${endif;}$$
    $${if(%#hfl%=4);}$$/home fungof4$${endif;}$$
    $${if(%#hfl%=5);}$$/home fungof5$${endif;}$$
    $${if(%#hfl%=6);}$$/home fungof6$${endif;}$$
    $${
    wait(8);
    set(first);
    endif;

    keydown(jump);wait(100ms);keyup(jump);wait(1);
    &dir=%DIRECTION%;
    ifmatches(%&dir%,N);&dir=NORTH;endif;
    ifmatches(%&dir%,S);&dir=SOUTH;endif;
    ifmatches(%&dir%,E);&dir=EAST;endif;
    ifmatches(%&dir%,W);&dir=WEST;endif;

    gui();
    for(#in,1,9);
    getslotitem(%#in%,&idk,#stack);
    ifmatches(%&idk%,shovel|pickaxe|axe);
    #slotl=%#in%;
    endif;
    next;

    look(%&dir%);
    look(,+89);
    key(attack);
    unset(nextfloor);

    do;
    #stack=0;
    keyup(forward);
    gui(inventory);
    wait(450ms);
    getslot(372,#fghot);
    getslotitem(35,&id,#stack);
    if(%#fghot%<36);
    slotclick(%#fghot%,l,true);
    endif;
    wait(450ms);
    gui();

    if(%#stack%>0);
    #nposx1=%XPOS%; #nposx2=%ZPOS%;
    }$$
    /sethome fungotemp
    $${}$$
    /home fungobaus
    $${
    do;until((%XPOS%!=%#nposx1%)|(%ZPOS%!=%#nposx2%));wait(3);
    keydown(jump);wait(100ms);keyup(jump);wait(1);
    &dir=%DIRECTION%;
    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;
    look(%&dir%);
    if(%#nbau%=1);look(-26,-40);endif;
    if(%#nbau%=2);look(+26,-40);endif;
    if(%#nbau%=3);look(+65,-40);endif;
    if(%#nbau%=4);look(+116,-40);endif;
    if(%#nbau%=5);look(+155,-40);endif;
    if(%#nbau%=6);look(+206,-40);endif;
    if(%#nbau%=7);look(-26,-20);endif;
    if(%#nbau%=8);look(+26,-20);endif;
    if(%#nbau%=9);look(+65,-20);endif;
    if(%#nbau%=10);look(+116,-20);endif;
    if(%#nbau%=11);look(+155,-20);endif;
    if(%#nbau%=12);look(+206,-20);endif;
    if(%#nbau%=13);look(-26,-0);endif;
    if(%#nbau%=14);look(+26,-0);endif;
    if(%#nbau%=15);look(+65,-0);endif;
    if(%#nbau%=16);look(+116,-0);endif;
    if(%#nbau%=17);look(+155,-0);endif;
    if(%#nbau%=18);look(+206,-0);endif;
    if(%#nbau%=19);look(-26,+25);endif;
    if(%#nbau%=20);look(+26,+25);endif;
    if(%#nbau%=21);look(+65,+25);endif;
    if(%#nbau%=22);look(+116,+25);endif;
    if(%#nbau%=23);look(+155,+25);endif;
    if(%#nbau%=24);look(+206,+25);endif;
    wait(1);
    key(use);
    wait(4);
    for(#i,54,87);
    getslotitem(%#i%,&ide,#stacke);
    ifmatches(%&ide%,nether_wart);
    slotclick(%#i%,l,true);
    wait(30ms);
    endif;
    next;
    wait(250ms);
    getslotitem(53,&id,#stack);
    wait(250ms);
    if(%#stack%!=0);
    #nbau=%#nbau%+1;
    if(%#nbau%=25);
    unset(@neth3);
    log("&d» &6Baús cheios?");
    log("&d» &6Plantação Automática &c[OFF]");
    stop();
    endif;
    endif;
    gui();
    until(%#stack%=0);
    }$$
    /home fungotemp
    $${
    wait(%#delay%);
    keydown(jump);wait(100ms);keyup(jump);wait(1);
    else;
    gui();
    endif;

    do;
    &dir=%DIRECTION%;
    ifmatches(%&dir%,N);&dir=NORTH;&z=-1;&x=+0;&z1=+0;&z2=+0;&x1=-1;&x2=+1;endif;
    ifmatches(%&dir%,S);&dir=SOUTH;&z=+1;&x=+0;&z1=+0;&z2=+0;&x1=+1;&x2=-1;endif;
    ifmatches(%&dir%,E);&dir=EAST;&z=+0;&x=+1;&x1=+0;&x2=+0;&z1=-1;&z2=+1;endif;
    ifmatches(%&dir%,W);&dir=WEST;&z=+0;&x=-1;&x1=+0;&x2=+0;&z1=+1;&z2=-1;endif;

    ifmatches(%GUI%,chat|inventory);
    keyup(forward);
    log(&d» &6Chat ou inventório detectado. &3Macro pausado!);
    do;
    ifmatches(%GUI%,CHAT|INVENTORY);
    else;
    #g=0;
    endif;
    until(%#g%=0);
    #g=1;
    log(&d» &6Chat ou inventório fechado. &3Continuando!);
    endif;

    if(KEY_P);
    keyup(forward);
    wait(200ms);
    #nposx1=%XPOS%;#nposx2=%ZPOS%;
    }$$
    /sethome fungotemp
    $${
    log(&d» &6Plantação automática &3interrompida&6!);
    log(&d» &6Para continuar, segure a &3tecla P &6por 3 segundos!);
    do;
    if(KEY_P);
    wait(3);
    if(KEY_P);
    wait(200ms);
    if(KEY_P);
    set(resume);
    endif;
    endif;
    endif;
    until(resume);
    unset(resume);
    }$$
    /home fungotemp
    $${
    log("&d» &6Plantação automática &3retomada&6!");
    log("&d» &6Não mexa o mouse, oki? &3:)");
    do;until((%XPOS%=%#nposx1%)&&(%ZPOS%=%#nposx2%));
    wait(2);
    endif;

    &dir=%DIRECTION%;
    ifmatches(%&dir%,N);&dir=NORTH;endif;
    ifmatches(%&dir%,S);&dir=SOUTH;endif;
    ifmatches(%&dir%,E);&dir=EAST;endif;
    ifmatches(%&dir%,W);&dir=WEST;endif;

    look(%&dir%);
    look(,+89);
    #nposx1=%XPOS%; #nposx2=%ZPOS%;
    do;
    keydown(forward);
    pick(nether_wart);
    key(use);
    getidrel(%&x%,+0,%&z%,&blockd);
    getidrel(%&x%,+1,%&z%,&blocku);
    ifmatches(%&blockd%,soul_sand);#cond1=0;else;#cond1=1;endif;
    ifmatches(%&blocku%,nether_wart);#cond2=0;else;#cond2=1;endif;
    ifmatches(%&blocku%,air);#cond3=0;else;#cond3=1;endif;
    until((%XPOS%!=%#nposx1%)|(%ZPOS%!=%#nposx2%)|(%#cond1%=1)|(%#cond2%=1)&&(%#cond3%=1));
    slot(%#slotl%);
    if(%HITDATA%>2);key(attack);wait(10ms);endif;
    ifmatches(%&blockd%,soul_sand);#cond1=0;else;#cond1=1;endif;
    ifmatches(%&blocku%,nether_wart);#cond2=0;else;#cond2=1;endif;
    ifmatches(%&blocku%,air);#cond3=0;else;#cond3=1;endif;
    until((%#cond1%=1)|(%#cond2%=1)&&(%#cond3%=1));

    key(use);
    keyup(forward);

    if(first);
    getidrel(%&x1%,+0,%&z1%,&block1);getidrel(%&x2%,+0,%&z2%,&block2);
    getidrel(%&x1%,+1,%&z1%,&block3);getidrel(%&x2%,+1,%&z2%,&block4);
    ifmatches(%&block1%,soul_sand);&sn=-;endif;ifmatches(%&block3%,soul_sand);&sn=-;endif;
    ifmatches(%&block2%,soul_sand);&sn=+;endif;ifmatches(%&block4%,soul_sand);&sn=+;endif;
    &dirc=%DIRECTION%;
    ifmatches(%&sn%,[\+]);&sn1=+;&sn2=-;endif;
    ifmatches(%&sn%,[\-]);&sn1=-;&sn2=+;endif;
    unset(first);
    endif;

    &dir=%DIRECTION%;
    ifmatches(%&dirc%,N);ifmatches(%&dir%,N);&sn=%&sn1%;endif;ifmatches(%&dir%,S);&sn=%&sn2%;endif;endif;
    ifmatches(%&dirc%,S);ifmatches(%&dir%,N);&sn=%&sn2%;endif;ifmatches(%&dir%,S);&sn=%&sn1%;endif;endif;
    ifmatches(%&dirc%,W);ifmatches(%&dir%,W);&sn=%&sn1%;endif;ifmatches(%&dir%,E);&sn=%&sn2%;endif;endif;
    ifmatches(%&dirc%,E);ifmatches(%&dir%,W);&sn=%&sn2%;endif;ifmatches(%&dir%,E);&sn=%&sn1%;endif;endif;

    look(%&sn%90,);
    wait(100ms);

    &dir=%DIRECTION%;
    ifmatches(%&dir%,N);&dir=NORTH;&z=-1;&x=+0;&z1=+0;&z2=+0;&x1=-1;&x2=+1;endif;
    ifmatches(%&dir%,S);&dir=SOUTH;&z=+1;&x=+0;&z1=+0;&z2=+0;&x1=+1;&x2=-1;endif;
    ifmatches(%&dir%,E);&dir=EAST;&z=+0;&x=+1;&x1=+0;&x2=+0;&z1=-1;&z2=+1;endif;
    ifmatches(%&dir%,W);&dir=WEST;&z=+0;&x=-1;&x1=+0;&x2=+0;&z1=+1;&z2=-1;endif;

    getidrel(%&x%,+0,%&z%,&block1);
    getidrel(%&x%,+1,%&z%,&block3);

    #rf=0;
    ifmatches(%&block3%,air);else;inc(#rf,1);endif;
    ifmatches(%&block3%,nether_wart);else;inc(#rf,1);endif;
    ifmatches(%&block1%,soul_sand);else;#rf=2;endif;
    endif;

    if(%#rf%=2);
    else;
    #nposx1 = %XPOS%; #nposx2 = %ZPOS%;
    do;
    keydown(forward);
    pick(nether_wart);
    key(use);
    until((%XPOS%!=%#nposx1%)|(%ZPOS%!=%#nposx2%));
    keyup(forward);
    key(attack);
    look(%&sn%90,);
    endif;
    until(%#rf%=2);
    keyup(FORWARD);
    next;
    #flror=1;
    loop;
    endif;

    }$$


    Muitos mais Macros estarão presentes no ModPack mais ainda estão bugados. Esses Macros postados acima sao os que por enquanto estao prontos.
    Espero que tenham gostado até a próxima.
     
  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
    Tá ficando top o modpack, eu com certeza vou baixá-lo.
     
  3. Sunmi

    Sunmi Hardcore
    VIP

    Afiliado:
    26 Julho 2015
    Mensagens:
    9,897
    Curtidas Recebidas:
    2,697
    Curtiu:
    2,170
    Sexo:
    Feminino
    Cubos:
    2,843.00
    Nick:
    NightBlueGames
    Aguardando,está ficando bom :p
     
  4. AntonioGamer

    AntonioGamer Excelente

    Afiliado:
    9 Abril 2014
    Mensagens:
    1,606
    Curtidas Recebidas:
    357
    Curtiu:
    521
    Sexo:
    Masculino
    Localização:
    Taipu-RN
    Cubos:
    2,030.00
    Nick:
    crater4000
    Clan:
    ♔Líder-LDC ♔
    Skype:
    Antônio Campos Neto
    Já está bom, fiz um tutorial de como instalar shaders caso queira coloca-lo no Modpack e não saiba como.
    Gostei bastante que ele já venham com algumas macros.
    Bom modpack :d
     
  5. dame

    dame Craftlandiano
    VIP

    Afiliado:
    12 Maio 2013
    Mensagens:
    6,232
    Curtidas Recebidas:
    522
    Curtiu:
    203
    Localização:
    no Trem
    Cubos:
    36.00
    Nick:
    TrollDame / yDame
    Clan:
    ☯ YnY ☯
  6. Cloock Gamer

    Cloock Gamer Neutro
    VIP

    Afiliado:
    8 Abril 2015
    Mensagens:
    73
    Curtidas Recebidas:
    5
    Curtiu:
    0
    Sexo:
    Masculino
    Cubos:
    128.00
    Nick:
    ProHarD_
    Clan:
    Halls
    Facebook:
    facebook.com/filhodoblack
    Skype:
    cloockgamer
    O melhor modpack !
     
  7. iP4To

    iP4To Craftlandiano
    VIP

    Afiliado:
    27 Janeiro 2016
    Mensagens:
    2,428
    Curtidas Recebidas:
    538
    Curtiu:
    453
    Sexo:
    Masculino
    Localização:
    Presidente...
    Cubos:
    622.00
    Nick:
    iP4To
    Clan:
    RsN
    Skype:
    peedroo.br
     
  8. OliverQeen

    OliverQeen Excelente
    VIP

    Afiliado:
    7 Março 2014
    Mensagens:
    4,256
    Curtidas Recebidas:
    426
    Curtiu:
    58
    Sexo:
    Masculino
    Cubos:
    85.00
    Nick:
    xinabox
    Tá ficando daora!

    Enviado de meu D2114 usando Tapatalk
     
  9. Anastasiia

    Anastasiia Excelente
    VIP

    Afiliado:
    1 Fevereiro 2016
    Mensagens:
    3,605
    Curtidas Recebidas:
    345
    Curtiu:
    688
    Sexo:
    Masculino
    Localização:
    Pripyat
    Cubos:
    594.00
    Nick:
    Anastasiia
    Clan:
    B13
    Facebook:
    Mendesgg
  10. Marceneiro

    Marceneiro Excelente
    VIP

    Afiliado:
    16 Junho 2014
    Mensagens:
    3,178
    Curtidas Recebidas:
    317
    Curtiu:
    0
    Sexo:
    Masculino
    Localização:
    Trabalho
    Cubos:
    92.00
    Nick:
    LutherKiing
    já que não tenho nenhum pra 1.7 irei baixar
     
  11. TikeGamer

    TikeGamer Neutro

    Afiliado:
    24 Janeiro 2016
    Mensagens:
    4
    Curtidas Recebidas:
    1
    Curtiu:
    0
    Sexo:
    Masculino
    Cubos:
    5.00
    Nick:
    TikeGamerBR
    Clan:
    Trv
    Skype:
    TikeGamer
     
  12. Ricardo Silva

    Ricardo Silva Neutro

    Afiliado:
    4 Maio 2015
    Mensagens:
    1,038
    Curtidas Recebidas:
    36
    Curtiu:
    0
    Sexo:
    Masculino
    Cubos:
    1,074.00
    Nick:
    7bit
    Clan:
    Só os Vilão
    Boa , modpack show
     
Status do Tópico:
Não esta aberto para novas mensagens.