> 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/server-information/quality-of-life.md).

# Quality of Life

Quality of Life (QOL) Improvement helps you enjoy leveling and progression in-game.\
It offers several convenience options for different playstyles and preferences.

We are excited to announce our latest QoL (Quality of Life) enhancements:

* <mark style="color:$success;">**Hide All Player**</mark> — The Hide Players feature makes other characters semi-transparent so you can easily find and click NPCs hidden behind them. Simply press **Ctrl + End** to toggle this On/Off while in town; however, please note that it resets each time you log in and does not affect shops, chat rooms, or summoned units.
* <mark style="color:$success;">**Alternative Currency**</mark> — A special item called **Loka Key** is available as an alternative currency. It is used for various crafting needs and can be obtained from:
  * Purchased from the [Cash Shop](/rowiki/server-information/cash-shop.md)
  * Crafted 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)
* <mark style="color:$success;">**Crafting System**</mark> — Most crafting activities require materials and Zeny.
* <mark style="color:$success;">**Integrated Warpers**</mark> — Most crafting activities require materials and Zeny.
  * NPC Warper: Instantly teleport to cities, fields, or dungeons
  * NPC VIP Warper: Access special areas, WoE castles, MVP maps, and job change locations
  * NPC PVP Warper: Instant access to PvP arenas
* [<mark style="color:$success;">**Card Deposit System**</mark>](/rowiki/unique-feature/card-deposit-system.md) — [Deposit cards](/rowiki/unique-feature/card-deposit-system.md) to unlock additional bonus stats effect.
* <mark style="color:$success;">**Server Booster**</mark> — A limited-time event that increases exp and drop rates, allowing players to level up faster and obtain items more easily every Saturday and Sunday.
* [<mark style="color:$success;">**Flash Sale**</mark>](/rowiki/server-information/cash-shop/flash-sale.md) — Cash Shop discount is a limited-time event in Loka RO Revo⁺ where selected cash shop items are offered at special discounted prices every Sunday.&#x20;
* [<mark style="color:$success;">**Merchant Day**</mark>](/rowiki/event-in-game/weekly-merchant-day.md) — Every Monday, Wednesday, and Friday, special NPCs will sell crafting materials with rotating item lists.
* [<mark style="color:$success;">**Monster Spotlight**</mark>](/rowiki/event-in-game/daily-monster-spotlight.md) — Each day, selected monsters will have increased spawn rates on specific maps.
* <mark style="color:$success;">**Top Player Weekly**</mark> — Every week after maintenance, top players in selected categories will receive exclusive costume rewards with bonus stats effect.
  * Top Donate
  * Top Charity
  * Top PVP
  * Top MVP
* [<mark style="color:$success;">**Pokemon Pet Evolution**</mark>](/rowiki/unique-feature/pokemon-pet-system.md#evolution-and-mechanics) — Pokemon Pets can evolve into stronger forms, gaining bonus stats based on their original traits.
  * Unevolved
  * First Evolution
  * Second Evolution
  * Mega Evolution
* [<mark style="color:$success;">**Weapon Skin Refinement Bonus**</mark>](/rowiki/unique-feature/refined-weapon-skin-system.md) — Weapon Skins can be refined to gain bonus stats effect.
* <mark style="color:$success;">**Maintown Free EXP**</mark> — Staying in Payon grants **30,000 Base EXP** and **15,000 Job EXP** over time. Enjoy passive leveling progress while resting in town.
* <mark style="color:$success;">**VIP Lifetime**</mark> — VIP service is available with lifetime access for the duration of the server.
* <mark style="color:$success;">**Movement in World Map**</mark> — Use a `Boarding Halter` to travel faster across the world of Midgard. It helps reduce travel time between towns and hunting maps. Available in the [Cash Shop](/rowiki/server-information/cash-shop.md).
* <mark style="color:$success;">**Increased Sitting Recovery**</mark> — Recover 1% HP and SP every 2 seconds while sitting down.
* <mark style="color:$success;">**Increased Equipment Drop Rate**</mark> — Equipment drop rates from monsters are increased by x2, making it easier to farm gear and progress toward endgame content.
* [<mark style="color:$success;">**Auto Loot**</mark>](/rowiki/server-information/player-command.md#auto) — Available through `VIP Card` from [Hot (Popular)](/rowiki/server-information/cash-shop/hot-popular.md). Use [Player Command](/rowiki/server-information/player-command.md) to access `@autoloot`.
* [<mark style="color:$success;">**Auto Attack System**</mark>](/rowiki/unique-feature/new-auto-attack-system.md) — A time-saving system for players who do not always have time to level and grind on world maps. It keeps your character progressing with reduced rewards to keep the game fair.


---

# 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/server-information/quality-of-life.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.
