# Gearscore Features

The **Gearscore System** is a custom OSRO feature designed to measure the overall strength of a player based on their equipped gears. This score is used to:

* Determine entry eligibility for custom **instances** or **dungeons**.
* Rank the top Gearscore holders weekly.
* Enable prestige-based buffs and rewards for top-ranking players.

***

### How to Check Your Gearscore:

You can use either of the following commands:

* `/gearscore`

***

### Weekly Gearscore Ranking:

* Every day at **00:00** (server time), the **Top 10 Gearscore holders** are automatically calculated and stored.
* These rankings can be viewed anytime through the Gearscore NPC menu.
* Players in the Top 10 receive **special buffs** and recognition.

***

### Gearscore Instances:

The system allows you to enter custom instances based on your gearscore. Each instance has:

* **Minimum Gearscore requirement**
* **Base Level range**
* **Zeny entry fee**
* **Unique maps and monster mechanics**

***

### Currently available instance:

| Instance           | Required GS | Zeny Fee | Level Range | Map                    | Description                                                                 |
| ------------------ | ----------- | -------- | ----------- | ---------------------- | --------------------------------------------------------------------------- |
| **Poring Village** | 5,000       | 500 Zeny | 30–60       | `prt_fild05` (148,235) | A village filled with mischievous Porings, designed for party play and fun! |

***

### Top Ranker Buffs:

Players in the **Top 10** ranking receive stat bonuses for 24 hours. Buffs are re-applied automatically as long as the player remains in the top list.

| Rank        | Bonus Stats                  |
| ----------- | ---------------------------- |
| 🥇 Top 1    | +15 ATK / +15 MATK / +15 DEF |
| 🥈 Top 2–5  | +10 ATK / +10 MATK / +10 DEF |
| 🥉 Top 6–10 | +5 ATK / +5 MATK / +5 DEF    |

***


---

# Agent Instructions: 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:

```
GET https://wiki.osro-revo.gg/features/gearscore-system/gearscore-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
