> 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/hourly-point-system.md).

# Hourly Point System

The **Hourly Point System** rewards players for staying online near designated NPCs in towns across the server. While idling or playing near a **Hourly Point Post**, players automatically earn **Hourly Points** every hour, which can be spent in a dedicated reward shop.

***

### 🔧 How It Works

* ✅ Stay within 5 **cells** of any **Hourly Point Post** NPC.
* ⏱️ Gain **+1 Hourly Point** for every **60 minutes** of valid online time.
* 🧠 The system **does not track** time if:
  * You're outside the 5-cell radius
  * You're on a different map than the NPC
  * You're vending or in a shop state

***

### 🧭 Hourly Point Post Locations

You can find **Hourly Point Post** NPCs in all major **towns across the server**, including:

* **Prontera** (3 posts)
* **Geffen**, **Payon**, **Morocc**, **Alberta**, **Izlude**
* **Aldebaran**, **Yuno**, **Einbroch**, **Lighthalzen**
* **Amatsu**, **Ayothaya**, **Louyang**, **Gonryun**
* **Umbala**, **Moscovia**, **Comodo**, **Xmas**

> A subtle blue aura and a live timer will appear when you're in range and earning points.

***

### 🛍️ Hourly Point Shop

Talk to any **Hourly Point Post** NPC and select **"Shop"** to access the rewards.

| Available Items         | Points |
| ----------------------- | ------ |
| Royal Jelly Box (×20)   | 3 P    |
| Mastela Fruit Box (×30) | 2 P    |
| Kafra Card              | 3 P    |
| \[E] Exp Manual 50      | 7 P    |
| \[E] Job Manual 50      | 7 P    |
| \[E] Bubble Gum 50      | 7 P    |
| \[E] Exp Manual 100     | 15 P   |
| \[E] Job Manual 100     | 15 P   |
| \[E] Bubble Gum 100     | 15 P   |
| Hourly Box A            | 7 P    |
| Hourly Box B            | 5 P    |
| Hourly Box C            | 5 P    |
| Hourly Box D            | 10 P   |

***

### 📋 Live Timer Display

When you're within range of a valid NPC, the system shows:

* ⏳ **Time remaining** until your next point
* 🧮 **Total Hourly Points** you currently have
* :eject: You may also hide the Live Timer Display by using **@viewhourly/@vhr**

<figure><img src="/files/Ry8nkZlCjr7xaUEEY6xb" alt=""><figcaption></figcaption></figure>

You will also see a **blue aura effect** to confirm active tracking.

***

### ✅ Tips

* Want to AFK in town? Park near a **Hourly Point Post** and passively earn rewards.
* The system works well during events or downtime — leave a character near a post and accumulate points throughout the day.
* The Hourly Boxes contain helpful support consumables and are ideal for regular use.


---

# 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/hourly-point-system.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.
