$${
if(x);
log("&4&l[Macro] Troca de Sets OFF);
unset(x);
stop();
else;
log("&f&l[Macro] Troca de Sets ONN");
set(x);
#capacete=1;
#peito=1;
#cal=1;
#bota=1;
do;
if(%HELMDURABILITY%<30);
Log(&fDurabilidade do Capacete está Baixa! &4&l%#capacete%);
gui(inventory);
wait(3ms);
slotclick(5,l,true);
wait(45ms);
GETSLOT(310,#slot,21);
wait(10ms);
slotclick(%#slot%,l,true);
wait(3ms);
gui();
INC(#capacete);
endif;
if(%#capacete%=4);
LOG(&6Acabaram Todos os seus Capacetes!);
unset(x);
stop();
endif;
if(%CHESTPLATEDURABILITY%<30);
gui(inventory);
Log(&fDurabilidade do Peitoral está Baixa! &4&l%#peito%);
wait(3ms);
slotclick(6,l,true);
wait(45ms);
GETSLOT(311,#slot,21);
wait(10ms);
slotclick(%#slot%,l,true);
wait(3ms);
gui();
INC(#peito);
endif;
if(%#peito%=4);
unset(x);
stop();
INC(#peito);
endif;
if(%#peito%=4);
LOG(&6Acabaram todos os seus Peitorais!);
unset(x);
stop();
endif;
if(%LEGGINGSDURABILITY%<30);
Log(&fDurabilidade da Calça está Baixa! &4&l%#cal%);
gui(inventory);
wait(3ms);
slotclick(7,l,true);
wait(45ms);
GETSLOT(312,#slot,21);
wait(10ms);
slotclick(%#slot%,l,true);
wait(3ms);
gui();
INC(#cal);
endif;
if(%#cal%=4);
LOG(&6Acabaram Todas as suas Calças!);
unset(x);
stop();
endif;
if(%BOOTSDURABILITY%<30);
Log(&fDurabilidade da Bota está Baixa! &4&l%#bota%);
gui(inventory);
wait(3ms);
slotclick(8,l,true);
wait(45ms);
GETSLOT(313,#slot,21);
wait(10ms);
slotclick(%#slot%,l,true);
wait(3ms);
gui();
INC(#bota);
endif;
if(%#bota%=4);
LOG(&6Acabaram Todas as suas Botas!);
unset(x);
stop();
endif;
loop;
}$$