> 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/guild-donation.md).

# Guild Donation

Support your guild and grow stronger together through the **Guild Donation System**! By contributing daily materials, you earn **Guild Points (GP)**, which can be exchanged for valuable **account-bound items** in the Guild Shop. This system resets every morning, offering a fresh set of donation tasks that encourage active participation and teamwork. Help your guild thrive while gaining access to exclusive rewards that enhance your character’s power and showcase your dedication as a loyal member.

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

***

## 🏛️ Access Location

Speak to the **Guild Donation Officer** inside the **Main Office**.

***

## 🎯 How It Works

### **📅 Daily Material Rotation**

* Every day at **6:00 AM (GMT+8)**, a new set of 6 materials is selected randomly.
* These materials are required for donation and contribute to your **Guild Points (GP)** total.

### **🧾 Donation Process**

1. Select **“Donate Materials”** from the menu.
2. You’ll see a list of today's required materials, their required quantities, and the GP you’ll receive.
   * If you have enough of an item, it's highlighted in **green**.
   * If not, it’s shown in **gray**.
3. Choose the material you want to donate.
4. If eligible, your items will be consumed, and your GP will be credited immediately.

### **📈 Guild Points (GP)**

* **GP is intact to the Guild so only the leader can manage the GP.**
* All members contribute to a single **guild GP balance**.
* **GP can be used to unlock permanent stat bonuses** or purchase items from the **Guild Shop**.
* Only **Guild Leaders** can use GP for stat upgrades.

### 🛒 Guild Shop

* **Only the Guild Master** can access and purchase from the **Guild Shop**.
* Items are **guild-bounded**.
* All purchases deduct from the **shared Guild Point (GP) balance**.
* This ensures proper control over guild-wide currency usage and avoids misuse by regular members.

***

#### 📜 Logs and Tracking

* All donations are logged with your character, account, guild name, and timestamp.
* This system encourages daily participation and recognizes consistent supporters.

***

#### ⏳ Live Countdown

Whenever you’re near the NPC, you’ll see a live display:

<pre><code><strong>    [ Guild Donation ]
</strong>Materials Reset in 00:00:00
</code></pre>

This tells you exactly when the next donation set will arrive.

***

#### ❗ Requirements

* You **must be in a guild** to access donation and shop features.
* GP is tied to your character, not your account or guild.

***

#### 💡 Tips

* Visit the NPC **daily after 6:00 AM** to check the new donation materials.
* Stack up materials in advance from the common item pool.
* Use your GP wisely, items are account-bound and can't be traded.

***

**Support your guild, earn your rewards, and contribute to your guild’s success!**


---

# 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/guild-donation.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.
