> 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/additional-feature/npc-custom/black-set-crafter.md).

# Black Set Crafter

## Black Set Crafter

Use this page to check the published Black set handled by **Blitty**.

This segment tracks the current set list, NPC location, and confirmed crafting recipes.

### Overview

{% columns %}
{% column %}

<figure><img src="/files/Z1A4N0qu269HUfERhD81" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}
Check the current set list before you visit **Blitty**.

* **NPC:** <mark style="color:blue;">**Black Set Crafter — Blitty**</mark>
* **Location:** <mark style="color:blue;">**Payon Town**</mark>
* **Coordinates:** <mark style="color:blue;">`75,122`</mark>
* **Published set items:** `3`
* **Set type:** Black equipment

This crafter uses materials, **Catalysts**, **Loka Key**, and **Zeny**.
{% endcolumn %}
{% endcolumns %}

### Published set list

This NPC currently covers these items:

* `Loka Black Ears`
* `Loka Black Tail [1]`
* `Loka Black Badge [1]`

### Craft list

| Item                  |       Fee |
| --------------------- | --------: |
| Loka Black Ears       |  `50000z` |
| Loka Black Tail \[1]  | `100000z` |
| Loka Black Badge \[1] | `100000z` |

### Published recipes

#### <mark style="color:$success;">Loka Black Ears</mark>

Use these materials:

| Item             | Amount |
| ---------------- | -----: |
| Black Kitty Doll |     25 |
| Steel            |     10 |
| Leaf Cat Card    |      1 |
| Catalysts        |      1 |
| Loka Key         |     10 |
| Zeny             |  50000 |

#### <mark style="color:$success;">Loka Black Tail \[1]</mark>

Use these materials:

| Item        | Amount |
| ----------- | -----: |
| Fox Tail    |     50 |
| Steel       |     20 |
| Kobold Card |      1 |
| Catalysts   |      2 |
| Loka Key    |     20 |
| Zeny        | 100000 |

#### <mark style="color:$success;">Loka Black Badge \[1]</mark>

Use these materials:

| Item           | Amount |
| -------------- | -----: |
| Cat Eyed Stone |     50 |
| Steel          |     20 |
| Yoyo Card      |      1 |
| Catalysts      |      2 |
| Loka Key       |     20 |
| Zeny           | 100000 |

{% hint style="info" %}
Need more **Loka Key** or **Catalysts**? Craft them through [Material Exchanger](/rowiki/additional-feature/npc-custom/material-exchanger.md).
{% endhint %}

### Published update history

* **NPC added:** [January 24, 2026](/rowiki/server-information/patch-notes/cbt/january-2026/january-24-2026.md)
* **Combo script published:** [September 16, 2025](/rowiki/server-information/patch-notes/cbt/september-2025/september-16-2025.md)
* **Equipment list published:** [September 01, 2025](/rowiki/server-information/patch-notes/cbt/september-2025/september-01-2025.md)

### Notes

This page tracks the current Black set recipes published for **Blitty**.


---

# 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/additional-feature/npc-custom/black-set-crafter.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.
