Eu to upando herba no Asgard e as cana tao ficando invisivel dai eu tentei criar uma macro que abrise e fechasse o inventario, mais nao conseguir colocar o comando pra ela repetir o processo a cada 30 segundos, e nem desligando ela ta '-'
essa foi a macro que eu fiz, quem puder ajudar agradeço =)
$${
if(@DesbugaInv);
log("&f [MACRO] Desbuga Inventário OF");
unset(@DesbugaInv);
stop;
endif;
ELSE;
set(@DesbugaInv);
log("&f [MACRO] Desbuga Inventário ON");
do;
gui(inventory);
wait(1000ms);
gui();
endif;
loop;
}$$
essa foi a macro que eu fiz, quem puder ajudar agradeço =)
$${
if(@DesbugaInv);
log("&f [MACRO] Desbuga Inventário OF");
unset(@DesbugaInv);
stop;
endif;
ELSE;
set(@DesbugaInv);
log("&f [MACRO] Desbuga Inventário ON");
do;
gui(inventory);
wait(1000ms);
gui();
endif;
loop;
}$$