> For the complete documentation index, see [llms.txt](https://wiki.osro.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.osro.gg/beginners-guide/world-boss-system.md).

# World Boss System

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

Every player's kills contribute to the World Boss Kill Count, including those from summoned monsters (such as Dead Branches or Bloody Branches) and instances.

Upon reaching the required number of monster kills, an announcement will be made, and the World Boss will appear on a randomly selected map.\
\
Once you enter the map, the World Boss HP Bar will appear (can be toggled Off/On via the World Boss Board NPC). You'll need to locate the World Boss to defeat it.

After defeating the World Boss, it will drop a 'Treasure Chest' (displayed like an NPC). Simply click on it to claim your reward.

{% hint style="warning" %} <mark style="color:red;">**Note:**</mark> You must inflict a specific amount of damage to the World Boss to be eligible to claim the 'Treasure Chest'. This measure was implemented to prevent players from exploiting the World Boss System.
{% endhint %}

Certainly, the player who deals the highest damage will be designated as the 'MVP' and will receive a superior reward. Therefore, keep an eye on the 'Kill Count' and ensure your participation in defeating the World Boss!

### Event Rewards:

{% hint style="success" %}
The top 1-10 in the damage ranking will receive <img src="/files/Y14di0JkAos5fk1qT1SA" alt="" data-size="line"> <mark style="color:blue;">**Rare Credits**</mark> and <mark style="color:blue;">**Event Points.**</mark>
{% endhint %}

{% hint style="success" %}
There is also a possibility that one of the damage dealer will receive <img src="/files/jaPUPn19MNfRiwKqXr93" alt="" data-size="line"> <mark style="color:orange;">**Bronze**</mark>, <img src="/files/GrqTcJmmhtET1XsR0uvv" alt="" data-size="line"> **Silver**, <img src="/files/yse4eS3ZRFxXSXH1EIhM" alt="" data-size="line"> <mark style="color:yellow;">**Gold Coins**</mark> or <img src="/files/STU3M7b5v98rCvdEQYHm" alt="" data-size="line"> <mark style="color:green;">**Donation Tickets**</mark> upon defeating the World Boss.
{% endhint %}

### Special Rewards:

{% hint style="success" %}
But wait there's more!\
One of the damage dealer will also have a chance to get the <img src="/files/c1lHpgExYRut50QgvxI2" alt="" data-size="line"> <mark style="color:yellow;">**Rare Card Album**</mark> that contains <img src="/files/HYgVGqZtOrpOUzauauR9" alt="" data-size="line"> <mark style="color:green;">**Void Card**</mark> and <img src="/files/LzxGU5XsLsk1aqpmg45k" alt="" data-size="line"> <mark style="color:green;">**Tier 1 Cards**</mark>!
{% 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://wiki.osro.gg/beginners-guide/world-boss-system.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.
