> For the complete documentation index, see [llms.txt](https://ro0-4.gitbook.io/godro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ro0-4.gitbook.io/godro/server-events/christmas-event-2026.md).

# Christmas Event 2026

### Christmas Dungeon Event System

<mark style="color:yellow;">**Late Delivery from Santa**</mark>

The **Christmas Dungeon** is a scheduled holiday event where a blizzard “storm” opens a special dungeon for a limited time. During the storm, monsters spawn inside the dungeon and drop **Ampao**, which can be exchanged for festive gear through Santa.

***

### How to Join

#### Step 1: Find Snowflake

<div align="left"><figure><img src="/files/IotsYDwZhp5HiO4Ly5RQ" alt=""><figcaption></figcaption></figure></div>

Talk to **Snowflake** in town. (<mark style="color:yellow;">**xmas 147,136**</mark>)

* Snowflake can reveal where **Santa** is located.
* To get Santa’s location, you must trade a small amount of **Ice Cream**.
* Snowflake has a chance to successfully give you Santa’s location each time you trade.

If you already discovered Santa’s location before, Snowflake will simply remind you.

***

#### Step 2: Meet Santa and Get Your Entrance Ticket

Once you know where Santa is, talk to **Santa**.

To receive an **Entrance Ticket**, Santa will ask for a set of required materials.

* If you’re missing anything, Santa will tell you to come back later.
* If you complete the requirements, Santa gives you an **Entrance Ticket** and marks you as eligible for dungeon entry.

After you earn your pass/ticket, you can enter whenever the dungeon is open.

***

### Dungeon Schedule (Storm Times)

The dungeon only becomes active during **storm windows** at scheduled times:

* **00:00**
* **09:00**
* **12:00**
* **15:00**
* **18:00**
* **21:00**

Before the storm begins, the server will announce a countdown so players have time to prepare.

***

### Entering the Dungeon

When the dungeon is active, talk to **Santa** and choose:

**“Enter the Christmas Dungeon”**

Rules:

* You must have completed Santa’s requirements (or have the ticket) to be allowed in.
* If the dungeon is not active, Santa will tell you it’s calm and to wait for the next storm.

***

### What Happens Inside

#### Monster Waves

During the storm:

* **Normal monsters** and **Elite monsters** spawn throughout the dungeon.
* The event tracks how many monsters remain.
* Periodic announcements show how many are left.

#### Ampao Drops

Ampao is the event currency.

* **Normal monsters** may drop Ampao by chance.
* **Elite monsters** always drop Ampao.

***

### Clearing & Ending the Event

#### Event ends in two ways:

1. **Time runs out** (storm duration ends)
2. **Players clear the dungeon** (all spawned monsters are defeated)

When the event ends:

* A message announces the storm has ended.
* After a short delay, all players inside are warped out to a safe exit area.
* The next schedule is announced again.

***

### Staying Inside Rules

If you enter the dungeon **without authorization**, the system will remove you.

You are only allowed to remain inside if you meet one of the following:

* You already earned Santa’s pass
* You have a valid entrance ticket
* You were recently granted temporary entry access (when ticket consumption mode is enabled)

If you don’t meet any of those, you’ll be warned and warped out.

***

### Crafting Rewards (Rudolph Gear)

Talk to **Santa** and choose:

**“Craft Rudolph Gear”**

You can craft festive items by paying:

* **Ampao**, plus
* additional required materials (depends on the item)

Santa will show you a checklist of what you have vs what you need before crafting.

Crafted items are delivered directly after requirements are consumed.

***

### Quick Tips

* Arrive before storm time — the countdown announcements help you time it.
* Focus Elite monsters if you want guaranteed Ampao.
* If you get warped out, it usually means you don’t have the required ticket/pass for entry.


---

# 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://ro0-4.gitbook.io/godro/server-events/christmas-event-2026.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.
