# Brewing

<figure><img src="/files/ybP13L1Vic4XlDoxFsOR" alt=""><figcaption><p>Brewer NPC<br><strong><code>@npc 50 / brewer</code></strong></p></figcaption></figure>

The **Brewer** is a specialized NPC that allows players to craft enhanced consumables through a brewing system tied to a progression mechanic called **Brewer Level**.

***

### Overview

* Players can brew specific items using required materials and Zeny.
* Brewing grants **Brewer EXP**, which increases the player’s **Brewer Level**.

***

### Brewer Level System

<table><thead><tr><th>Level</th><th>Success Rate</th><th>EXP Required</th><th data-hidden>Total EXP</th></tr></thead><tbody><tr><td>0 → 1</td><td>20%</td><td>10,000</td><td>10,000</td></tr><tr><td>1 → 2</td><td>23%</td><td>20,000</td><td>20,000</td></tr><tr><td>2 → 3</td><td>26%</td><td>30,000</td><td>30,000</td></tr><tr><td>3 → 4</td><td>29%</td><td>40,000</td><td>40,000</td></tr><tr><td>4 → 5</td><td>32%</td><td>50,000</td><td>50,000</td></tr><tr><td>5 → 6</td><td>35%</td><td>60,000</td><td>60,000</td></tr><tr><td>6 → 7</td><td>38%</td><td>70,000</td><td>70,000</td></tr><tr><td>7 → 8</td><td>41%</td><td>80,000</td><td>80,000</td></tr><tr><td>8 → 9</td><td>44%</td><td>90,000</td><td>90,000</td></tr><tr><td>9 → 10</td><td>47%</td><td>100,000</td><td>100,000</td></tr></tbody></table>

**Maximum Level:** 10\
**Total EXP Required:** 100,000

#### EXP Gain

| Result          | EXP Gained |
| --------------- | ---------- |
| Successful Brew | 3 EXP      |
| Failed Brew     | 1 EXP      |

***

### Brewing Mechanics

Players are given flexible brewing options:

* Brew **1 item at a time**
* Enter a **custom quantity manually**
* Brew the **maximum possible amount** based on available materials and Zeny.

***

### Recipes

#### ![](/files/ZXW4iZrEs7kujBQZPqqV) Dried Yggdrasil Berry

**Cost per Brew:**

* <mark style="color:yellow;">**100,000z**</mark>
* ![](/files/VFDpYe0XYsrAjqCL6u9s) Alcohol ×1
* ![](/files/aNygxy0S8fz8vCDJ82sf) White Potion ×1
* ![](/files/2T4vXgPVDO0atTrI7eK3) Blue Potion ×1
* ![](/files/A7GkaoydRKlIOzGSAhdz) Yggdrasil Berry ×2

***

#### ![](/files/o2CLVgtWDDmp398LVExv) Dried Yggdrasil Leaf

**Cost per Brew:**

* <mark style="color:yellow;">**10,000z**</mark>
* ![](/files/VFDpYe0XYsrAjqCL6u9s) Alcohol ×1
* ![](/files/aNygxy0S8fz8vCDJ82sf) White Potion ×1
* ![](/files/2T4vXgPVDO0atTrI7eK3) Blue Potion ×1
* ![](/files/fDuuh6QHBfFLmGx1Wdos) Yggdrasil Seed ×2

***

{% hint style="success" icon="message" %}
**NOTE**

***

* The system encourages bulk crafting for efficiency.
* Even failed brews contribute to progression, ensuring steady leveling.
  {% endhint %}


---

# 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://ragnarok-finest.gitbook.io/ragnarok-finest-wiki/game-features/brewing.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.
