> For the complete documentation index, see [llms.txt](https://wiki.frontierro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.frontierro.com/server-features/daily-login.md).

# Daily Login Supplies

{% hint style="info" %}
🎁 **Log in, grab your supplies.** Stop by the **Daily Supply** NPC once a day for a free bundle of consumables.
{% endhint %}

## 📍 How It Works

* 📍 Find the **Daily Supply** NPC in **Trinity ( 63, 110 )**.
* 🗓️ Claim **once per day, per account** — only one character on your account can claim each day.
* 🌙 Resets at **server midnight (12:00 AM)**.
* ⚖️ Have some free weight before you claim, or the NPC won't hand over the bundle.

{% hint style="warning" %}
👑 **VIP bonus:** VIP players receive **double** the daily supply — every amount in the table below is ×2 for you.
{% endhint %}

## 🎁 Daily Reward

| Item                                                                                                              | Amount |
| ----------------------------------------------------------------------------------------------------------------- | :----: |
| ![Elite Siege Supply Box](https://static.divine-pride.net/images/items/item/14003.png) **Elite Siege Supply Box** |   ×3   |
| ![Bubble Gum](https://static.divine-pride.net/images/items/item/12210.png) **Bubble Gum**                         |   ×2   |
| ![Field Manual](https://static.divine-pride.net/images/items/item/14606.png) **Field Manual**                     |   ×2   |
| ![Job Manual](https://static.divine-pride.net/images/items/item/14606.png) **Job Manual**                         |   ×2   |
| ![Agi Scroll Box](https://static.divine-pride.net/images/items/item/16515.png) **Agi Scroll Box**                 |   ×1   |
| ![Blessing Scroll Box](https://static.divine-pride.net/images/items/item/12913.png) **Blessing Scroll Box**       |   ×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://wiki.frontierro.com/server-features/daily-login.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.
