> For the complete documentation index, see [llms.txt](https://dotaro.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dotaro.gitbook.io/wiki/core-gameplay-systems/rotd-system.md).

# ROTD System

**Race of the Day (ROTD)** is a rotating game mechanic that gives an **EXP bonus and DROP bonus** when defeating monsters of a selected race. Players can **vote with Zeny** to influence which race will receive the bonus for the next time slot, making it a community-driven feature that rewards teamwork and strategy

***

How it works:

* Every 6 hours, the game announces a new Race of the Day.
* Players earn extra Base, Job EXP and Drop Rate when defeating monsters of that race.
* The bonus is visible in:\
  NPC displays and announcements.
* If no race meets the minimum Zeny contribution, a race is chosen at random.

Voting System:

* Players donate Zeny to their preferred race via the ROTD NPC.
* Minimum donation: 10,000,000M Zeny
* Maximum donation: 500,000,000M Zeny
* The race with the highest contribution becomes the next ROTD.
* Contributions are logged, and top donations are viewable.

***

List of Races:

| Race ID |  Race Name |
| :-----: | :--------: |
|    0    |  Formless  |
|    1    |   Undead   |
|    2    |    Brute   |
|    3    |    Plant   |
|    4    |   Insect   |
|    5    |    Fish    |
|    6    |    Demon   |
|    7    | Demi-Human |
|    8    |    Angel   |
|    9    |   Dragon   |

Drop Rate Bonus Tiers:

|         Zeny Pool (Total)        | Bonus Exp and Drop Rate |
| :------------------------------: | :---------------------: |
|  10,000,000M – 49,999,999M Zeny  |            5%           |
|  50,000,000M – 99,999,999M Zeny  |           10%           |
| 100,000,000M – 149,999,999M Zeny |           15%           |
| 150,000,000M – 199,999,999M Zeny |           20%           |
| 200,000,000M – 249,999,999M Zeny |           25%           |
| 250,000,000M – 299,999,999M Zeny |           30%           |
| 300,000,000M – 349,999,999M Zeny |           35%           |
| 350,000,000M – 399,999,999M Zeny |           40%           |
| 400,000,000M – 449,999,999M Zeny |           45%           |
|           450,000,000M+          |           50%           |
|                                  |                         |


---

# 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://dotaro.gitbook.io/wiki/core-gameplay-systems/rotd-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.
