> For the complete documentation index, see [llms.txt](https://wiki.arkvalkyrie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.arkvalkyrie.com/server-features/cursed-lily-event.md).

# Cursed Lily Event

**Dimensional Trial Questline (Walkthrough & Mechanics)**

{% hint style="success" %}
**🔰 Requirements:**
{% endhint %}

* Base Level: 99
* In a Party (Required to enter the Dimensional Rift)
* 1x **Dimensional Key** for registration (party leader only)

***

{% hint style="success" %}

#### 🌕 Stage 1: The Lost Soul (NPC: *Strange Wanderer*) <a href="#stage-1-the-lost-soul-npc-strange-wanderer" id="stage-1-the-lost-soul-npc-strange-wanderer"></a>

{% endhint %}

📍 Map: 1\@4win (319,171)\
🧪 Requirement: 1x Blue Herb\
🎯 Objective: Help a weakened man remember clearly.

> **Mechanics:**

* The NPC hints he's sick and can't think clearly.
* Players must **give him 1 Blue Herb** to clear his mind.
* Doing so will unlock the next step

***

{% hint style="success" %}

#### 📖 Stage 2: The Forgotten History (NPC: *Knowledge Keeper*) <a href="#stage-2-the-forgotten-history-npc-knowledge-keeper" id="stage-2-the-forgotten-history-npc-knowledge-keeper"></a>

{% endhint %}

📍 Map: 1\@4win (356,22)\
🔐 Requirement: Must have completed Stage 1\
🎯 Objective: Learn about the dimensional breach.

{% hint style="success" %}
**Mechanics:**
{% endhint %}

* Provides lore about the dimensional wound.
* Mentions an arrogant challenger who knows the path.

***

{% hint style="success" %}

#### 🧠 Stage 3: Arrogant Challenger (NPC: *Arrogant Challenger*) <a href="#stage-3-arrogant-challenger-npc-arrogant-challenger" id="stage-3-arrogant-challenger-npc-arrogant-challenger"></a>

{% endhint %}

📍 Map: 1\@4win (357,34)\
🔐 Requirement: Must have completed Stage 2\
🎯 Objective: Pass a knowledge quiz (RO trivia)

> **Mechanics:**

* Players must answer **10 randomly selected questions**
* Must get at least **8/10 correct** to pass.
* Can retry if they fail.

{% hint style="success" %}
✅ **Tips:**
{% endhint %}

* The quiz is multiple choice (3 options).
* Subjects range from game mechanics, RO lore, maps, and items.

***

{% hint style="success" %}

#### 🧭 Stage 4: The Witnesses (NPC: *Survivors*) <a href="#stage-4-the-witnesses-npc-survivors" id="stage-4-the-witnesses-npc-survivors"></a>

{% endhint %}

📍 Map: 1\@4win (338,28)\
🔐 Requirement: Must have passed the quiz\
🎯 Objective: Receive final instructions about the gate.

> **Mechanics:**

* Survivors explain the dangers inside the rift.
* Mention timing and readiness.

***

{% hint style="success" %}

#### 🌀 Final Step: Dimensional Gatekeeper <a href="#final-step-dimensional-gatekeeper" id="final-step-dimensional-gatekeeper"></a>

{% endhint %}

📍 Map: 1\@4win (337,39)\
🔐 Requirement: Must have completed all 4 trials\
📦 Required Item: 1x Dimensional Key\
👥 Party Required: Yes (Party Leader must register)

> **Mechanics:**

* **Only the party leader** can register the party using the item.
* Registration is valid for **1 hour**.
* All party members must be online and present to enter.
* Upon entry attempt, there's only a **10% success chance**. Otherwise, one of the following happens:

{% hint style="success" %}
**❌ Failure Outcomes:**
{% endhint %}

1. **Warped back** to save point.
2. **Muted** for 5 minutes.
3. **Jailed** for 5 minutes.
4. **Cursed + Blinded** (debuffed) but still allowed entry.

***

{% hint style="success" %}

#### 💀 Inside the Rift: low\_cata01 (Dimensional Rift) <a href="#inside-the-rift-low_cata01-dimensional-rift" id="inside-the-rift-low_cata01-dimensional-rift"></a>

{% endhint %}

📍 Warped Map: low\_cata01\
🧟‍♀️ Main Enemy: Cursed Lily\
🧱 Mechanic: Wall blocks path initially; removed as trial progresses.


---

# 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.arkvalkyrie.com/server-features/cursed-lily-event.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.
