> For the complete documentation index, see [llms.txt](https://lokagamers.gitbook.io/rowiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lokagamers.gitbook.io/rowiki/guide/class-guide/blacksmith.md).

# Blacksmith

## Blacksmith

Blacksmith is a melee farming class with strong burst and solid zeny value.

It is one of the best classes for early zeny farming.

{% columns %}
{% column %}

<figure><img src="/files/TID6DQUc1lnccboc26vT" alt="Blacksmith"><figcaption><p>Blacksmith</p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/rzj9rA5f9qTmIqxciOB8" alt="Blacksmith alternate"><figcaption><p>Blacksmith alternate</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### 🟣 At a glance

* **Best leveling build:** AGI Blacksmith
* **Late-game option:** Cart Termination
* **Main burst skill:** Mammonite 10
* **Best map flow:** Orc Dungeon → Clock Tower → Glast Heim Prison

### 🟣 Overview

Blacksmith combines stable melee damage with strong item and zeny utility.

It levels well with auto attacks, then scales into stronger burst setups.

### 🟣 Build

#### AGI Blacksmith

Use this build for general leveling.

**Stats**

* STR: 80–90
* AGI: 70–90
* DEX: 40–60

**Focus**

* Fast auto attacks
* Stable leveling pace
* Low-cost grinding between bursts

{% hint style="success" %}
AGI Blacksmith is the safest default build for fast solo farming.
{% endhint %}

#### Cart Termination

Use this build for stronger late-game burst.

**Stats**

* STR: 90–99
* DEX: 60–80
* VIT: 30–50

**Focus**

* Heavy burst damage
* Better finishing power
* Stronger scaling with gear

### 🟣 Key skills

* Mammonite 10 — burst skill that consumes zeny
* Adrenaline Rush
* Weapon Perfection
* Over Thrust

### 🟣 Gameplay

1. Use auto attacks early.
2. Add Mammonite for faster kills.
3. Keep buffs active before stronger pulls.
4. Shift into burst-heavy play as gear improves.

### 🟣 Equipment progression

#### Early

* Axe or Mace
* Basic armor
* Basic boots

#### Mid

* Elemental weapon
* STR support gear
* Basic defensive garment

#### Late

* +7 weapon
* STR gear
* Garment with Raydric Card

### 🟣 Best leveling spots

* Orc Dungeon
* Clock Tower
* Glast Heim Prison

### 🟣 Pros and cons

**Pros**

* High damage
* Strong zeny farming
* Good gear scaling

**Cons**

* Mammonite spends zeny fast
* Gear dependent

### 🟣 Related guide

* [Leveling Encyclopedia](/rowiki/guide/leveling-guide.md)


---

# 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://lokagamers.gitbook.io/rowiki/guide/class-guide/blacksmith.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.
