> 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/tgod-attendant.md).

# TGOD Attendant

The **TGOD Attendant** is a personal buffer that can be summoned using the **Attendant Bell** ![](/files/xIS4OI17k83by9uPE4DH). It allows players to receive various stat-boosting and support buffs in exchange for Zeny.

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

#### 📍 Access Method

* **Summoned via:** `Attendant Bell` ![](/files/dGBu7faUOT3PNoi1R1S3)
* **Not usable in:** WoE castles, GvG maps, or restricted zones

***

### 💡 System Features

* Choose buffs manually or load from a **saved preset**.
* Up to **30 buffs** can be saved as presets per character.
* Buffs have **customizable durations (1–1440 minutes)**.
* Instant healing available via Heal.
* Cost is calculated per minute except for instant skills.

***

### 🛡️ Available Buffs & Pricing

| #  | Buff Name       | Max Level | Type     | Cost per Minute | Notes                    |
| -- | --------------- | --------- | -------- | --------------- | ------------------------ |
| 1  | Heal            | Lv 10     | Instant  | 5,000 Zeny      | Fully recovers HP/SP     |
| 2  | Increase AGI    | Lv 10     | Duration | 1,000 Zeny/min  | Boosts AGI + Move Speed  |
| 3  | Blessing        | Lv 10     | Duration | 1,000 Zeny/min  | STR/INT/DEX boost        |
| 4  | Magnificat      | Lv 5      | Duration | 2,000 Zeny/min  | Doubles SP regen speed   |
| 5  | Gloria          | Lv 5      | Duration | 1,000 Zeny/min  | LUK +30                  |
| 6  | Angelus         | Lv 5      | Duration | 1,000 Zeny/min  | DEF boost for party      |
| 7  | Impositio Manus | Lv 5      | Duration | 2,000 Zeny/min  | ATK +25                  |
| 8  | Kyrie Eleison   | Lv 10     | Duration | 1,000 Zeny/min  | Barrier that blocks hits |
| 9  | Aspersio        | Lv 5      | Duration | 2,000 Zeny/min  | Endows weapon with Holy  |
| 10 | STR Food +5     | Lv 5      | Duration | 3,000 Zeny/min  | Adds +5 STR              |
| 11 | AGI Food +5     | Lv 5      | Duration | 3,000 Zeny/min  | Adds +5 AGI              |
| 12 | VIT Food +5     | Lv 5      | Duration | 2,000 Zeny/min  | Adds +5 VIT              |
| 13 | INT Food +5     | Lv 5      | Duration | 2,000 Zeny/min  | Adds +5 INT              |
| 14 | DEX Food +5     | Lv 5      | Duration | 3,000 Zeny/min  | Adds +5 DEX              |
| 15 | LUK Food +5     | Lv 5      | Duration | 2,000 Zeny/min  | Adds +5 LUK              |

***

### ⏱️ Duration Options

Players may select from predefined or custom durations:

* **10 minutes**
* **30 minutes**
* **60 minutes**
* **Custom duration:** 1 to 1440 minutes

***

### 💾 Preset System

* Save up to **30 buff entries** in your personal preset list.
* Presets store the buff and duration.
* Heal is saved as an **instant** effect.
* Buffs in presets can be:
  * Applied
  * Edited (duration)
  * Removed

***

### ❌ Map Restrictions

The TGOD Attendant **cannot be used** in:

* WoE castles (`guild_vs1`, `schg_casXX`, etc.)
* GvG-enabled maps
* Any map defined as restricted in the script


---

# 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/tgod-attendant.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.
