# Music Box

The **Music Box NPC** is a daily interaction NPC that allows players to earn **Auto Combat time** by staying nearby and listening to randomized background music (BGM) for a continuous duration.

***

## Overview

<figure><img src="/files/rNBsgKqy408xjXoxFqPM" alt=""><figcaption><p>Music Box NPC<br><strong><code>@npc 15 / music</code></strong></p></figcaption></figure>

* **Feature Type:** AFK Reward NPC
* **Reward:** 3 hours of Auto Combat time
* **Daily Limit:** 1 successful completion per day
* **Activity Type:** Continuous proximity-based AFK interaction

***

## Mechanics

To successfully obtain the reward, players must meet all of the following conditions:

### Proximity Requirement

* Stay within **14 cells** of the Music Box NPC at all times.

### Session Duration

* Remain continuously within range for **30 minutes**.

### Movement Restrictions

* Do **not change maps** during the session.
* Do **not relog or disconnect**.
* Leaving the 14-cell range will break the session.

### Music Interaction

* The NPC plays random client-side BGM.
* Players may use **Change Music** to reroll the current BGM.
* Changing music does **not interrupt progress**.

***

## Reward

Upon successful completion of a full 30-minute continuous session:

* Players receive **3 hours of Auto Combat time immediately**.

***

## Daily Limit Rules

* Only **one reward per day** can be obtained.
* Only **completed 30-minute sessions count** toward the daily reward.
* Partial progress does not carry over if interrupted.

***


---

# 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://ragnarok-finest.gitbook.io/ragnarok-finest-wiki/game-features/music-box.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.
