> For the complete documentation index, see [llms.txt](https://mudarkspace.gitbook.io/mudarkspace-6.21/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mudarkspace.gitbook.io/mudarkspace-6.21/invasions/red-dragon.md).

# ▶️ Red Dragon

## ▶️ Red Dragon

Brace yourselves, warriors! The **Red Dragon Invasion** is upon us, with dragons descending upon random maps in Lorencia, Noria, and Devias. It's your mission to find and defeat the Red Dragon before it wreaks havoc across the land. Engage in this thrilling event, track down the beast, and claim your well-deserved rewards!

<mark style="color:orange;">**Invasion Overview**</mark>

<mark style="color:green;">The Red Dragon appears randomly in one of three locations:</mark>

* **Lorencia**
* **Noria**
* **Devias**

Once the invasion begins, players must locate and eliminate the Red Dragon within these maps. Keep an eye on system messages or coordinate with other players to quickly determine the dragon’s whereabouts.

<mark style="color:orange;">**Rewards for Defeating the Red Dragon**</mark>

<mark style="color:green;">Successfully defeating the Red Dragon will grant you:</mark>

* **2 Jewels of Bless**
* **10 wCoins**
* **2500 Ruud**

<mark style="color:green;">These rewards are given to players who land the final blow, so be prepared for intense competition!</mark>

<mark style="color:orange;">**Tips for Conquering the Red Dragon**</mark>

* **Prepare for Combat:** Equip your character with strong weapons and armor suited to high-level PvE battles.
* **Track Movement Alerts:** Monitor any in-game alerts or chat messages indicating sightings of the dragon’s location.
* **Team Up:** Consider teaming up with other players to locate and take down the dragon faster.

<mark style="color:red;">With courage and skill, you can drive the Red Dragon from our lands and emerge with bountiful rewards. Happy hunting!</mark>


---

# 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://mudarkspace.gitbook.io/mudarkspace-6.21/invasions/red-dragon.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.
