> 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/heroes-offering.md).

# Heroes' Offering

**Heroes' Offering** is a server-wide contribution system that lets players donate Zeny to activate server-wide buffs for everyone!

![](/files/mgwSTqA6V10WeUBpOU6A)

***

### 🔰 What is It?

Players across the world can donate Zeny to a shared pool. When the donation goal is reached, **every player** receives:

* 🧪 **+100% Base and Job Experience**
* 💎 **+100% Drop Rate**

These bonuses last for a full **1 hour** once the goal is met.

***

### 💸 How to Donate

1. Talk to any **Heroes' Offering NPC** in major cities.
2. Choose **"Donate Zeny"** from the menu.
3. Donate at least **10,000 Zeny**.
4. Receive personal buffs:
   * 🛡️ **Blessing Lv10**
   * 🏃 **Increase Agility Lv10**
   * Duration: 1 minute per 10,000 Zeny donated\
     \&#xNAN;*(e.g. 50,000 Z = 5 minutes of buffs)*

***

### 🎯 Goal

* **Community Goal:** Reach **5,000,000 Zeny**
* When the pool is full:
  * 💥 Everyone on the server gets **+100% EXP and Drop Rate** for **60 minutes**
  * 🎉 Announcement is broadcasted globally

<figure><img src="/files/5MLrd7evpIABoBDH9WKh" alt=""><figcaption></figcaption></figure>

***

### 🏆 Top Donors

You can also view the **Top 10 Contributors** from the same NPC to see who’s supporting the world the most!

***

### 🌍 NPC Locations

You can find **Heroes' Offering NPCs** in most towns, including:

* Prontera
* Payon
* Alberta
* Geffen
* Morocc
* Yuno
* Rachel
* Amatsu
* And more...

Look for the NPC named **“Heroes' Offering”** — they’re usually near the center or main plaza.

***

### 🔄 When Does It Reset?

Once the 60-minute global buff ends:

* All rates return to normal
* Players can start donating again immediately


---

# 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/heroes-offering.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.
