> For the complete documentation index, see [llms.txt](https://ro0-4.gitbook.io/godro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ro0-4.gitbook.io/godro/custom-features/gods-rental-shop.md).

# GOD's Rental Shop

### Rental Shop System - Character Bound

The **Rental Shop** offers powerful equipment that players can rent for a limited time in exchange for Zeny. Items are categorized into two tiers: **Standard Gear** and **High-Class Equipment**, each with selectable rental durations.

***

#### 📍 Location

* **NPC Name:** Rental Shop
* **Map:** `Main Office`&#x20;

![](/files/UfZ52fm0KXcj54XheHdy)

***

#### Rental Durations & Pricing

Players can rent equipment for any of the following durations:

| Rental Period | Standard Gear  | High-Class Equipment |
| ------------- | -------------- | -------------------- |
| **1 Day**     | 200,000 Zeny   | 400,000 Zeny         |
| **3 Days**    | 500,000 Zeny   | 1,000,000 Zeny       |
| **7 Days**    | 1,000,000 Zeny | 2,000,000 Zeny       |

> High-Class Equipment is priced at twice the rate of Standard Gear.

***

#### Equipment Categories

**🛡️ Standard Gear**

Basic but reliable equipment for all adventurers.

* Headgears and Accessories

**⚔️ High-Class Equipment**

Rare and powerful items suited for elite players.

* Weapons

***

#### Rental Process

1. Talk to the **Rental Shop** NPC in Prontera.
2. Browse available equipment from both categories.
3. Select **one** item and choose your rental duration.
4. Confirm and pay the rental fee.
5. The item will be added to your inventory and will **automatically expire** after the rental time.

> Note: Only one item can be selected per transaction, and quantity must be exactly 1.


---

# 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://ro0-4.gitbook.io/godro/custom-features/gods-rental-shop.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.
