> For the complete documentation index, see [llms.txt](https://wiki.osro-revo.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.osro-revo.gg/christmas-events/teddy-bear-bag-quest.md).

# Teddy Bear Bag Quest

<figure><img src="/files/90SQgXK7xuMRy9tuJsml" alt=""><figcaption></figcaption></figure>

**Teddy Bear Doll Bag Quest** is a heartwarming **Christmas seasonal quest** where players help spread joy to children across Rune-Midgard. By assisting the **Candy Maker** in crafting a magical teddy bear doll bag infused with goodwill and wishes, players are rewarded with the **Costume Teddy Bear Doll Bag**.

***

### Quest Information:

| Category   | Details                        |
| ---------- | ------------------------------ |
| Location   | Issgard – Ice Castle (116, 98) |
| NPC        | Candy Maker                    |
| Repeatable | ❌ No (Account Based)           |

***

### Quest Overview:

The quest is completed in **three stages**, including a **waiting phase** while the item is being crafted.

| Stage | Objective                   |
| ----: | --------------------------- |
|     1 | Gather festive treats       |
|     2 | Collect enchanted materials |
|     3 | Wait for crafting to finish |

{% hint style="info" %}
Quest progress is tracked automatically through internal quest flags.
{% endhint %}

***

### Stage 1: Festive Item Collection

The Candy Maker asks for sweets to help spread happiness to children.

#### Required Items (Stage 1)

| Item          | Quantity |
| ------------- | -------: |
| Candy         |      100 |
| Candy Cane    |      100 |
| Piece of Cake |      100 |

{% hint style="success" %}
After submitting these items, the quest advances to the next stage.
{% endhint %}

***

### Stage 2: Enchanted Material Collection

More powerful materials are required to craft the enchanted Teddy Bear Doll Bag.

#### Required Items (Stage 2)

| Item           | Quantity |
| -------------- | -------: |
| Muscovite      |        1 |
| Revo Crystal   |        1 |
| Arcane Diamond |        2 |
| Snow Cookie    |       20 |

#### Zeny Requirement

|     Cost     |
| :----------: |
| 100,000 Zeny |

{% hint style="info" %}
Once all materials and Zeny are submitted, crafting begins.
{% endhint %}

***

### Stage 3: Crafting & Waiting Phase

The Candy Maker needs time to craft the enchanted doll bag.

#### Crafting Rules

| Rule         | Details                 |
| ------------ | ----------------------- |
| Waiting Time | 30 minutes              |
| Requirement  | Player must remain idle |

{% hint style="danger" %}
Moving, interacting, or disconnecting will prevent progress until the required idle time is met.
{% 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://wiki.osro-revo.gg/christmas-events/teddy-bear-bag-quest.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.
