# Feature Guide

These are the active main VanRO features. Events, gambling, quests, traders, enchanters, and instances are kept in their own guide sections so the sidebar stays easy to use.

## Player NPCs

| Feature                                                                        | How to start                                       |
| ------------------------------------------------------------------------------ | -------------------------------------------------- |
| [Class Swapper](/vanro-global-docs/features/job_swapper.md)                    | Talk to Class Swapper in Prontera.                 |
| [Community Drops Boost](/vanro-global-docs/features/communexp.md)              | Talk to Community Drops Boost in Prontera.         |
| [Healer](/vanro-global-docs/features/healer.md)                                | Talk to any Healer NPC.                            |
| [Hephaestus Custom Refine](/vanro-global-docs/features/refine_vanro_custom.md) | Talk to Hephaestus inside Prontera.                |
| [Job Master](/vanro-global-docs/features/job_changer.md)                       | Talk to Job Master in Prontera or Novice Grounds.  |
| [Kafra Services](/vanro-global-docs/features/ideal_kafra.md)                   | Talk to the Kafra Employee in Prontera.            |
| [Old Weapon Crafts](/vanro-global-docs/features/vanro_old_ice_pick.md)         | Talk to the weapon craft NPCs listed below.        |
| [Plagiarism NPC](/vanro-global-docs/features/stalkerquest.md)                  | Talk to Plagiarism NPC in Prontera.                |
| [Platinum Skill NPC](/vanro-global-docs/features/platinum_skills.md)           | Talk to Platinum Skill NPC in Prontera.            |
| [Punching Bag](/vanro-global-docs/features/damage_dummy.md)                    | Attack the Punching Bag in Morocc.                 |
| [Refine Master](/vanro-global-docs/features/ticket_refiner.md)                 | Talk to Refine Master in Prontera.                 |
| [Reset Girl](/vanro-global-docs/features/resetnpc.md)                          | Talk to Reset Girl in Prontera.                    |
| [Sex Changer](/vanro-global-docs/features/sex_changer.md)                      | Talk to Sex Changer in Prontera.                   |
| [Star Gladiator Resetter](/vanro-global-docs/features/resetsg.md)              | Talk to SG Resetter in Prontera or use `@resetsg`. |
| [Stats and Skill Mistress](/vanro-global-docs/features/stats_mistress.md)      | Talk to Stats/Skill Mistress in Prontera.          |
| [Universal Rental NPC](/vanro-global-docs/features/breeder.md)                 | Talk to Universal Rental NPC in Prontera.          |
| [VanRO Stylist](/vanro-global-docs/features/stylist.md)                        | Talk to VanRO Style in Prontera.                   |
| [Warper](/vanro-global-docs/features/warper.md)                                | Talk to any Warper NPC.                            |

## Player Commands

| Feature                                                              | How to start    |
| -------------------------------------------------------------------- | --------------- |
| [Account Security](/vanro-global-docs/features/security.md)          | `@security`     |
| [Auto Attack Command](/vanro-global-docs/features/autoattack.md)     | `@autoattack`   |
| [Auto Support Command](/vanro-global-docs/features/autosupport.md)   | `@autosupport`  |
| [Auto Loot ID List](/vanro-global-docs/features/alootid.md)          | `@alootid2`     |
| [Auto Potion Command](/vanro-global-docs/features/autopot.md)        | `@autopot`      |
| [Hold Command](/vanro-global-docs/features/ahold.md)                 | `@hold`         |
| [Packet Filter Command](/vanro-global-docs/features/packetfilter.md) | `@packetfilter` |
| [Rates Command](/vanro-global-docs/features/rates.md)                | `@rates`        |

## Staff and Event Tools

| Feature                                                             | How to start                   |
| ------------------------------------------------------------------- | ------------------------------ |
| [Event Gate and Watcher](/vanro-global-docs/features/gmcommand.md)  | Event staff tools in Prontera. |
| [Event Reward Command](/vanro-global-docs/features/event_reward.md) | `@eventreward`                 |
| [Staff Reward Command](/vanro-global-docs/features/staff_event.md)  | `@reward`                      |

## Background Systems

| Feature                                                                   | How to start                            |
| ------------------------------------------------------------------------- | --------------------------------------- |
| [Activity Coin Rewards](/vanro-global-docs/features/event_activity.md)    | Handled by event activity rewards.      |
| [Extra Monster Spawns](/vanro-global-docs/features/extra_mobs.md)         | Handled automatically.                  |
| [Special Map Rules](/vanro-global-docs/features/mapflag_vanro.md)         | Handled automatically on affected maps. |
| [Website Command Delivery](/vanro-global-docs/features/webcommand.md)     | Handled automatically.                  |
| [Weekly MVP Tomb Rewards](/vanro-global-docs/features/mvp_tomb_weekly.md) | Handled automatically.                  |


---

# Agent Instructions: 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:

```
GET https://vanro-global.gitbook.io/vanro-global-docs/features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
