# Mount System

<figure><img src="/files/53JhUw9P2YIMDUC7fKsT" alt=""><figcaption></figcaption></figure>

Unlock the power of mounts with our comprehensive Mount System! This guide explains how to craft your first Hatchling Leash, upgrade it through various tiers, and enjoy enhanced movement speed and stats. Whether you're a new player or a seasoned adventurer, learn how to evolve your mount, manage requirements, and maximize your success rate.

***

| Option                    | Description                                                                     |
| ------------------------- | ------------------------------------------------------------------------------- |
| `Make Hatchling Leash`    | Craft your initial mount item using materials and Zeny                          |
| `Upgrade Hatchling Leash` | Evolve your leash for better effects and faster movement speed (up to level 10) |

***

#### Creating a Hatchling Leash:

* 10 × Elunium
* 3 × Blue Mushroom
* 3 × Medicinal Herb
* 3 × Insect Husk
* 10,000 Zeny
* 3 Stamina Points

Once crafted, the Hatchling Leash allows you to summon and ride a mount.

***

### Mount Upgrade System:

| Leash Level | Upgrade To         | Success Rate | Zeny    | Items Required                                                   |
| ----------- | ------------------ | ------------ | ------- | ---------------------------------------------------------------- |
| 1           | Hatchling Leash 2  | 90%          | 15,000  | Elunium ×15, Blue Mushroom ×5, Medicinal Herb ×5, Insect Husk ×5 |
| 2           | Hatchling Leash 3  | 80%          | 20,000  | Elunium ×20, Blue Mushroom ×7, Medicinal Herb ×7, Insect Husk ×7 |
| 3           | Hatchling Leash 4  | 50%          | 30,000  | Elunium ×25, Citron ×5, Adamant Seed ×5, Might Seed ×5           |
| 4           | Hatchling Leash 5  | 50%          | 35,000  | Elunium ×30, Citron ×7, Adamant Seed ×7, Might Seed ×7           |
| 5           | Hatchling Leash 6  | 20%          | 40,000  | Elunium ×35, Citron ×10, Adamant Seed ×10, Might Seed ×10        |
| 6           | Hatchling Leash 7  | 20%          | 50,000  | Elunium ×40, Citron ×15, Adamant Seed ×15, Might Seed ×15        |
| 7           | Hatchling Leash 8  | 15%          | 70,000  | Elunium ×45, Golden Flower ×5, Nitroshroom ×5, Zapshroom ×5      |
| 8           | Hatchling Leash 9  | 10%          | 100,000 | Elunium ×45, Golden Flower ×7, Nitroshroom ×7, Zapshroom ×7      |
| 9           | Hatchling Leash 10 | 5%           | 150,000 | Elunium ×50, Golden Flower ×10, Nitroshroom ×10, Zapshroom ×10   |

***

### Mount System Bonuses:

{% tabs %}
{% tab title="Level 1" %}

```cpp
- +1% Exp Rate
- +1% Drop Rate
- +25 Maximum HP  
- +10 Maximum SP
```

{% endtab %}

{% tab title="Level 2" %}

```cpp
- +1% Exp Rate
- +1% Drop Rate
- +50 Maximum HP  
- +15 Maximum SP  
```

{% endtab %}

{% tab title="Level 3" %}

```cpp
- +3% Exp Rate
- +3% Drop Rate
- +75 Maximum HP  
- +20 Maximum SP  
```

{% endtab %}

{% tab title="Level 4" %}

```cpp
- +3% Exp Rate
- +3% Drop Rate
- +100 Maximum HP  
- +25 Maximum SP  
- +3 ATK  
- +3 MATK 
```

{% endtab %}

{% tab title="Level 5" %}

```cpp
- +5% Exp Rate
- +5% Drop Rate
- +125 Maximum HP  
- +30 Maximum SP  
- +5 ATK  
- +5 MATK  
- +50 Maximum Weight
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Level 6" %}

```cpp
- +5% Exp Rate
- +5% Drop Rate
- +150 Maximum HP  
- +35 Maximum SP  
- +7 ATK  
- +7 MATK  
- +50 Maximum Weight 
```

{% endtab %}

{% tab title="Level 7" %}

```cpp
- +7% Exp Rate
- +7% Drop Rate
- +175 Maximum HP  
- +40 Maximum SP  
- +9 ATK  
- +9 MATK  
- +70 Maximum Weight
```

{% endtab %}

{% tab title="Level 8" %}

```cpp
- +7% Exp Rate
- +7% Drop Rate
- +200 Maximum HP  
- +50 Maximum SP  
- +9 ATK  
- +9 MATK  
- +100 Maximum Weight  
- +3% Attack Speed Rate
```

{% endtab %}

{% tab title="Level 9" %}

```cpp
- +10% Exp Rate
- +10% Drop Rate
- +300 Maximum HP  
- +75 Maximum SP  
- +12 ATK  
- +12 MATK  
- +1500 Maximum Weight  
- +5% Attack Speed Rate
```

{% endtab %}

{% tab title="Level 10" %}

```cpp
- +15% Exp Rate
- +15% Drop Rate
- +400 Maximum HP  
- +150 Maximum SP  
- +15 ATK  
- +15 MATK  
- +200 Maximum Weight  
- +1 Base Attack Speed
```

{% endtab %}
{% endtabs %}


---

# 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/mount-system.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.
