> 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-master-reset-mr.md).

# sistema de master reset mr

## ✅ Como funciona o Master Reset?

* Ao atingir **pelo menos 500 resets**, o jogador pode usar o comando:

```bash
/mreset
```

* Ao utilizar esse comando:
  * **500 resets serão consumidos**;
  * Será adicionado **1 Master Reset** à sua conta;
  * Você receberá uma **premiação em WC**, conforme sua categoria VIP.

## 💎 Recompensas por Master Reset

| Categoria         | WC Recebido por MR |
| ----------------- | ------------------ |
| Free / VIP Silver | **450 WC**         |
| VIP Gold          | **600 WC**         |
| Vip Diamante      | **1000 WC**        |

## ⚠️ Observações Importantes

* Não é possível realizar o **/mreset** com menos de 500 resets.
* Se você tiver mais que 500 resets, eles serão **abatidos automaticamente em blocos de 500** a cada comando usado.
* O comando pode ser usado múltiplas vezes, desde que você tenha resets suficientes.
* Jogadores **VIP Diamante** farmam 3x mais rápido que jogadores Free! Considere fazer um upgrade para maximizar seus ganhos.

***

Esse sistema é ideal para quem quer continuar evoluindo no servidor e ser recompensado por sua dedicação. Aproveite e torne-se um jogador ainda mais lendário no **Mu Zord**!


---

# 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-master-reset-mr.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.
