> For the complete documentation index, see [llms.txt](https://wiki.frontierro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.frontierro.com/ro-project-frontier/vip-privileges.md).

# VIP Privileges

{% hint style="info" %}
⭐ **VIP is a convenience tier, built around quality-of-life.** Extra storage, warp access, and healer perks — plus boosts to your EXP and a higher drop-rate cap. There's still **no VIP-only gear**: every item is earnable by any player.
{% endhint %}

> 🛡️ Rule of thumb: VIP saves you time and grind — it won't hand you exclusive equipment you can't otherwise earn.

***

## 🛒 How to Get VIP

VIP is tied to a real-money donation — check the donation panel on the **Official Links** page for current pricing. VIP comes in three durations:

| Duration        | Length  |
| --------------- | ------- |
| 🥉 **Short**    | 7 days  |
| 🥈 **Standard** | 15 days |
| 🥇 **Extended** | 30 days |

***

## 💎 VIP Perks

| Perk                                                                                                | What it does                                                                                      |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| 🌀 **VIP Warper**                                                                                   | A special warper NPC in towns and safe zones with extra destinations.                             |
| 📦 **VIP Storage Slots**                                                                            | Extra storage capacity.                                                                           |
| 💉 **Free Healer**                                                                                  | Free healing from the Healer NPC, plus a bonus-stat buff.                                         |
| 💀 **No Death Penalty**                                                                             | Keep your EXP when you die.                                                                       |
| ⚡ **EXP / Job Boost**                                                                               | Increased Base and Job EXP rates.                                                                 |
| ⏱️ **2× Playtime Points**                                                                           | Earn Playtime Points twice as fast.                                                               |
| 📈 **Higher Drop Cap**                                                                              | Raises your maximum item drop-rate cap from 80% to **90%**.                                       |
| 🏹 **Can Use Unlimited Arrow**                                                                      | Never run out of ammo while VIP is active. If your VIP expires, renew it to re-enable the effect. |
| ![Blue Gemstone](https://static.divine-pride.net/images/items/item/717.png) **No Gemstones Needed** | Cast skills that normally require gemstones without consuming any.                                |
| can U                                                                                               |                                                                                                   |

{% hint style="info" %}
🧭 The full NPC list lives in the **Custom NPCs** section. Anything labelled **"VIP"** in the warper menu is VIP-only; everything else is open to all players.
{% endhint %}

***

## 🏹 Unlimited Arrow (VIP)

Tired of restocking ammo? VIP players can unlock **Unlimited Ammunition** account-wide.

* 🛒 **Get the ticket:** Buy the **Unlimited Arrow Ticket** from the **Donation Shop** under the **Rentals** category.
* 🎟️ **Activate it:** Use the ticket while your **VIP is active**. Your ammo stops being consumed — arrows and other ammunition never decrement.
* 🔒 **Account-bound:** The ticket can't be traded, sold, dropped, carted, stored, mailed, or auctioned.
* 🔁 **One-time per account:** Once activated it stays on your account — using a second ticket just hands it back.

{% hint style="warning" %}
⚠️ **The effect only runs while your VIP is active.** Using the ticket without active VIP won't activate it (the ticket is returned). If your **VIP expires**, the Unlimited Arrow effect switches off — simply **renew your VIP to re-enable it**. You do **not** need to buy another ticket.
{% endhint %}

***

## 👀 Check Your VIP Status

Use the **`@vip`** command in-game (VIP only) to see:

* ✅ Whether you're currently VIP.
* ⏳ Days remaining.
* 🔄 Your renewal date.

***

## ❓ FAQ

<details>

<summary>Does VIP increase my EXP or drop rates?</summary>

Yes — VIP boosts your EXP and raises your maximum drop-rate cap from **80% to 90%**, so drop bonuses can stack higher for you.

</details>

<details>

<summary>Does VIP give me exclusive gear?</summary>

No. VIP never includes equipment you can't obtain otherwise.

</details>

<details>

<summary>How does the VIP Unlimited Arrow ticket work?</summary>

Buy the **Unlimited Arrow Ticket** from the Donation Shop's **Rentals** category and use it while VIP is active to stop your ammo from being consumed. It's account-bound and only needs to be activated once — but the effect only applies while your VIP is active, so if your VIP lapses just renew it to switch the effect back on (no need to buy another ticket).

</details>


---

# 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.frontierro.com/ro-project-frontier/vip-privileges.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.
