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

# Mining System

**UPDATED:** More info [here.](https://ro0-4.gitbook.io/godro/server-updates/patches/08032025#mining-system-update)

Welcome to the *Mining System*, an account-shared feature that allows players to mine special ores in designated fields, collect valuable loot, and climb the **Weekly Mining Rankings** for exclusive rewards. Mining requires energy, proper tools, and a bit of patience — but it pays off!

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

***

### 📖 Overview

* **Map:** `ein_dun02` (ores spawn here)
* **System Type:** Account-wide progress (shared across characters)
* **Goal:** Mine ores to earn points, gather loot, and compete in weekly leaderboards

***

### ⛏️ How to Start Mining

1. Carry the required item: each ore requires 1 pickaxe, so make sure to have several in your inventory.<br>
2. Go to the mining zone (`ein_dun02`)
3. Approach an Ore (distance must be within 2 cells)
4. Click the Ore to begin mining

{% hint style="info" %}
⚠️ If you're too far, your character will auto-walk to the Ore if auto-walk is enabled.
{% endhint %}

***

### 🔋 Energy System

Mining consumes **Miner Energy**, which regenerates daily at midnight.

| Player Type | Max Energy |
| ----------- | ---------- |
| Normal      | 1000       |
| VIP         | 3000       |

* Energy cost per mining attempt varies based on the **ore type**.
* If you run out of energy, you must wait until the next day or use recovery items (future feature).

You can see your current energy by using the in-game ![](/files/SrS6Q17NCqFyA4imWVKM) **RO Manual Book** → “Mining Information.”

***

#### ⚙️ Energy Cost per Ore Type

<table><thead><tr><th>Name</th><th>Energy Cost (Random Range)</th><th>Required Pickaxe</th><th data-hidden>Ore Type</th></tr></thead><tbody><tr><td>Normal</td><td>2 – 5</td><td><div><figure><img src="/files/uSLPteYUqF34eWCAdbS4" alt=""><figcaption></figcaption></figure></div></td><td>Type 0</td></tr><tr><td>Rare</td><td>7 – 10</td><td><div><figure><img src="/files/ooFYfyeGfx0elYeChwqw" alt=""><figcaption></figcaption></figure></div></td><td>Type 1</td></tr><tr><td>Legendary</td><td>15 – 25</td><td><div><figure><img src="/files/vCintepoLWTQenOkQe7M" alt=""><figcaption></figcaption></figure></div></td><td>Type 2</td></tr></tbody></table>

{% hint style="info" %}
Energy cost is randomly rolled each time you mine based on the ore's type. Higher tiers cost more but offer better loot.
{% endhint %}

***

#### ⛏️ **Mine Types**

| Rarity    | Max HP |
| --------- | ------ |
| Normal    | 1      |
| Rare      | 1      |
| Legendary | 1      |

#### 💎 Mine Loots

| Rarity     | Loot Name      | Amount Range | Drop Chance |
| ---------- | -------------- | ------------ | ----------- |
| **Normal** | Ember Dust     | 1 - 3        | 15.00%      |
|            | Starshard Dust | 1 - 2        | 10.00%      |
| Rare       | Ember Dust     | 2 - 3        | 20.00%      |
|            | Starshard Dust | 2 - 2        | 15.00%      |
| Legendary  | Ember Dust     | 3 - 5        | 20.00%      |
|            | Starshard Dust | 3 - 4        | 30.00%      |

{% hint style="info" %}
Each ore gives loot randomly based on drop chances. Rarer ores have better rewards but fewer spawn points.
{% endhint %}

***

### 🎁 Mining Rewards

* Normal Ore - Grants 1 Point.
* Rare Ore - Grants 2 Points.
* Legendary Ore - Grants 3 Points.
* Points are **account-bound** and tracked for ranking.

***

### 🏆 Weekly Rankings

At the end of every week (**Sunday midnight**), the top 3 miners receive rewards via in-game mail.

#### Example Reward Table:

| Rank | Zeny      | Items                             |
| ---- | --------- | --------------------------------- |
| 1st  | 1,000,000 | 10x Red Potion, 5x Orange Potion  |
| 2nd  | 500,000   | 7x Yellow Potion, 3x White Potion |
| 3rd  | 250,000   | 5x Blue Potion                    |

* Rewards are mailed to your **highest-ranked character** on that account
* Points are **reset** after distribution

You can view current rankings via:

![](/files/SrS6Q17NCqFyA4imWVKM) RO Manual Book → “Mining Rankings”

***

### 👑 VIP Benefits

VIP status increases your energy cap:

* **Normal:** 1,000 max energy
* **VIP:** 3,000 max energy

This lets VIP players mine more frequently per day and rank up faster.

***

### 🧠 Tips & Tricks

* Always carry the required when heading to the mines.
* Mining consumes weight! Make sure you have enough **free weight capacity**.
* Check rankings regularly if you're aiming for weekly rewards.
* More mining = more points = better rewards. Grind smart!
* **Don't forget:** Ore may cause an **Earthquake** — a minor event that can **cause an accident and instantly kill your character**. Stay alert! ⚠️
* **Want to go AFK mining?** Not a good idea. **Earthquakes don’t forgive — and neither do PK addicts.**

***

For technical support, bug reporting, or feedback, contact your GM team or visit the official Discord.

Happy mining! ⛏️💎


---

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