> For the complete documentation index, see [llms.txt](https://www.btkwiki.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.btkwiki.info/ingame-guides/features/music-box.md).

# 🎵Music Box

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

### 📌 **Overview**

The **Music Box** allows you to listen to relaxing and exciting music while earning valuable rewards just by staying nearby! Enjoy soothing tunes and accumulate **Exp Stamina** and special items every day.

### ⏳ **How It Works**

* Every day, you can listen to the **Music Box** for a maximum of **6 hours**.
* For every hour spent listening, you automatically receive **10 minutes of Exp Stamina**.
* Additionally, while listening, you get **random item rewards** every **5 minutes**.

### 🎁 **Rewards Overview**

| Listening Duration  | Rewards                      |
| ------------------- | ---------------------------- |
| Every **1 hour**    | ✅ **10 minutes Exp Stamina** |
| Every **5 minutes** | 🎁 **Random item**           |

**Example:** If you listen for 3 hours continuously, you'll gain:

* **30 minutes of Exp Stamina**
* **36 random items** (one every 5 minutes!)

### 🎧 **How to Start Listening**

1. Visit the **Music Box** NPC located in:

   ```
   music_room 59,98
   ```
2. Click on the NPC to open the dialogue.
3. Select `[ > ] Start Listening`.

**Important:**

* You must stay **within a 15-cell radius** of the **Music Box** to continue listening.
* Moving out of range or logging out stops the listening session.

### 🎶 **Changing Music**

Want a new beat? Select `[ > ] Change Music` at the Music Box to randomly play another track!

### 📅 **Daily Limit**

* Each character can listen for a **maximum of 6 hours** per day.
* Your available listening time resets at **midnight server time**.

### 📊 **Checking Remaining Time**

To check your remaining listening time for the day:

* Talk to the **Music Box NPC**.
* Select `[ > ] Check Remaining Time`.

This shows exactly how much listening time remains for the current day.

### ⏹️ **Stopping Your Session**

To manually stop listening at any point:

* Talk to the **Music Box NPC**.
* Select `[ > ] Stop Listening`.

You can resume later if you have remaining time for the day.

### ⚠️ **Important Notes**

* Your listening session will stop automatically if you:
  * Move too far away from the Music Box (over **15 cells**).
  * Log out or disconnect from the game.
  * Reach your daily listening limit of **6 hours**.
* Make sure to stay close and connected to maximize your daily rewards!

✨ **Enjoy the music, and happy listening!** 🎶


---

# 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://www.btkwiki.info/ingame-guides/features/music-box.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.
