Código:
$${
if(@rep);
log("&f&l[&9&lMA&f&lCRO] &f&lTa Cheio? &c&lOFF");
unset(@rep);
stop();
endif;
else;
log("&f&l[&9&lMA&f&lCRO] &f&lTa Cheio? &a&lON");
set(@rep);
DO();
log("&f&l[&9&lMA&f&lCRO] &f&lPausa Vamos Verificar");
gui(inventory);
#j = 0;
FOR(#i,9,44);
GETSLOTITEM(%#i%,&idvar,#stack);
IF(%#stack%==64);
#j = %#j%+1;
ENDIF;
NEXT;
gui();
IF(%#j% > 30);
log("&f&l[&9&lMA&f&lCRO] &f&lTa Cheio? &c&lOFF");
log("&f&l[&9&lMA&f&lCRO] &4&lINVENTARIO CHEIO");
unset(@rep);
stop();
ENDIF;
wait(120000ms); // 2 minuto
LOOP;
endif;
}$$