> 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/vip-system.md).

# VIP System

With **Tier 1 to Tier 5 VIP levels**, each tier unlocks exclusive perks, quality-of-life upgrades, and powerful benefits that give you an edge in your journey. As you progress through the tiers, the rewards become even more valuable—ranging from boosts and convenience features to premium advantages that enhance both farming and combat.

|       Services      |                                 Vip Tier I                                 |                                 Vip Tier II                                 |                                                                                VIP Tier III                                                                                |                                                                                VIP Tier IV                                                                                |                                                                                 VIP Tier V                                                                                 |
| :-----------------: | :------------------------------------------------------------------------: | :-------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|     Bonus Rates     | <p>• Drop Rate +20%<br>• Exp Rate +20%<br>• Visual Status: Tier I Aura</p> | <p>• Drop Rate +40%<br>• Exp Rate +40%<br>• Visual Status: Tier II Aura</p> | <p>• Drop Rate +60%<br>• Exp Rate + 60%<br>• Visual Status: Tier III Aura<br>• Weight Capacity: +1000 (New!)<br>• Monster Damage: +5% to all non-player enemies (New!)</p> | <p>• Drop Rate +80%<br>• Exp Rate +80%<br>• Visual Status: Tier IV Aura<br>• Weight Capacity: +2000 (New!)<br>• Monster Damage: +10% to all non-player enemies (New!)</p> | <p>• Drop Rate +100%<br>• Exp Rate +100%<br>• Visual Status: Tier V Aura<br>• Weight Capacity: +2500 (New!)<br>• Monster Damage: +15% to all non-player enemies (New!)</p> |
|      Full Heal      |                                    1000z                                   |                                     500z                                    |                                                                                    500z                                                                                    |                                                                                    500z                                                                                   |                                                                                    FREE                                                                                    |
|    Lv10 Blessing    |                                   10mins                                   |                                    10mins                                   |                                                                                   30mins                                                                                   |                                                                                   30mins                                                                                  |                                                                                   30mins                                                                                   |
|     Lv10 Agility    |                                   10mins                                   |                                    10mins                                   |                                                                                   30mins                                                                                   |                                                                                   30mins                                                                                  |                                                                                   30mins                                                                                   |
| Lv5 Impositio Manus |                                      ❌                                     |                                      ❌                                      |                                                                                   30mins                                                                                   |                                                                                   30mins                                                                                  |                                                                                   30mins                                                                                   |
|      Lv5 Gloria     |                                      ❌                                     |                                      ❌                                      |                                                                                   30mins                                                                                   |                                                                                   30mins                                                                                  |                                                                                   30mins                                                                                   |
|    Lv5 Assumptio    |                                      ❌                                     |                                      ❌                                      |                                                                                      ❌                                                                                     |                                                                                   30mins                                                                                  |                                                                                   30mins                                                                                   |
| Status Ailment Cure |                                      ✅                                     |                                      ✅                                      |                                                                                      ✅                                                                                     |                                                                                     ✅                                                                                     |                                                                                      ✅                                                                                     |
|  Repair Equipments  |                                      ✅                                     |                                      ✅                                      |                                                                                      ✅                                                                                     |                                                                                     ✅                                                                                     |                                                                                      ✅                                                                                     |
|  Magnify Equipments |                                      ✅                                     |                                      ✅                                      |                                                                                      ✅                                                                                     |                                                                                     ✅                                                                                     |                                                                                      ✅                                                                                     |
|      Soul Link      |                                      ❌                                     |                                      ❌                                      |                                                                            30x per day / 30mins                                                                            |                                                                            40x per day / 30mins                                                                           |                                                                            50x per day / 30mins                                                                            |
|  +10 All Stat Foods |                                      ❌                                     |                                      ❌                                      |                                                                            30x per day / 30mins                                                                            |                                                                            40x per day / 30mins                                                                           |                                                                            50x per day / 30mins                                                                            |

Climb the ranks, enjoy the perks, and experience DotaRO at its finest—because true heroes deserve VIP treatment.


---

# 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/vip-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.
