> 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/miniboss-shop.md).

# MiniBoss Shop

## MiniBoss Shop

Use this page to check the published MiniBoss Shop handled by **Shina**.

This segment tracks the current shop list, NPC location, and confirmed exchange costs.

### Overview

{% columns %}
{% column %}

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

{% column %}
Check the current shop list before you visit **Shina**.

* **NPC:** <mark style="color:blue;">**MiniBoss Shop — Shina**</mark>
* **Location:** <mark style="color:blue;">**Payon Town**</mark>
* **Coordinates:** <mark style="color:blue;">`113,117`</mark>
* **Published shop items:** `12`
* **Currencies:** `Mini Boss Coin`, `Loka Key`, `Zeny`

Every exchange uses **Mini Boss Coin**.
{% endcolumn %}
{% endcolumns %}

### Published shop list

This NPC currently offers these items:

* `[Large] Loka Life Potion`
* `[Large] Loka Mana Potion`
* `Convex Mirror`
* `[7 Hours] VIP Card`
* `Battle Manual 100%`
* `Job Manual 100%`
* `Loka C. Mini Boss Crown`
* `Loka C. Mini Boss White Aura`
* `Loka C. Mini Boss Cloak`
* `Loka C. Mini Boss Sword`
* `Old Card Album`
* `Mystical Card Album`

### Exchange list

| Item                           |                                              Cost |
| ------------------------------ | ------------------------------------------------: |
| `[Large] Loka Life Potion`     |                   `2 Mini Boss Coin + 2,000 Zeny` |
| `[Large] Loka Mana Potion`     |                   `2 Mini Boss Coin + 2,000 Zeny` |
| `Convex Mirror`                |                   `4 Mini Boss Coin + 4,000 Zeny` |
| `[7 Hours] VIP Card`           |                   `9 Mini Boss Coin + 9,000 Zeny` |
| `Battle Manual 100%`           |                 `15 Mini Boss Coin + 15,000 Zeny` |
| `Job Manual 100%`              |                 `15 Mini Boss Coin + 15,000 Zeny` |
| `Loka C. Mini Boss Crown`      |  `25 Mini Boss Coin + 10 Loka Key + 100,000 Zeny` |
| `Loka C. Mini Boss White Aura` |  `50 Mini Boss Coin + 20 Loka Key + 200,000 Zeny` |
| `Loka C. Mini Boss Cloak`      |  `25 Mini Boss Coin + 10 Loka Key + 100,000 Zeny` |
| `Loka C. Mini Boss Sword`      |  `25 Mini Boss Coin + 10 Loka Key + 100,000 Zeny` |
| `Old Card Album`               |  `25 Mini Boss Coin + 10 Loka Key + 100,000 Zeny` |
| `Mystical Card Album`          | `100 Mini Boss Coin + 40 Loka Key + 400,000 Zeny` |

{% hint style="info" %}
Every exchange uses **Mini Boss Coin**.

Higher-tier entries also require **Loka Key** and **Zeny**.

Need more **Loka Key**?

* Purchased from the [Cash Shop](/rowiki/server-information/cash-shop.md)
* Crafted from [Material Exchanger NPC](/rowiki/additional-feature/npc-custom/material-exchanger.md) using Printed Text L-O-K-A dropped by monsters across all Midgard maps
* Earned by completing [Bounty Board](/rowiki/guide/bounty-board.md) missions
* Obtained by competing on [World Boss](/rowiki/unique-feature/boss-system/world-boss.md)
* Obtained by gacha machine, [Timer Sealer NPC](/rowiki/unique-feature/time-sealer.md)
  {% endhint %}

### Published update history

* **NPC added:** [March 19, 2026](/rowiki/server-information/patch-notes/obt/march-2026/march-19-2026.md)

### Notes

This page tracks the current MiniBoss Shop list published for **Shina**.


---

# 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/miniboss-shop.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.
