> 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.md).

# NPC Custom

## NPC Custom

Use this page to open each custom NPC segment.

Each segment keeps its own recipe list and notes.

### Available segments

* [Material Exchanger](/rowiki/additional-feature/npc-custom/material-exchanger.md)
* [Ore Exchanger](/rowiki/additional-feature/npc-custom/ore-exchanger.md)
* [Hourly Shop](/rowiki/additional-feature/npc-custom/hourly-shop.md)
* [PVP Shop](/rowiki/additional-feature/npc-custom/pvp-shop.md)
* [MiniBoss Shop](/rowiki/additional-feature/npc-custom/miniboss-shop.md)
* [MVP Shop](/rowiki/additional-feature/npc-custom/mvp-shop.md)
* [Black Set Crafter](/rowiki/additional-feature/npc-custom/black-set-crafter.md)
* [Falconer Set Crafter](/rowiki/additional-feature/npc-custom/falconer-set-crafter.md)
* [Reset Stat](/rowiki/additional-feature/npc-custom/the-memory-eater-npc-reset-stat.md)
* [Stylist](/rowiki/additional-feature/npc-custom/stylist.md): Customize your hairstyle and clothing colors.
* [Personal Trainer](/rowiki/additional-feature/npc-custom/personal-trainer.md): Increase your weight limit.
* [Card Trader](/rowiki/additional-feature/npc-custom/card-trader.md): Convert cards into points and exchange them for OCA
* [Boss Dungeon Keeper](/rowiki/unique-feature/boss-system/boss-dungeon.md): Repeatable boss dungeon quest for rewards.
* [World Boss Keeper](/rowiki/unique-feature/boss-system/world-boss.md): World Boss is a scheduled raid event where players work together to defeat a powerful boss for rewards.
* [Loka Mine](/rowiki/unique-feature/mining-system.md): A Mining System that lets players gather resources directly with progressive rewards and scalable drop chances to support in-game crafting and economy.
* [Charity](/rowiki/additional-feature/charity-system.md): Donate Zeny to receive special buffs. Donations go into a Charity Pool, and once the target is reached, a global EXP boost will be activated for all players.

Various NPC services are available to make your journey easier.

* **NPC Merchant Day**: The NPC Merchant Day appears on specific days and sells various crafting materials at Payon. Each day features a different list of items, so make sure to check regularly.
* **NPC Top Player Statue**: Displays Top Zeny, Top Charity, Top PvP, and Top MVP players.
* **NPC Redeem Code**: Claim redeem codes in-game.
* **NPC Gender Changer**: Change your gender (except Bard & Dancer).
* **NPC Nickname Changer**: Change your nickname with special characters.
* **NPC VIP Warper**: Access special areas, WoE castles, MVP maps, and job change locations.
* **NPC Warper**: Instantly teleport to cities, fields, or dungeons.
* **NPC Universal Rental**: Rent Cart, Peco Peco, or Falcon.
* **NPC Platinum Skill**: Learn platinum skills instantly.
* **NPC Job Master**: Instantly change your job class.
* **NPC PVP Warper**: Instant access to PvP arenas.

{% hint style="info" %}
Each NPC now has its own segment so the recipe list stays easier to scan.
{% endhint %}


---

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