> For the complete documentation index, see [llms.txt](https://docs.maplestoryn.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maplestoryn.io/msn-101/beginners-guide/monster-and-dungeon/party-quest.md).

# Party Quest

## **Table of Contents**

1. **How to Enter a Party Quest**
2. **Learn about Party Quests**
3. **Cross World Party Quests**
4. **Quest Rewards**
5. **Exiting a Party Quest**

## **1. How to Enter a Party Quest**

To participate in a Party Quest, use the Dimensional Mirror and select the \[Party Quest Entry].

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

## **2. Learn about Party Quests**

* Required Level: Level 60 or higher&#x20;
* How to Participate: Talk to the NPC for each Party Quest to begin.

<figure><img src="/files/7f2hsTTIGYTCLOKEzdzi" alt=""><figcaption></figcaption></figure>

### **2.1. Types of Party Quests**

| **Party Quest**                     | **Entry Level** | **Number of Participants** |
| ----------------------------------- | --------------- | -------------------------- |
| **Cooking with Tangyoon**           | 60 or higher    | 1 - 3 people               |
| **Romeo and Juliet**                | 70 or higher    | 4 people                   |
| **Nett's Pyramid**                  | 80 or higher    | 4 people                   |
| **Xerxes in Chryse**                | 110 or higher   | 1 - 4 people               |
| **Dimensional Crack**               | 120 or higher   | 3 - 6 people               |
| **Lord Pirate**                     | 130 or higher   | 3 - 6 people               |
| **Escape**                          | 140 or higher   | 3 - 6 people               |
| **Dragon Rider**                    | 150 or higher   | 3 - 6 people               |
| **Kenta in Danger**                 | 160 or higher   | 2 - 6 people               |
| **Resurrection of the Hoblin King** | 170 or higher   | 2 - 6 people               |

* You can obtain special quest rewards from the Raffle Dashboard for each Party Quest.
* You can enter Party Quests up to 5 times per day.

## **3. Cross World Party Quests**

* Required Level: Level 70 or higher&#x20;
* Number of Participants: 4 players&#x20;

### **3.1. How to Participate**

* Enter the Cross World Party Quest map through the portal to start a quest.&#x20;
* The schedule for the Cross World Party Quests changes periodically. Make sure to check the schedule before participating.&#x20;

![](/files/qIHPlnyBdSppwGA9Js8B)

* You can view the currently active quests at the Cross World Party Quest entry portal.

![](/files/jEaFJ2fSAXKMXfhnywLc)

* Inventory items are not usable in these quests.&#x20;
* Required items will be automatically provided and removed after the quest ends.&#x20;
* Upon completion, your rank will be recorded. You can view the top 100 players on the Ranking Board.&#x20;
* You must have a weapon equipped to enter.&#x20;
* You cannot change channels once inside.&#x20;
* You can enter up to 5 times per day per character.&#x20;

## **4. Quest Rewards**

Party Quest rewards will be added to your Raffle Dashboard.&#x20;

You can preview possible rewards in the \[Reward Dashboard] > \[Other Content] tab.&#x20;

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

## **5.** Exiting a Party Quest

Use the Spiegelmann's Guest House portal to travel back to your original town.&#x20;

If you are in the Cross World Party Quest map, use the portal in the Waiting Map to return via Spiegelmann's Guest House.&#x20;


---

# 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://docs.maplestoryn.io/msn-101/beginners-guide/monster-and-dungeon/party-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.
