> For the complete documentation index, see [llms.txt](https://ro0-4.gitbook.io/godro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ro0-4.gitbook.io/godro/custom-features/player-ranking-bonus.md).

# Player Ranking Bonus

## 🔱 Weekly Ranking Bonus System

Players who rank in the **Top 3** of specific weekly leaderboards are rewarded with **powerful buffs** that last for 1 full week — until the next reset. These buffs apply automatically to the character once the rankings are finalized.

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

***

### 🧙 Mentor System Bonuses

*Top mentors receive well-rounded stat boosts and a prestige glow effect.*

| Rank       | Bonuses                                   |
| ---------- | ----------------------------------------- |
| 🥇 **1ST** | +15 ATK                                   |
|            | +15 MATK                                  |
|            | +5 DEF                                    |
|            | +5 MDEF                                   |
|            | +10% Damage vs Boss Monsters              |
|            | **Glow Effect / Aura and Color Nickname** |
| 🥈 **2ND** | +10 ATK                                   |
|            | +10 MATK                                  |
|            | +4 DEF                                    |
|            | +4 MDEF                                   |
|            | +7% Damage vs Boss Monsters               |
|            | **Glow Effect / Aura and Color Nickname** |
| 🥉 **3RD** | +7 ATK                                    |
|            | +7 MATK                                   |
|            | +3 DEF                                    |
|            | +3 MDEF                                   |
|            | +5% Damage vs Boss Monsters               |
|            | **Glow Effect / Aura and Color Nickname** |

***

### ⚔️ PvP Ranking Bonuses

*Top PvP players receive strong offensive bonuses and glow effects.*

| Rank       | Bonuses                                   |
| ---------- | ----------------------------------------- |
| 🥇 **1ST** | +15 ATK                                   |
|            | +15 MATK                                  |
|            | +5% Damage vs Demi-Human                  |
|            | **Glow Effect / Aura and Color Nickname** |
| 🥈 **2ND** | +10 ATK                                   |
|            | +10 MATK                                  |
|            | +3% Damage vs Demi-Human                  |
|            | **Glow Effect / Aura and Color Nickname** |
| 🥉 **3RD** | +5 ATK                                    |
|            | +5 MATK                                   |
|            | +2% Damage vs Demi-Human                  |
|            | **Glow Effect / Aura and Color Nickname** |

***

### 🏰 WoE Ranking Bonuses

*WoE top performers receive elemental and stat bonuses plus glow effects.*

<mark style="color:red;">**(Note:**</mark> <mark style="color:red;"></mark><mark style="color:red;">These bonuses only apply during</mark> <mark style="color:red;"></mark><mark style="color:red;">**War of Emperium**</mark><mark style="color:red;">.)</mark>

| Rank       | Bonuses                                   |
| ---------- | ----------------------------------------- |
| 🥇 **1ST** | +2 All Stats                              |
|            | +15 ATK                                   |
|            | +15 MATK                                  |
|            | +15% Damage to holy element               |
|            | **Glow Effect / Aura and Color Nickname** |
| 🥈 **2ND** | +1 All Stats                              |
|            | +10 ATK                                   |
|            | +10 MATK                                  |
|            | +10% Damage to holy element               |
|            | **Glow Effect / Aura and Color Nickname** |
| 🥉 **3RD** | +1 All Stats                              |
|            | +5 ATK                                    |
|            | +5 MATK                                   |
|            | +7% Damage to holy element                |
|            | **Glow Effect / Aura and Color Nickname** |

***

### 👑 KoE Ranking Bonuses

*Top KoE players gain survivability and racial damage advantages.*

| Rank       | Bonuses                                   |
| ---------- | ----------------------------------------- |
| 🥇 **1ST** | +5% Physical Damage vs Player-Human       |
|            | +5% Magic Damage vs Player-Human          |
|            | +500 Max HP                               |
|            | +200 Max SP                               |
|            | **Glow Effect / Aura and Color Nickname** |
| 🥈 **2ND** | +3% Physical Damage vs Demi-Human         |
|            | +3% Magic Damage vs Demi-Human            |
|            | +350 Max HP                               |
|            | +150 Max SP                               |
|            | **Glow Effect / Aura and Color NicknamE** |
| 🥉 **3RD** | +2% Physical Damage vs Demi-Human         |
|            | +2% Magic Damage vs Demi-Human            |
|            | +250 Max HP                               |
|            | +100 Max SP                               |
|            | **Glow Effect / Aura and Color Nickname** |

***

### 🏰 MvP Ranking Bonuses

*Top MVP hunters receive powerful offensive boosts and a prestige glow effect.*

| Rank       | Bonuses                                   |
| ---------- | ----------------------------------------- |
| 🥇 **1ST** | +15% Damage to Boss monster               |
|            | +10% Drop rate                            |
|            | **Glow Effect / Aura and Color Nickname** |
| 🥈 **2ND** | +10% Damage to Boss monster               |
|            | +7% Drop rate                             |
|            | **Glow Effect / Aura and Color Nickname** |
| 🥉 **3RD** | +7% Damage to Boss monster                |
|            | +5% Drop rate                             |
|            | **Glow Effect / Aura and Color Nickname** |


---

# 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://ro0-4.gitbook.io/godro/custom-features/player-ranking-bonus.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.
