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

# PVP Shop

## PVP Shop

Use this page to check the published PVP Shop handled by **Asuni**.

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

### Overview

{% columns %}
{% column %}

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

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

* **NPC:** <mark style="color:blue;">**PVP Shop — Asuni**</mark>
* **Location:** <mark style="color:blue;">**Payon Town**</mark>
* **Coordinates:** <mark style="color:blue;">`111,117`</mark>
* **Published shop items:** `11`
* **Currencies:** `PVP Coin`, `Loka Key`, `Zeny`

Every exchange uses **PVP Coin**.
{% endcolumn %}
{% endcolumns %}

### Published shop list

This NPC currently offers these items:

* `[Medium] Loka Life Potion`
* `[Medium] Loka Mana Potion`
* `Bubble Gum 50%`
* `Kafra Card`
* `Token of Siegfried`
* `Team Calling`
* `Loka C. PVP Crown`
* `Loka C. PVP Red Aura`
* `Loka C. PVP Cloak`
* `Loka C. PVP Sword`

### Exchange list

| Item                        |                                        Cost |
| --------------------------- | ------------------------------------------: |
| `[Medium] Loka Life Potion` |                     `5 PVP Coin + 500 Zeny` |
| `[Medium] Loka Mana Potion` |                     `5 PVP Coin + 500 Zeny` |
| `Bubble Gum 50%`            |                  `12 PVP Coin + 1,200 Zeny` |
| `Kafra Card`                |                  `15 PVP Coin + 1,500 Zeny` |
| `Token of Siegfried`        |                  `15 PVP Coin + 1,500 Zeny` |
| `Team Calling`              |                  `15 PVP Coin + 1,500 Zeny` |
| `Loka C. PVP Crown`         | `150 PVP Coin + 10 Loka Key + 100,000 Zeny` |
| `Loka C. PVP Red Aura`      | `300 PVP Coin + 20 Loka Key + 200,000 Zeny` |
| `Loka C. PVP Cloak`         | `150 PVP Coin + 10 Loka Key + 100,000 Zeny` |
| `Loka C. PVP Sword`         | `150 PVP Coin + 10 Loka Key + 100,000 Zeny` |

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

Costume 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

* **Costume bonus updated:** [October 08, 2025](/rowiki/server-information/patch-notes/cbt/october-2025/october-08-2025.md)
* **NPC added:** [October 31, 2025](/rowiki/server-information/patch-notes/cbt/october-2025/october-31-2025.md)

### Notes

This page tracks the current PVP Shop list published for **Asuni**.


---

# 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/pvp-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.
