> 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/ro-project-frontier/server-modifications/skill-changes.md).

# Skill Changes

{% hint style="info" %}
🤹 A rundown of skills that have been **disabled** or **rebalanced** to keep gameplay fair and fun.
{% endhint %}

## 🚫 Disabled Skills

These skills are turned off server-wide:

* ![Abracadabra](https://static.divine-pride.net/images/skill/290.png) **Abracadabra**
* ![Greed](https://static.divine-pride.net/images/skill/1013.png) **Greed**
* ![Steal Coin](https://static.divine-pride.net/images/skill/211.png) **Steal Coin**
* ![Plant Cultivation](https://static.divine-pride.net/images/skill/491.png) **Plant Cultivation**
* ![Eske](https://static.divine-pride.net/images/skill/471.png) **Eske**

## ⏱️ Duration Adjustments

| Skill                                                                                         | Change                                                           |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| ![Blessing](https://static.divine-pride.net/images/skill/34.png) **Blessing**                 | Duration increased to **5 minutes**.                             |
| ![Increase Agility](https://static.divine-pride.net/images/skill/29.png) **Increase Agility** | Duration increased to **5 minutes**.                             |
| ![Aspersio](https://static.divine-pride.net/images/skill/68.png) **Aspersio**                 | Duration increased to **30 minutes**; consumes **5 Holy Water**. |
| ![Impositio Manus](https://static.divine-pride.net/images/skill/66.png) **Impositio Manus**   | Duration increased to **5 minutes**.                             |

## 🎯 Effect Modifications

| Skill                                                                                                  | Change                                                                                                       |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| ![Ankle Snare](https://static.divine-pride.net/images/skill/117.png) **Ankle Snare**                   | 10-trap limit; cannot affect yourself or guild/party members.                                                |
| ![Body Relocation](https://static.divine-pride.net/images/skill/264.png) **Body Relocation**           | Consumes **1 sphere** regardless of fury state; cannot be used while caught in **Spider Web** or a **trap**. |
| ![Mammonite](https://static.divine-pride.net/images/skill/42.png) **Mammonite**                        | Zeny cost set to **500z** on all levels.                                                                     |
| ![Maximum Power Thrust](https://static.divine-pride.net/images/skill/486.png) **Maximum Power Thrust** | Zeny cost set to **1,000z** on all levels.                                                                   |
| ![Quagmire](https://static.divine-pride.net/images/skill/92.png) **Quagmire / Trap**                   | Cannot affect yourself or guild/party members.                                                               |
| ![Double Attack](https://static.divine-pride.net/images/skill/48.png) **Double Attack**                | Now applies on **critical damage**.                                                                          |
| ![Back Stab](https://static.divine-pride.net/images/skill/212.png) **Back Stab**                       | Now works in **all directions**.                                                                             |
| ![Weapon Refine](https://static.divine-pride.net/images/skill/477.png) **Weapon Refine**               | Zeny cost set to **50,000z**.                                                                                |


---

# 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/ro-project-frontier/server-modifications/skill-changes.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.
