# Macro Checker

### Overview

The Macro Check Mechanic in XileRO is designed to promote fair play and reward active engagement by players. This feature integrates a simple math challenge that players must complete after defeating a certain number of monsters to receive buffs.

### Mechanics

#### Initial Check

* **Trigger:** After killing 10 monsters.
* **Challenge:** The player will be asked a simple math question, where the numbers range from 1 to 7 (e.g., 1+1 to 7+7).
* **Input:** The player must provide the correct answer to the math question.
* **Reward:** Upon successful completion, the player receives buffs for their character.

#### Subsequent Check

* **Trigger:** After killing 10,000 monsters.
* **Challenge:** Similar to the initial check, the player will be asked a simple math question (1-7 + 1-7).
* **Input:** The player must provide the correct answer.
* **Reward:** Successful completion results in buffs for the character.

#### Failure Penalty

* If the player fails to answer correctly three times, their character will be jailed for a 40-minute period.
* This measure is in place to ensure fair play and discourage automated gameplay.

### Purpose

The Macro Check Mechanic is implemented to ensure fair play and maintain an engaging and interactive environment for all players. It rewards attentive and active players while preventing misuse of automated systems.


---

# Agent Instructions: 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://www.xileretro.wiki/mechanics/macro-checker.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.
