> For the complete documentation index, see [llms.txt](https://hangout-ragnarok.gitbook.io/hangoutro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hangout-ragnarok.gitbook.io/hangoutro/systems/mount.md).

# Mount levels

![](https://3134290582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD6EUknkxguLsWdqRSsct%2Fuploads%2Fgit-blob-6335b5db18e26533d5aa22f476790874380d872c%2Ffeatures.jpg?alt=media)

The Halter Lead is the mount that never expires. On its own it is a travel item and carries no stats. Train it at the Stable Master and every level adds something.

### Getting one

Buy the **Halter Lead Box** in the Cash Shop under Permanent for 500 points. It opens into Reins Of Mount, which you use to get on and off. The mount is 25% faster than walking, and it stays on the character that opened the box.

One is all a character can use. A second Halter Lead adds no stats and no speed, because the bonus comes from your mount's level, not from how many you own. Buy one per character you want to ride.

You cannot use a skill while you are on it. Both the client and the server refuse, so get off before a fight.

### Training it

The **Stable Master** stands in Prontera at 152,187. Your first visit puts the mount at level 1 for free. After that each level costs zeny, Elunium and Oridecon, and it can fail.

| To level | Zeny      | Elunium | Oridecon | Chance |
| -------- | --------- | ------- | -------- | ------ |
| 2        | 200,000   | 15      | 15       | 70%    |
| 3        | 300,000   | 15      | 15       | 60%    |
| 4        | 400,000   | 15      | 15       | 50%    |
| 5        | 600,000   | 15      | 15       | 40%    |
| 6        | 800,000   | 30      | 30       | 35%    |
| 7        | 1,000,000 | 30      | 30       | 30%    |
| 8        | 1,500,000 | 30      | 30       | 25%    |
| 9        | 2,000,000 | 30      | 30       | 15%    |
| 10       | 3,000,000 | 60      | 60       | 10%    |

A failure never costs you a level. It spends the zeny and the ore and leaves the mount where it was, so you can try again straight away.

Luck decides what the whole run costs. Everything succeeding first time is 9.8 million zeny with 240 Elunium and 240 Oridecon. On average it is nearer 58 million zeny with about 1,220 of each ore.

Level 10 is most of that on its own. At a 10% chance it averages ten attempts, so 30 million zeny and 600 of each ore before it lands.

### What the levels give

The bonuses apply all the time, on foot as well as mounted, because you cannot fight while riding.

| Level | EXP and drops | Walk speed | All stats | Attack and magic attack | Max HP and SP |
| ----- | ------------- | ---------- | --------- | ----------------------- | ------------- |
| 1     | +1%           | +1%        |           |                         |               |
| 2     | +2%           | +2%        | +1        |                         |               |
| 3     | +3%           | +3%        | +1        |                         |               |
| 4     | +4%           | +4%        | +2        |                         |               |
| 5     | +5%           | +5%        | +2        | +15                     |               |
| 6     | +6%           | +6%        | +3        | +18                     | +1%           |
| 7     | +7%           | +7%        | +3        | +21                     | +2%           |
| 8     | +8%           | +8%        | +4        | +24                     | +3%           |
| 9     | +9%           | +9%        | +4        | +27                     | +4%           |
| 10    | +10%          | +10%       | +5        | +30                     | +5%           |

Levels belong to the character, not the account, the same as the Halter Lead itself.

### Where you can see it

A horseshoe icon in your buff bar means the bonus is active. Its own text only mentions movement speed, which is the client's wording, not the whole bonus. It comes back at every login, and it stays while you walk, so you do not have to be riding.

A `[Mount]` line in your chat at login, and again after each level, lists everything the level gives. That is the quickest way to read your own numbers.

| Bonus                   | Where it shows                                           |
| ----------------------- | -------------------------------------------------------- |
| All stats               | Your stat window, from level 2                           |
| Attack and magic attack | Your stat window, in the right-hand ATK and MATK numbers |
| Max HP and SP           | Your HP and SP bars                                      |
| Walk speed              | Nowhere as a number. You just move faster                |
| EXP and drops           | Nowhere. The server adds it when a monster dies          |

Level 1 is the only one with nothing to read, so the icon is the sign there.

The EXP and drop bonus counts monster kills only. An Eden board reward, a quest reward and a Hunting Mission reward give their full amount, without the bonus.


---

# 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://hangout-ragnarok.gitbook.io/hangoutro/systems/mount.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.
