> For the complete documentation index, see [llms.txt](https://insidemu.gitbook.io/inicio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://insidemu.gitbook.io/inicio/eventosprincipales/chaos-castle.md).

# CHAOS CASTLE

## Detalles del evento. <a href="#como-entrar" id="como-entrar"></a>

* Hay una tarifa Zen para entrar **al Castillo del Caos** .
* **La cuota Zen** de todos los participantes se deposita en un pozo y el ganador del minijuego ganará **el 80%** del importe total.
* Cuando ingresas a tu personaje se le aplicará el aspecto **de Guardsman** .
* Los monstruos que aparecen también tienen un aspecto **de Guardia,** por lo que es difícil ver las diferencias entre jugadores y monstruos.

<mark style="background-color:yellow;">**Nivel de Ingreso para SM/BK/ELF/SUMMONER:**</mark>

| ⬇️ Nivel del Castillo del Caos | ⬇️ Nivel de personaje requerido. |
| ------------------------------ | -------------------------------- |
| **Chaos Castle 1**             | 15 - 49                          |
| **Chaos Castle 2**             | 50 - 119                         |
| **Chaos Castle 3**             | 120 - 179                        |
| **Chaos Castle 4**             | 180 - 239                        |
| **Chaos Castle 5**             | 240 - 299                        |
| **Chaos Castle 6**             | 300 - 400                        |

<mark style="background-color:yellow;">**Nivel de Ingreso para MG/DL:**</mark>

| ⬇️ Nivel del Castillo del Caos | ⬇️ Nivel de personaje requerido. |
| ------------------------------ | -------------------------------- |
| **Chaos Castle 1**             | 15 - 29                          |
| **Chaos Castle 2**             | 30 - 99                          |
| **Chaos Castle 3**             | 100 - 159                        |
| **Chaos Castle 4**             | 160 - 219                        |
| **Chaos Castle 5**             | 220 - 279                        |
| **Chaos Castle 6**             | 280 - 400                        |

## Reglas del evento. <a href="#reglas-del-evento" id="reglas-del-evento"></a>

* Los personajes **no pueden** lanzar ninguna habilidad de mejora **a otro jugador** durante el **Castillo del Caos** .
* Los anillos de transformación no se pueden usar en el mapa **del Castillo del Caos** .
* Ningún personaje en **Party** puede ingresar al mapa **del Castillo del Caos** .
* Cualquier personaje con estado **PK** no puede ingresar al mapa **del Castillo del Caos** .
* Ajustes de combate:
  * Todo el daño JcJ se reduce en un **50%** .
  * No hay penalización por la muerte del personaje.
* Otros ajustes:
  * Los comandos de caracteres están deshabilitados.
  * El cuadro de chat se desactiva una vez que se inicia el **Chaos Castle** .

## 🎁 **Recompensa del Evento.**

| ⬇️ Nivel del Chaos | ⬇️ Recompensa                                           |
| ------------------ | ------------------------------------------------------- |
| **Nivel General**  | <mark style="color:yellow;">**Pack Jewels x 10**</mark> |
| **Master Level**   | <mark style="color:yellow;">**Pack Jewels x 20**</mark> |

{% hint style="info" %}
El **Chaos Castle** durará **10 minutos** , hasta que solo **un jugador** esté vivo o hasta que **todos los jugadores mueran** .
{% endhint %}


---

# 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://insidemu.gitbook.io/inicio/eventosprincipales/chaos-castle.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.
