> For the complete documentation index, see [llms.txt](https://playdarkro.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playdarkro.gitbook.io/wiki/seasonal-events/easter-egg-hunt.md).

# Easter Egg Hunt

### Easter Egg Hunt (Beginner Challenge)

Welcome to the Easter Egg Hunt—a short daily event made for Novices.

***

### Event Duration

March 29 2026  to April 26 2026

***

### Schedule (Server Time)

The event runs automatically every day at:

* 00:00
* 09:00
* 20:00

It lasts 15 minutes once the hunt starts.

***

### Location

* Prontera

***

### Who Can Join

This event is Novice-only:

* Class: Novice (and Novice High)
* Base Level: 10 or below

If you’re not eligible, eggs won’t let you collect them.

***

### How to Play

* When the event begins, hidden eggs appear around Prontera.
* Walk close to an egg and click it to open it.
  * You must be very close to open an egg.
* Each egg opened will announce how many eggs remain on the map.
* Some eggs may spawn a monster instead of giving a reward—be careful.

***

### What You Collect

* Easter Stones (Item ID: `70024`)

***

### Turn-in (Rewards)

Bring your Easter Stones to the Easter Bunny in Prontera.

* Talk to Easter Bunny Kafra @warp prontera 142 226
* Required: 5× Easter Stones
* Rewards (random amounts):
  * `[Event] Bubble Gum (+15%)`
  * `Credit`
  * `Bloody Branch Box [10]`
* You also gain:
  * +1 Event Point per turn-in

***

### Tips

* Start on time: you only have 15 minutes.
* Stay in Prontera during the event (that’s where the eggs are).
* Be ready to run: some eggs can spawn a monster.
* If you can’t open an egg, step closer—eggs require close range.

***

### FAQ

#### I can’t open eggs

* Make sure you are Novice and Base Level 10 or below.
* Stand right next to the egg before clicking.

#### Where do I claim rewards?

* Talk to the Easter Bunny in Prontera.

#### What happens when the event ends?

* Eggs disappear, and any event monsters on Prontera are cleaned up.


---

# 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://playdarkro.gitbook.io/wiki/seasonal-events/easter-egg-hunt.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.
