> For the complete documentation index, see [llms.txt](https://wiki.arkvalkyrie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.arkvalkyrie.com/server-features/quality-of-life-qol-features.md).

# Quality of Life (QoL) Features

To ensure a smooth and enjoyable gameplay experience, **Ark Project Valkyrie** includes a variety of custom Quality of Life enhancements designed to reduce tedious grinding and let you focus on combat and progression.

### 🛍️ 3rd Job Class Supplies Shop

Never worry about running out of essential catalysts or job-specific items during mid-run dungeons or PvP encounters.

* **Complete Inventory:** Sells all job-required supplies and catalysts for every 3rd Job class (e.g., Runes, Poison Bottles, Paint, Elemental Converter materials, and catalysts).
* **One-Stop Shop:** Easily accessible in the main hub so you can re-stock and get back into action immediately.

### 🌐 Global Warper

Tired of long walking routes or hunting down specific teleport routes? Our **Global Warper NPC** gets you where you need to be instantly.

* **Towns:** Direct warp access to all major cities and local hubs across Midgard.
* **Dungeons:** Instant teleportation to dungeon entrances and specific floor levels.
* **Special Areas:** Quick travel options to event venues, quest hubs, and specialized content maps.

### 🏹 0 Weight Arrows & Bullets

Say goodbye to weight limits and frequent trips back to your Storage mid-grind!

* **Zero Weight Limit:** Arrows and Bullets have been set to **0 Weight**.
* **Mass Capacity:** Carry up to **30,000** arrows or bullets at a time without encumbering your character or triggering weight penalties.

### 💎 Ore Trader

Need materials to refine your equipment and push your gear to the next level?

* Trade your **Eluniums** and **Oridecons** up to higher-tier enhancement materials through the Ore Trader NPC.
* 👉 Full list: [ORE Trader](#ore-trader)

### 💊 Healer NPC

* **Full Restore:** Instantly restores **100% HP and SP** for a small Zeny fee.
* **Essential Buffs:** Applies core stat and survival buffs on demand to keep you battle-ready.

### 🤖 Autobattle & Auto-Support System

Grind efficiently even when life gets busy.

* **Autobattle:** Set up automated combat targeting and skill routines to continue leveling or farming while away from your keyboard.
* **Auto-Support:** Automatically casts protective, healing, and buffing skills for supportive classes, ensuring your party stays alive and buffed at all times.
* 👉 Full guide: [Auto Attack System](/server-features/auto-attack-system.md)

### 🧪 Autopot System

Automatically drinks your HP/SP potions when you drop below your chosen threshold — with status icons, per-variant (BG/WOE/PVP) potion support, and configurable delay.

* Command: `@autopots`
* 👉 Full guide: [Autopot System](#autopot-system)

### ⌨️ Player Commands

A full set of convenience commands is available to all players — server rates, monster/item lookups (`@mobinfo`, `@whodrops`, `@whereis`), display toggles (`@showexp`, `@showzeny`), offline vending (`@at`), and the PVP Duel system.

* 👉 Full list: [Player Commands](#player-commands)


---

# 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://wiki.arkvalkyrie.com/server-features/quality-of-life-qol-features.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.
