> 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/issgard-entrance-quest.md).

# Issgard Entrance Quest

<figure><img src="/files/1VqEAg14babMG7juTUpV" alt=""><figcaption></figcaption></figure>

**Issgard Entrance Quest** is a custom quest that grants players access to the frozen continent of **Issgard**. By helping an Issgardian traveler and his friend acquire supplies and souvenirs, players unlock the ability to purchase a special teleport device that allows travel to Issgard.

This quest serves as the **official gateway** to Issgard content and is required before participating in any Issgard-based events, quests, or instances.

***

### Quest Information:

| Category     | Details                  |
| ------------ | ------------------------ |
| Unlocks      | Issgard Continent Access |
| Starting Map | Lutie                    |
| Repeatable   | ❌ No (Account Based)     |

***

### Quest NPCs:

| NPC       | Map   | Coordinates        | Role             |
| --------- | ----- | ------------------ | ---------------- |
| Harald    | Lutie | xmas (140, 138)    | Quest starter    |
| Lazy Andy | Lutie | xmas\_in (171, 45) | Entry & purchase |

***

### Quest Overview:

The quest is completed in **three main stages**:

| Stage | Objective                       |
| ----: | ------------------------------- |
|     1 | Help Harald by giving Ice Cream |
|     2 | Gather souvenirs for Lazy Andy  |
|     3 | Purchase Issgard travel device  |

***

### Stage 1: Helping Harald

Talk to **Harald** in Christmas Town. He introduces himself as a traveler from Issgard and asks for food.

#### Required Item

| Item      | Quantity |
| --------- | -------: |
| Ice Cream |       20 |

{% hint style="info" %}
Once delivered, Harald introduces you to **Lazy Andy**, who can help you reach Issgard.
{% endhint %}

***

### Stage 2: Souvenir Collection (Lazy Andy)

Lazy Andy agrees to help, but only if you gather souvenirs for him to bring back to Issgard.

#### Required Items

| Item            | Quantity |
| --------------- | -------: |
| Box of Thunder  |        2 |
| Witherless Rose |        5 |
| Flame Heart     |       10 |
| Lava            |       20 |

{% hint style="info" %}
After turning in the items, Issgard access is unlocked for your character.
{% endhint %}

***

### Stage 3: Issgard Travel Access

Once the quest is completed, Lazy Andy allows you to **purchase the Issgard teleport item**.

#### Frozen Dream Device

| Item         | Description                   |
| ------------ | ----------------------------- |
| Frozen Dream | Teleports the user to Issgard |

#### Cost

|       Price      |
| :--------------: |
| 10,000 Zeny each |

{% hint style="info" %}
Players may purchase multiple **Frozen Dreams**, subject to inventory limits.
{% 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/issgard-entrance-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.
