Boa tarde, ja faz 3 dias que estou com um problema de um bau na warp vip que buga minha macro e esse bau nunca sai de la, queria saber se alguém conseguiria fazer com que a macro pula-se o bau e continuasse oq ela faz normalmente
Bau que fode minha vida:
![[IMG]](http://i.imgur.com/gJHzUdC.png)
Macro:
$${
if(z);
unset(z);
log(&c&lVender Peixes &4&lOFF);
stop();
else;
log(&c&lVender Peixes &2&lON);
set(z);
endif;
prompt(#peixes,$$?,"Quantos baus?");
#peixe=1;
do;
if(%#peixe%>%#peixes%);
unset(z);
log(&c&lAcabaram os baús);
wait(2);
}$$/g &l$${
wait(2)
log(&c&lVender Peixes &4&lOFF);
stop();
endif;
do;
gui(chat);
wait(300ms);
type( /home peixe%#peixe%);
wait(300ms);
press(return);
wait(5);
key(use);
wait(1);
for(#i,0,53);
getslotitem(%#i%,#id,#stack);
if(%#id%=349);
slotclick(%#i%,l,true);
wait(30ms);
endif;
next;
getslotitem(54,#id,#stack);
if(%#stack%=0);
INC(#peixe);
if(%#peixe%>%#peixes%);
BREAK;
endif;
endif;
wait(1);
until(%#stack%!=0);
do;}$$/warp vip$${wait(5);until((%YPOS%=5)&&(%ZPOS%=656)&&(%XPOS%=702));
keydown(jump);
wait(1);keyup(jump);wait(1);
do(300);look(east);keydown(forward);UNTIL(%XPOS%=732);
keyup(forward);wait(200ms);
do(300);look(south);keydown(forward);UNTIL(%ZPOS%=672);
keyup(forward);wait(200ms);
do(200);look(east);keydown(forward);UNTIL(%XPOS%=736);
wait(200ms);keyup(forward);look(north);look(90,80);
do(7);key(attack);wait(300ms);loop;
loop;
}$$