> For the complete documentation index, see [llms.txt](https://help.rexybot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rexybot.xyz/game-guides/world-bosses.md).

# World Bosses

World boss is a daily event which you can get titles & lots of dragon coins from it.

Bosses respawn 2 times a day

* One respawns at 7 PM GMT+0 (11 AM PST)
* Another one respawns at 7 PM PST (3 AM GMT+0)

{% hint style="success" %}
Tip: You can always see the times in your time zone by doing the command /world boss
{% endhint %}

{% hint style="success" %}
Tip: You can also get notified when the event starts in our [community server](https://discord.gg/2sQGSkGc26)
{% endhint %}

## Joining the event

You can access the event when it starts either directly through our [community server](https://discord.gg/2sQGSkGc26) in the #world-boss channel (recommended for better experience) or through <mark style="color:blue;">**/world boss**</mark> command<br>

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

After 3 minutes, the boss will appear and the fun will begin!

<figure><img src="/files/05ohQGsejXM84Mx0f0R0" alt=""><figcaption></figcaption></figure>

Wooaahh boss has appeared! now attack with every power you own to defeat them and collect your dragon coins reward!

As you can see, more damage = more coins

* You can view all damage dealers through the button
* Inferno Breath deals about 130% damage and have a 10s cooldown
* Winged Fury deals about 165% and have a 21s cooldown
* Spectral Roar deals about 210% damage and have a 35s cooldown
* Stormcaller is a special skill, it deals 450% Damage!! and have a 80s cooldown (but requires voting)

## Rewards

After defeating the world boss, all players will get dragon coins based on their damage

*And the final hit player will get the WB title for 4 days!*

Also dealing the final hit for 30 bosses will give you the permanent "MVP+" title!

***So don't miss this event and join us in the action!***


---

# 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://help.rexybot.xyz/game-guides/world-bosses.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.
