> For the complete documentation index, see [llms.txt](https://xgine.gitbook.io/xgine-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xgine.gitbook.io/xgine-docs/skills-and-automation/self-skills.md).

# Self Skills & Buffs

Never let your buffs drop again! The autobuff system keeps your character powered up by automatically recasting buffs when they expire.

***

## ⚙️ Configuration

Each self skill slot includes:

| Setting     | Description            |
| ----------- | ---------------------- |
| **Enabled** | Toggle skill on/off    |
| **Key**     | Hotkey for the skill   |
| **Delay**   | Cooldown after casting |

***

## 🔄 Autobuff System

The system monitors your active buffs and automatically recasts them when they expire.

### Supported Buffs

<details>

<summary><strong>View Supported Buff List</strong></summary>

| Category      | Buffs                                                                                   |
| ------------- | --------------------------------------------------------------------------------------- |
| **Swordsman** | Endure, Concentration, Aura Blade                                                       |
| **Mage**      | Energy Coat, Sight                                                                      |
| **Archer**    | True Sight, Wind Walk                                                                   |
| **Merchant**  | Overthrust, Max Overthrust, Weapon Perfection, Maximize Power, Crazy Uproar, Cart Boost |
| **Acolyte**   | Gloria, Magnificat, Angelus, Blessing, Increase AGI                                     |
| **Thief**     | Enchant Poison                                                                          |

*And many more...*

</details>

### Status Panel

{% hint style="info" %}
The status panel displays your current active buffs with visual icons. Hover over icons to see buff names and remaining duration.
{% endhint %}

***

## 🎭 Job-Specific Presets

Quickly load optimized buff configurations for your job class:

| Job Class                             | Preset Includes                           |
| ------------------------------------- | ----------------------------------------- |
| **Lord Knight / Rune Knight**         | Concentration, Aura Blade, Endure         |
| **High Wizard / Warlock**             | Energy Coat, Sight                        |
| **High Priest / Arch Bishop**         | Gloria, Magnificat, Angelus               |
| **Sniper / Ranger**                   | True Sight, Wind Walk                     |
| **Assassin Cross / Guillotine Cross** | Enchant Poison                            |
| **Whitesmith / Mechanic**             | Overthrust, Weapon Perfection, Cart Boost |

***

## 🧪 Consumable Buffs

Automatically use buff items alongside your skills:

| Item Type         | Examples                                |
| ----------------- | --------------------------------------- |
| **Attack Buffs**  | Concentration Potions, Berserk Potions  |
| **Speed Buffs**   | Awakening Potions                       |
| **Special Items** | Box of Resentment, Elemental Converters |

{% hint style="success" %}
**Pro Tip:** Combine skill buffs with consumable buffs for maximum effectiveness!
{% endhint %}

***

## 💡 Best Practices

<details>

<summary><strong>Optimizing Your Buff Setup</strong></summary>

1. **Order by Duration** — Place shorter-duration buffs first in your list
2. **Set Appropriate Delays** — Allow cast animations to complete (300-500ms recommended)
3. **Monitor SP** — Ensure you have sufficient SP for buff maintenance
4. **Use Presets** — Start with job presets and customize from there

</details>

<details>

<summary><strong>Recommended Delay Settings</strong></summary>

| Buff Type        | Suggested Delay |
| ---------------- | --------------- |
| Instant Buffs    | 300ms           |
| Cast Time Buffs  | 500-800ms       |
| Consumable Items | 500ms           |

</details>


---

# 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://xgine.gitbook.io/xgine-docs/skills-and-automation/self-skills.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.
