> 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/red-tiles.md).

# Red Tiles

The **Red Tiles Event** is a fast-paced survival mini‑game where players must rely on quick reflexes and sharp awareness to outlast their opponents. The challenge takes place on a special arena filled with glowing red tiles that appear in waves. Stepping onto one of these dangerous tiles puts you at risk of elimination, so every move counts!

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

***

### How to Join

* The event is announced in advance, and registration opens for a limited time in the **Central Hall**.
* Speak to the event NPC during the registration period to secure your spot.
* When the event begins, all registered players will be transported to the Red Tiles arena.

***

### How It Works

1. **Waves of Danger**
   * The event is divided into several rounds, each more challenging than the last.
   * In every round, red tiles will appear on the arena floor in different patterns.
2. **Grace Period**
   * If you accidentally step on a red tile, there is a **brief grace period** that gives you a chance to step off safely.
   * Failing to move away in time will result in instant elimination.
3. **Survival Challenge**
   * Your goal is simple: **avoid staying on red tiles**.
   * Players who fail to leave the tiles during the grace period are removed from the event.
4. **Last Ones Standing**
   * The event continues until there is only one winner or the final round ends.
   * If multiple players survive all waves, they will all be declared winners.

***

### Event Schedule

The event takes place **every day** at the following times (PHT):

* 🕛 **04:00 PM**
* 🕒 **07:00 PM**
* 🕕 **11:00 PM**

***

### Rewards

* Players who survive through the rounds will earn **prizes after each wave**.
* The **final survivor** (or survivors, if more than one) will receive a **special grand prize**.

***

### Tips for Success

* **React quickly:** Use the grace period wisely — don’t wait too long to move off a red tile.
* **Keep moving:** Staying in one spot makes it harder to escape sudden danger.
* **Learn the patterns:** Observing previous waves can help you predict where tiles may appear.
* **Stay calm under pressure:** Panicking can lead to mistakes that cost you the game.

The **Red Tiles Event** combines skill, reflexes, and endurance. With the added grace period, survival is possible even in tough situations — but only the quickest will prevail!

### Rewards

Throughout the Red Tiles Event, participants can earn valuable prizes for surviving each wave and a special set of rewards if they make it to the end.

#### Wave Rewards

| Reward               | Description                                             |
| -------------------- | ------------------------------------------------------- |
| Royal Jelly Box ×1   | A box containing restorative Royal Jelly.               |
| Mastela Fruit Box ×1 | A box containing fresh Mastela Fruits for recovery.     |
| Event Ticket ×1      | A ticket that can be exchanged for special event items. |

#### Grand Winner Rewards

| Reward                  | Description                                               |
| ----------------------- | --------------------------------------------------------- |
| Event Ticket ×3         | A larger bundle of tickets for special exchanges.         |
| Costume Weapon Shard ×1 | A rare shard used for creating exclusive costume weapons. |
| Royal Jelly Box ×5      | Extra supply of restorative Royal Jelly.                  |
| Mastela Fruit Box ×5    | Extra supply of Mastela Fruits for recovery.              |


---

# 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/red-tiles.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.
