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

# VIP Subscription

Unlock premium perks with **VIP Subscription** in **Weed: Reborn**.

VIP adds extra utility, account bonuses, and stronger effects on selected custom items.

### VIP perks

VIP gives your account these benefits.

#### Daily bonus

* Claim `10 Bloody Branch` daily from Mail.

***

#### Account-wide perks

* Gain an additional `+1000 Weight`.
* Get automatic repair at the Healer NPC.
* Get automatic item identification at the Healer NPC.
* Activate VIP bonus effects on supported headgear items.

***

#### VIP commands

* `@storage` — Open personal storage.
* `@autostore` and `@storeall` — Move items into storage faster.
* `@guildstorage` — Open guild storage.
* `@allskill` — Unlock all available skills.
* `@checkvip` — Check your remaining VIP time.
* `@hold` — Stop your character from moving.
* `@identifyall` — Identify all unidentified items.
* `@dye` and `@font` — Change your look and chat style.
* `@feelreset` and `@hatereset` — Reset Star Gladiator targets.

{% hint style="warning" %}
`@storage` is not available on GvG maps, castles, and event maps.
{% endhint %}

{% hint style="info" %}
See [In-game Commands](/beginners-guide/in-game-commands.md) for the full VIP command reference.
{% endhint %}

***

#### Equipment perks

Some custom items become stronger while VIP is active.

* **Crimson Rose** gains stronger stat and damage bonuses.
* **Odin's Mask**, **Cyclop's Eye**, and **Poring Soap Pipe** gain better effects.
* Check [Card and Equipment](/beginners-guide/modifications/card-and-equipment.md) for the full item list.

***

### How to get VIP

Buy **VIP Tickets** from the **Donation Shop** with **Donation Points**. Each ticket extends your VIP access for the listed duration.

| VIP Ticket        | Duration | Cost        |
| ----------------- | -------- | ----------- |
| VIP Ticket \[1D]  | 1 Day    | Coming Soon |
| VIP Ticket \[7D]  | 7 Days   | Coming Soon |
| VIP Ticket \[30D] | 30 Days  | Coming Soon |

***

### Important notes

{% hint style="warning" %}
VIP duration is account-wide and stackable. Using multiple tickets extends the duration.

Use `@checkvip` to check your remaining VIP time.
{% 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://wiki.weedreborn.com/beginners-guide/vip-subscription.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.
