> For the complete documentation index, see [llms.txt](https://guia.lendariomu.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.lendariomu.com.br/sistema-de-farm-e-premiacoes-wcoins.md).

# sistema de farm e premiacoes wcoins

### 🔄 Sistema de Master Reset (Renda Fixa)

A forma mais segura de farmar WC. Ao atingir a meta de resets, você pode trocá-los por moedas.

**Requisito:** Ter 500 Resets.\
**Comando:** `/mreset` (Consome 500 resets e adiciona 1 MR).

| Plano da Conta        | Premiação por MR |
| --------------------- | :--------------: |
| **Free / VIP Silver** |    `1.000 WC`    |
| **VIP Gold**          |    `2.000 WC`    |
| **VIP Diamante**      |    `3.000 WC`    |

### 🏛️ Eventos Clássicos

Estes eventos ocorrem em horários programados. A premiação é concedida ao completar o objetivo final.

| Evento              | Nível |  Premiação |
| ------------------- | :---: | :--------: |
| **Blood Castle**    |   8   | `1.000 WC` |
| **Devil Square**    |   6   | `1.000 WC` |
| **Chaos Castle**    |   6   | `1.000 WC` |
| **Illusion Temple** |   5   | `1.000 WC` |

### ⚔️ Invasões e Mini Bosses

Ideais para farm diário. Fique atento às mensagens globais de invasão.

| Invasão / Mob        |  Premiação | Obs.          |
| -------------------- | :--------: | ------------- |
| **Golden Invasion**  |  `200 WC`  | Por mob morto |
| **Red Dragon**       |  `500 WC`  | -             |
| **Mini Boss**        |  `500 WC`  | -             |
| **Skeleton King**    | `1.000 WC` | -             |
| **White Wizard**     | `1.000 WC` | -             |
| **Lunar Rabbit**     | `1.000 WC` | -             |
| **Fire Flame Ghost** | `1.000 WC` | -             |
| **Santa Claus**      | `1.000 WC` | -             |

### 💀 Bosses de Mapa (World Bosses)

Desafios maiores que exigem equipamentos melhores e, muitas vezes, ajuda de party/guild.

| Boss                |  Premiação  |   Dificuldade  | Localização       |
| ------------------- | :---------: | :------------: | ----------------- |
| **Erohim**          |  `2.000 WC` |      Média     | Land of Trials    |
| **Kundum**          |  `5.000 WC` |      Média     | Kalima 7          |
| **Selupan**         |  `5.000 WC` |      Média     | Raklion           |
| **Medusa**          |  `5.000 WC` |      Média     | Swamp of Calmness |
| **Lord Ferea**      | `10.000 WC` |      Alta      | Ferea             |
| **Nixie**           | `10.000 WC` |      Alta      | Nixies Lake       |
| **Lord Silvester**  | `10.000 WC` |      Alta      | Uruk Mountain     |
| **God of Darkness** | `10.000 WC` |      Alta      | Swamp of Darkness |
| **Core Magrify**    | `20.000 WC` | 🔥 **Extrema** | **Nars (VIP)**    |

### 🏆 Eventos Especiais & PVP

Eventos competitivos e exclusivos do servidor.

| Evento               | Detalhes           |  Premiação  |
| -------------------- | ------------------ | :---------: |
| **Pandora Event**    | Vitória            |  `1.000 WC` |
| **Battle Royale**    | Sobrevivente       |  `1.000 WC` |
| **Crywolf**          | Evento de Defesa   |  `5.000 WC` |
| **PVP Championship** | Por Round Vencido  |  `1.000 WC` |
| **PVP Championship** | **Grande Campeão** | `10.000 WC` |


---

# 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, and the optional `goal` query parameter:

```
GET https://guia.lendariomu.com.br/sistema-de-farm-e-premiacoes-wcoins.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
