> 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/daily-quest.md).

# Daily Quest

The **Daily Quest Manager** allows adventurers to complete **one quest per account per day**. Players may choose between hunting monsters or collecting items, with difficulty and rewards scaling according to the player’s level bracket.

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

***

### 📍 Location

Speak to the **Daily Quest Manager** at **Main Office**.

***

### 📅 Quest Rules

* You may accept **one quest per day, per account**.
* Quests **reset daily at 6:00 AM (GMT+8)**.
* You **must be within level range** to begin a quest.
* You can **abandon your quest at any time** for **35,000 Zeny**.
* **Progress is tracked automatically** once a quest is accepted.

***

### 🧭 Quest Flow

#### 1. Eligibility Check

You must fall into one of the following level brackets:

* 15–35
* 36–60
* 61–80
* 81–99

### 🛒 Item Turn-In Quest

You will be asked to gather a **random item** from a predefined pool based on your level bracket. The **required quantity increases with your level**.

| Level Range | Sample Items  | Quantity |
| ----------- | ------------- | -------- |
| 15–35       | 1 random item | 15       |
| 36–60       | 1 random item | 25       |
| 61–80       | 1 random item | 35       |
| 81–99       | 1 random item | 45       |

{% hint style="info" %}
Once collected, return and select **Turn-in Items** to complete the quest.
{% endhint %}

***

### ⚔️ Monster Hunt Quest

You will be assigned a **random monster** appropriate to your level bracket. Defeat the specified number to complete the quest.

| Level Range | Hunt Quantity |
| ----------- | ------------- |
| 15–35       | 20 kills      |
| 36–60       | 25 kills      |
| 61–80       | 35 kills      |
| 81–99       | 45 kills      |

{% hint style="info" %}
Your progress will be shown in real-time and updated as you kill the target monster.
{% endhint %}

***

### 🎁 Rewards

Reward amounts depend on your level bracket:

| Level Range | Reward Quantity       |
| ----------- | --------------------- |
| 15–35       | 1 × Daily Quest Box   |
| 36–60       | 2 × Daily Quest Boxes |
| 61–80       | 3 × Daily Quest Boxes |
| 81–99       | 4 × Daily Quest Boxes |

* **Reward Item**: Daily Quest Box&#x20;
* *Note: Box contents are random.*

***

## 🎁 Daily Quest Box (Content)

| Item Name            | Amount | Chance |
| -------------------- | ------ | ------ |
| BEXP Potion (Small)  | 1      | 7%     |
| BEXP Potion (Medium) | 1      | 5%     |
| BEXP Potion (Large)  | 1      | 3%     |
| JEXP Potion          | 1      | 5%     |
| EXP Manual           | 1      | 10%    |
| Job Manual           | 1      | 10%    |
| Kafra Card           | 1–3    | 7%     |
| Life Insurance       | 1      | 5%     |
| Token of Siegfried   | 1–3    | 5%     |
| Gym Pass             | 1–3    | 2%     |
| Oridecon             | 3–10   | 5%     |
| Elunium              | 3–10   | 5%     |
| Rough Elunium        | 3–10   | 20%    |
| Rough Oridecon       | 3–10   | 20%    |
| Royal Jelly          | 3–10   | 50%    |
| Mastela Fruit        | 3–15   | 50%    |

***

### 🔁 Daily Reset

<div align="left"><figure><img src="/files/j9iRuTtWWeIJzwCI7g6u" alt=""><figcaption></figcaption></figure></div>

* Quests reset **daily at 6:00 AM (GMT+8)**.
* If the reset occurs before you complete your quest:
  * **Your quest is erased**
  * **Progress is lost**
  * You can **start a new one immediately**

***

### ❌ Abandoning a Quest

* You may abandon your current quest for **35,000 Zeny**.
* You **can immediately take a new quest** after abandoning.

***

### 💡 Notes

* This system is **account-based** (shared across all characters on the account).
* Make sure to **complete your quest before 6:00 AM reset** to avoid losing progress.


---

# 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/daily-quest.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.
