> For the complete documentation index, see [llms.txt](https://wiki.frontierro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.frontierro.com/server-features/music-npc.md).

# Music NPC

{% hint style="info" %}
🎶 **Sit back, relax, and get rewarded.** The Music Box plays random Ragnarok BGMs while you listen — dropping random prizes along the way, plus a special bundle for completing a full hour.
{% endhint %}

## 📍 Location

Find the **Music Box** in **Trinity ( 49, 78 )**.

## 🎧 How to Listen

1. 🪑 Stand near the Music Box and type **`/sit`** — or pick **Start Listening** from its menu and it'll seat you automatically.
2. ⏳ Stay seated and enjoy the music. Your listening time builds toward **60 minutes**.
3. 🎁 You'll randomly receive prizes at each **5-minute mark**, with a **special bundle at the full hour**.

{% hint style="warning" %}
⚠️ Your session **cancels** if you stand up, warp away, or go into **vending / AFK**. You can listen **once per day** — progress resets at **midnight (00:00)** and can be split across several sittings.
{% endhint %}

## 🎁 Rewards

* 🎲 **While you listen** — random items drop at every 5-minute mark.
* 🏆 **Finish all 60 minutes** — claim a guaranteed special bundle of everything below.

| Reward                                                                                     | Item                            |
| ------------------------------------------------------------------------------------------ | ------------------------------- |
| ![Siege White Potion](https://static.divine-pride.net/images/items/item/11503.png)         | **Siege White Potion**          |
| ![Siege Blue Potion](https://static.divine-pride.net/images/items/item/11504.png)          | **Siege Blue Potion**           |
| ![Light Awakening Potion](https://static.divine-pride.net/images/items/item/14510.png)     | **Light Awakening Potion**      |
| ![Light Berserk Potion](https://static.divine-pride.net/images/items/item/14511.png)       | **Light Berserk Potion**        |
| ![Light Concentration Potion](https://static.divine-pride.net/images/items/item/14509.png) | **Light Concentration Potion**  |
| ![Kafra Card](https://static.divine-pride.net/images/items/item/12211.png)                 | **Kafra Card**                  |
| ![Bubble Gum](https://static.divine-pride.net/images/items/item/12210.png)                 | **Bubble Gum** — +50% drop rate |
| ![Field Manual](https://static.divine-pride.net/images/items/item/14606.png)               | **Field Manual** — +50% EXP     |
| ![Job Manual](https://static.divine-pride.net/images/items/item/14606.png)                 | **Job Manual** — +50% Job EXP   |


---

# 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://wiki.frontierro.com/server-features/music-npc.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.
