> For the complete documentation index, see [llms.txt](https://el-oso.gitbook.io/mu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://el-oso.gitbook.io/mu/bienvenidos-a-oso-mu/eventos.md).

# Eventos

#### <mark style="color:$primary;">A continuación, dejamos la lista de eventos disponibles en el servidor. Algunos estarán activos desde el primer día, mientras que otros se irán habilitando a medida que el servidor avance.</mark>

<table><thead><tr><th width="161">EVENTO</th><th align="center">INGRESO</th><th align="center">HORARIO</th><th align="center">PREMIO</th><th align="center">LIMITE DIARIO</th></tr></thead><tbody><tr><td><mark style="color:$warning;">Blood Castle 1/2/3/4/5/6</mark></td><td align="center"><mark style="color:$success;">Devias 1</mark></td><td align="center"><mark style="color:$warning;">Cada 6 horas</mark></td><td align="center"><mark style="color:$success;">5 Jewels Random + Wc</mark></td><td align="center"><mark style="color:$warning;">4</mark></td></tr><tr><td><mark style="color:$warning;">Blood Castle 7</mark></td><td align="center"><mark style="color:$success;">Devias 1</mark></td><td align="center"><mark style="color:$warning;">Cada 6 horas</mark></td><td align="center"><mark style="color:$success;">10 Jewels Random + Wc</mark></td><td align="center"><mark style="color:$warning;">4</mark></td></tr><tr><td><mark style="color:$warning;">Blood Castle 8</mark></td><td align="center"><mark style="color:$success;">Devias 1</mark></td><td align="center"><mark style="color:$warning;">Cada 6 horas</mark></td><td align="center"><mark style="color:$success;">10 Jewels Random + Wc</mark></td><td align="center"><mark style="color:$warning;">4</mark></td></tr><tr><td><mark style="color:$warning;">Devil Square</mark></td><td align="center"><mark style="color:$success;">Noria</mark></td><td align="center"><mark style="color:$warning;">Cada 6 horas</mark></td><td align="center"><mark style="color:$success;">Wcoins al ganador</mark></td><td align="center"><mark style="color:$warning;">4</mark></td></tr><tr><td><mark style="color:$warning;">Chaos Castle 1/2/3</mark></td><td align="center"><mark style="color:$success;">All Maps</mark></td><td align="center"><mark style="color:$warning;">Cada 2 horas</mark></td><td align="center"><mark style="color:$success;">5 Jewels al ganador + Hunt Point</mark></td><td align="center"><mark style="color:$warning;">SIN LIMITE</mark></td></tr><tr><td><mark style="color:$warning;">Chaos Castle 4/5/6</mark></td><td align="center"><mark style="color:$success;">All Maps</mark></td><td align="center"><mark style="color:$warning;">Cada 2 horas</mark></td><td align="center"><mark style="color:$success;">8 Jewels al ganador + Hunt Point</mark></td><td align="center"><mark style="color:$warning;">SIN LIMITE</mark></td></tr><tr><td><mark style="color:$warning;">Chaos Castle 7</mark></td><td align="center"><mark style="color:$success;">All Maps</mark></td><td align="center"><mark style="color:$warning;">Cada 2 horas</mark></td><td align="center"><mark style="color:$success;">1 Item acc random</mark></td><td align="center"><mark style="color:$warning;">3</mark></td></tr><tr><td><mark style="color:$warning;">Illusion Temple Master</mark></td><td align="center"><mark style="color:$success;">Elbeland</mark></td><td align="center"><mark style="color:$warning;">Cada 4 horas</mark></td><td align="center"><mark style="color:$success;">Framentos wings 2.5</mark></td><td align="center"><mark style="color:$warning;">SIN LIMITE</mark></td></tr><tr><td><mark style="color:$warning;">Gaion</mark></td><td align="center"><mark style="color:$success;">Devias 3</mark></td><td align="center"><mark style="color:$warning;">Todo el dia</mark></td><td align="center"><mark style="color:$success;">Box tier ⅓ 3 + Secronomicon</mark> </td><td align="center"><mark style="color:$warning;">SIN LIMITE</mark></td></tr><tr><td><mark style="color:$warning;">Mirror</mark></td><td align="center"><mark style="color:$success;">Elbeland</mark></td><td align="center"><mark style="color:$warning;">Todo el dia</mark></td><td align="center"><mark style="color:$success;">Box  Silver 3 Jewels, Golden Box item tier 3</mark></td><td align="center"><mark style="color:$warning;">SIN LIMITE</mark></td></tr><tr><td><mark style="color:$warning;">Gaion Domingo</mark></td><td align="center"><mark style="color:$success;">Devias 3</mark></td><td align="center"><mark style="color:$warning;">Domingos</mark></td><td align="center"><mark style="color:$success;">Chaos card rare</mark></td><td align="center"><mark style="color:$warning;">SIN LIMITE</mark></td></tr></tbody></table>

###


---

# 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://el-oso.gitbook.io/mu/bienvenidos-a-oso-mu/eventos.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.
