> For the complete documentation index, see [llms.txt](https://ro0-4.gitbook.io/godro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ro0-4.gitbook.io/godro/mvp-reward-system.md).

# MVP Reward System

*“Face legendary foes. Reap ancient shards. Claim your rewards.”*

***

### ⚔️ What is the MVP System?

The **MVP System** rewards brave adventurers who take down powerful boss monsters (MVPs) in the field, dungeons, and special zones. Unlike normal mobs, MVPs are **rare, dangerous, and drop exclusive loot** — including **relic crafting materials**.

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

When an MVP is defeated, **players nearby (within 15 cells)** will automatically receive a reward based on the MVP’s difficulty tier.\
**No killsteals. No top damage steals. Everyone near the kill gets a chance.**

***

### 🏆 How MVP Rewards Work

* 🎯 **Stand within 15 cells** of the MVP when it dies
* 🎁 Get a **chance-based drop** of special shard materials
* 📢 MVP rewards are **announced to everyone on the map**
* 💡 You don’t need to deal the final blow — just be present and alive nearby!

***

### 🧱 MVP Tiers

MVPs are categorized into **three difficulty tiers**. Stronger MVPs reward rarer shards used to craft more powerful relics.

***

#### 🔹 Easy MVPs

*Suitable for solo players or small parties.*

| MVP Name      |                     |
| ------------- | ------------------- |
| Amon Ra       | Dracula             |
| Atroce        | White Lady          |
| Drake         | Moonlight Flower    |
| Doppelganger  | Golden Thief Bug    |
| Orc Hero      | Phreeoni            |
| Hatii         | Eddga               |
| Maya          | Mistress            |
| Osiris        | Turtle General      |
| Stormy Knight | Incantation Samurai |
| Lady Tanee    | RSX-0806            |
| Tao Gunka     | Lord of the Dead    |
| Dark Lord     |                     |

🎁 **Drops:**

* **Eternal Fragment - 50%**
* Used to craft **Eternal Relics**

***

#### 🔸 Medium MVPs

*Moderate challenge — ideal for parties.*

| MVP Name            |               |
| ------------------- | ------------- |
| Atroce              | Dark Lord     |
| Detardeurus         | Stormy Knight |
| Incantation Samurai | Lady Tanee    |
| Lord of the Dead    | RSX-0806      |
| Tao Gunka           | Egnigem Cenia |
| Orc Lord            | Kiel D-01     |
| Evil Snake Lord     |               |

🎁 **Drops:**

* **Mythic Fragment - 70%**
* Used to craft **Mythic Relics**

***

#### 🔺 Hard MVPs

*Elite-level bosses meant for groups or guilds.*

| MVP Name              |                        |
| --------------------- | ---------------------- |
| Lord Knight Seyren    | High Priest Margaretha |
| Assassin Cross Eremes | Sniper Cecil           |
| Whitesmith Howard     | High Wizard Kathryne   |
| Ifrit                 | Fallen Bishop Hibram   |
| Beelzebub             | Valkyrie Randgris      |
| Ktullanux             | Memory of Thanatos     |
| Gloom Under Night     | Kiel D-01              |
| Vesper                | Baphomet               |

🎁 **Drops:**

* **Celestial Fragment - 100%**
* Used to craft **Celestial Relics**

***

### 💎 Shard Material Summary

| Shard Name         | MVP Tier    | Used For         | Drop Style       |
| ------------------ | ----------- | ---------------- | ---------------- |
| Eternal Fragment   | Easy MVPs   | Eternal Relics   | Common chance    |
| Mythic Fragment    | Medium MVPs | Mythic Relics    | Rare chance      |
| Celestial Fragment | Hard MVPs   | Celestial Relics | Very rare chance |

***

### 📣 Bonus Tips

* ✅ Join parties or roam MVP fields regularly — presence matters more than damage.
* 🎯 Always stay within range of the boss during death to qualify for rewards.
* 💼 Combine shard farming with relic crafting to build long-term progression.
* 🏹 Use the Relic System in your RO Manual Book to view what fragments you need.

***

{% hint style="info" %}
*“The world’s fiercest monsters don’t just drop loot — they drop legacy.”*
{% endhint %}


---

# 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://ro0-4.gitbook.io/godro/mvp-reward-system.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.
