Meu minecraft e não funciona o macro de Sprint, já testei todos possíveis, e nenhum pega... Fui na net procurar soluções e vi que não era só eu que tinha esse problema.. Só que não achei como resolver. Alguém pode me ajudar? Apenas o Macro de Sprint não funfa.
Tente usar este: $${if(sprint);log("&f[&dSprint &cTerminou&f]");unset(sprint);stop();else;log("&f[&dSprint &cIniciou&f]");set(sprint);do;sprint;endif;loop;}$$
vc não esta usando uma modpack com aquele mod que tem de sprint? se tiver tem que configurar me chama no tell no asgard que eu ajudo.
IF(@sprint); IF(!@label_sprint); SET(@label_sprint); SETLABEL("StatusSPRINT","&6Sprint\n&2ON"); SET(sprint); IF(!@dica_sprint); SET(@dica_sprint); LOG(""); LOG("&6&l[&f&oI&fnfo&6&l] &aPara ativar ou desativar o modo &fUsain Bolt &apressione o &fScroll &ado &fMouse &a(a rodinha). &9&o#SLEEP"); LOG(""); ENDIF; DO; IF(sprint); DO; IF(KEY_W); SETLABEL(SPRINT,"&aSprint"); SPRINT; ELSE; SETLABEL(SPRINT,"&7Sprint"); ENDIF; UNTIL((!@label_sprint)||(MIDDLEMOUSE)); UNSET(sprint); DO; WHILE(MIDDLEMOUSE); ELSE; SET(#effect,""); DO; KEYDOWN(FORWARD); SPRINT; IF(%#effect%<5); SETLABEL(SPRINT,"&aSprint"); ELSEIF(%#effect%<10); SETLABEL(SPRINT,"&a&oS&aprint"); ELSEIF(%#effect%<15); SETLABEL(SPRINT,"&aS&a&op&arint"); ELSEIF(%#effect%<20); SETLABEL(SPRINT,"&aSp&a&or&aint"); ELSEIF(%#effect%<25); SETLABEL(SPRINT,"&aSpr&a&oi&ant"); ELSEIF(%#effect%<30); SETLABEL(SPRINT,"&aSpri&a&on&at"); ELSEIF(%#effect%<35); SETLABEL(SPRINT,"&aSprin&a&ot"); ELSE; SET(#effect,""); ENDIF; INC(#effect,1); UNTIL((!@label_sprint)||(MIDDLEMOUSE)); SET(sprint); IF(!KEY_W); KEYUP(FORWARD); ENDIF; DO; WHILE(MIDDLEMOUSE); ENDIF; UNTIL(!@label_sprint); SETLABEL(SPRINT,""); ENDIF; ELSE; SETLABEL("SPRINT",""); UNSET(@label_sprint); STOP; ENDIF;
$${if(x);unset(x);unsprint;log(&4&l SPRINT &6&lPARA R3G3N &4&l[OFF]);STOP;else;set(x);log(&4&l SPRINT &6&lPARA R3G3N &2&l[ON]);endif; do;ifmatches(%GUI%,None);if(%#tr%>0);keyup(ForWard);endif;dec(#tr,%#tr%);if(KEY_W);sprint;else;unsprint;endif; else;&dir=%DIRECTION%; ifmatches(%GUI%,Inventory|Chat|Chest|Furnace);keydown(FORWARD);SPRINT;ifmatches(%DIRECTION%,N);#a=-1;#b=0;&op=SOUTH;endif;ifmatches(%DIRECTION%,S);#a=+1;#b=0;&op=NORTH;endif;ifmatches(%DIRECTION%,W);#a=0;#b=-1;&op=EAST;endif;ifmatches(%DIRECTION%,E);#a=0;#b=+1;&op=WEST;endif;getidrel(%#b%,1,%#a%,#d,);getidrel(%#b%,0,%#a%,#c,);if((%#c%!=0)|(%#d%!=0));;&dir=%&op%;endif;look(%&dir%); if(KEY_S);ifmatches(%DIRECTION%,N);#a=-1;#b=0;&op=SOUTH;endif;ifmatches(%DIRECTION%,S);#a=+1;#b=0;&opNORTH;endif;ifmatches(%DIRECTION%,W);#a=0;#b=-1;&op=EAST;endif;ifmatches(%DIRECTION%,E);#a=0;#b=+1;&op=WEST;endif;getidrel(%#b%,1,%#a%,#d,);getidrel(%#b%,0,%#a%,#c,);if((%#c%!=0)|(%#d%!=0));&dir=%&op%;endif;look(%&dir%);keydown(back);else;keyup(back);endif; if(KEY_A);ifmatches(%DIRECTION%,N);#a=-1;#b=0;&op=SOUTH;endif;ifmatches(%DIRECTION%,S);#a=+1;#b=0;&opNORTH;endif;ifmatches(%DIRECTION%,W);#a=0;#b=-1;&op=EAST;endif;ifmatches(%DIRECTION%,E);#a=0;#b=+1;&op=WEST;endif;getidrel(%#b%,1,%#a%,#d,);getidrel(%#b%,0,%#a%,#c,);if((%#c%!=0)|(%#d%!=0));&dir=%&op%;endif;look(%&dir%);keydown(left);else;keyup(left);endif; if(KEY_D);ifmatches(%DIRECTION%,N);#a=-1;#b=0;&op=SOUTH;endif;ifmatches(%DIRECTION%,S);#a=+1;#b=0;&opNORTH;endif;ifmatches(%DIRECTION%,W);#a=0;#b=-1;&op=EAST;endif;ifmatches(%DIRECTION%,E);#a=0;#b=+1;&op=WEST;endif;getidrel(%#b%,1,%#a%,#d,);getidrel(%#b%,0,%#a%,#c,);if((%#c%!=0)|(%#d%!=0));&dir=%&op%;endif;look(%&dir%);keydown(right);else;keyup(right);endif; if(KEY_SPACE);keydown(jump);else;keyup(jump);endif;inc(#tr,1);endif; endif;loop;}$$