> 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/valentines-event/heart-angel-quest.md).

# Heart Angel Quest

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

A special Valentine quest that rewards the costume **Heart Angel** after completing multiple hunting objectives and submitting materials plus a zeny fee.

***

| NPC         | Map        | Coordinates |
| ----------- | ---------- | ----------- |
| **Jawborn** | `prontera` | `231, 262`  |

***

### Requirements:

| Requirement        | Details                                                |
| ------------------ | ------------------------------------------------------ |
| Quest Availability | Can only be completed **once per account**             |
| Weight             | Must have enough inventory space to receive the reward |
| Zeny               | Must have **150,000 Zeny** for turn-in                 |
| Materials          | Must have all required items before final turn-in      |

***

#### **Step 1: First Hunt**

Speak to **Jawborn** to begin, then defeat:

| Monster        | Amount |
| -------------- | -----: |
| **Poring**     |  1,000 |
| **Wander Man** |     30 |

Return to Jawborn when finished.

***

#### **Step 2: Second Hunt**

After completing Step 1, defeat:

| Monster              | Amount |
| -------------------- | -----: |
| **Bloody Butterfly** |    300 |
| **Joker**            |    100 |

Return to Jawborn when finished.

***

#### **Step 3: Final Hunt**

After completing Step 2, defeat again:

| Monster              | Amount |
| -------------------- | -----: |
| **Bloody Butterfly** |    300 |
| **Joker**            |    100 |

Return to Jawborn to proceed to item turn-in.

***

### Item Turn-In:

Prepare the following before speaking to Jawborn again:

#### Required Items

| Item                       | Amount |
| -------------------------- | -----: |
| Flame Heart                |     50 |
| Witherless Rose            |     30 |
| Level 5 Soul Strike Scroll |     20 |
| Arcane Diamond             |      2 |
| Revo Crystal               |      2 |

#### Zeny Fee

* **150,000 Zeny**

***

### Reward:

| Reward                  | Amount |
| ----------------------- | -----: |
| **Costume Heart Angel** |      1 |

***


---

# 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/valentines-event/heart-angel-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.
