> For the complete documentation index, see [llms.txt](https://guides.epicmu.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.epicmu.net/epicmu-system/mubot-system.md).

# MUBOT System

<h2 align="center">Hello Adventurers of the Epicmu Universe !!</h2>

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

{% stepper %}
{% step %}

<h3 align="center">Information</h3>

{% hint style="info" %}

<p align="center">The Helper is a tool that assists the player by automating actions such as moving, distributing points and performing automatic resets.<br><mark style="color:red;">Only VIP+ Plus players have this tool.</mark></p>
{% endhint %}
{% endstep %}

{% step %}

<h3 align="center">UI Window</h3>

{% hint style="info" %}

<p align="center">Right-click 🖱️  to open the settings window.</p>

<p align="center"><img src="/files/C57KnmDaw9PadP4Ssl0N" alt=""></p>

<p align="center">By default, your bot is configured with the <strong>(Auto)</strong> function. This means that it will use settings defined by the server based on the amount of resets and <strong>GrandResets</strong>.</p>
{% endhint %}

{% endstep %}

{% step %}

<h3 align="center">MU Bot Configuration</h3>

{% hint style="info" %}

<p align="center">You can configure 4 different route saves in your helper and you can switch between them by pressing the <strong>'Select'</strong> button, see the example below.</p>

<p align="center"><img src="/files/HllMqjMAD2iE9YvDZv7F" alt="" data-size="original"></p>

<p align="center">Now let's configure routes in our bot, we will fill in <br><strong>[Map Name] [X Coordinates] [Y Coordinates] [Minimum Level] [Maximum Level]</strong></p>

1. Select the map: <br>

   <figure><img src="/files/a49LuEyQSFHk4cq0Keuq" alt=""><figcaption></figcaption></figure>
2. Set the exact coordinates of the spot monster:<br>

   <figure><img src="/files/tVaY4Lg2l42ZyzgkCyL6" alt=""><figcaption></figcaption></figure>
3. Set the level \[Min] for the character to go to the map and the Level \[Max] for him to stay on the same map.

   <figure><img src="/files/9mMbmEfMeKuH0vm4b3xe" alt=""><figcaption></figcaption></figure>
4. Now let's configure our next route:<br>

   <figure><img src="/files/1GrOwl3ccOL5Mhggsuxa" alt=""><figcaption></figcaption></figure>

Now our bot will start in Lorencia at level 1 and from level 10 it will go to Arena and will continue until level 390. After each change, press the \[Save] button.\ <mark style="color:red;">The \[Min] level of the next map must always be the \[Max] level of the previous map.</mark>
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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://guides.epicmu.net/epicmu-system/mubot-system.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.
