> For the complete documentation index, see [llms.txt](https://mu-loren-or-guias.gitbook.io/guia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mu-loren-or-guias.gitbook.io/guia/comandos/coletar-itens-automaticamente.md).

# Coletar itens automaticamente

### Comando `/pick` – Coleta Automática

O comando **`/pick`** é uma ferramenta essencial no Old Mu que permite **coletar automaticamente itens, joias e Zen** que caem no chão. Com ele ativado, o personagem realiza a coleta rapidamente, sem a necessidade de clicar manualmente nos itens.

Esse recurso é ideal em áreas movimentadas ou durante farming, garantindo que nenhum item seja perdido enquanto você se concentra em outras tarefas.

#### Como usar o comando `/pick`

1. Digite **`/pick`** no chat do jogo.
2. O comando será ativado imediatamente, e o personagem começará a coletar **todos os itens do chão**:
   * Joias (Jewel of Soul, Bless, Chaos, Life, Creation)
   * Itens excelente e de sets
   * Zen
   * Outros itens raros

> Dica: O comando funciona em qualquer mapa e não requer interação manual durante a coleta.

<figure><img src="/files/3oR8k6JikXS8jbbtwTwS" alt=""><figcaption></figcaption></figure>

#### Comando `/pickset` – Coleta de item específico

Se quiser coletar **apenas um item ou joia específica**, utilize o comando `/pickset`:

**Passo a passo:**

1. Ative o comando `/pick` digitando:

   ```
   /pick 1 1 1 1
   ```
2. Em seguida, escolha o item ou joia que deseja coletar com o comando:

   ```
   /pickset NomeDoItem
   ```

   **Exemplo:**

   ```
   /pickset Gemstone
   ```
3. Pressione **Enter**. A partir desse momento, o personagem coletará **somente o item configurado**.

> Você pode alternar ou desativar a coleta automática digitando `/pick` novamente.

<figure><img src="/files/FYsVIEIdaGziWSJewevV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/bltre9JTijwn4Wdckgnk" alt=""><figcaption></figcaption></figure>

Após dar o enter, o comando será ativado

<figure><img src="/files/aLDdbCFaKtL2WXC0JGBJ" alt=""><figcaption></figcaption></figure>

#### ⏱️ Tempo de uso do comando

| Tipo de Conta | Duração Máxima |
| ------------- | -------------- |
| Free          | 6 horas        |
| VIP Old       | 12 horas       |

> Observação: Após o tempo limite, será necessário reativar o comando.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mu-loren-or-guias.gitbook.io/guia/comandos/coletar-itens-automaticamente.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
