> For the complete documentation index, see [llms.txt](https://forsakentales.gitbook.io/fl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://forsakentales.gitbook.io/fl/server-features/plagiarism-npc.md).

# Plagiarism NPC

***

<figure><img src="/files/66RHEXQF4p73gD7mbNFM" alt=""><figcaption></figcaption></figure>

***

### 💡Overview

An NPC specifically for **Rogue Classes** where they can copy a skill temporarily with a cost of zeny.

***

### ⭐Available Skills

Rogue classes are **obliged to pay up a 150,000z fee** per skill to the Plagiarism NPC.&#x20;

A maximum of **one (1) skill** can only be copied.

*Note: Your copied skill will depend on the level of your Plagiarism Skill.*

| Class                | Skill                |
| -------------------- | -------------------- |
| **Acolyte Branch**   | Heal                 |
|                      | Increase Agility     |
|                      | Decrease Agility     |
|                      | Blessing             |
|                      | Magnificat           |
|                      | Gloria               |
|                      | Lex Divina           |
|                      | Lex Aterna           |
|                      | Holy Light           |
|                      | Triple Attack        |
| **Archer Branch**    | Double Strafe        |
|                      | Arrow Shower         |
|                      | Spring Trap          |
|                      | Phantasmic Arrow     |
| **Mage Branch**      | Napalm Beat          |
|                      | Soul Strike          |
|                      | Cold Bolt            |
|                      | Fire Bolt            |
|                      | Lightning Bolt       |
|                      | Thunder Storm        |
|                      | Fire Ball            |
|                      | Fire Wall            |
|                      | Frost Diver          |
|                      | Fire Pillar          |
|                      | Meteor Storm         |
|                      | Jupitel Thunder      |
|                      | Lord of Vermillion   |
|                      | Storm Gust           |
|                      | Earth Spike          |
|                      | Heaven's Drive       |
|                      | Napalm Vulcan        |
|                      | Gravitational Field  |
|                      | Soul Burn            |
|                      | Dispel               |
| **Merchant Branch**  | Mammonite            |
|                      | Acid Terror          |
| **Swordsman Branch** | Bash                 |
|                      | Magnum Break         |
|                      | Grand Cross          |
|                      | Bowling Bash         |
|                      | Pressure             |
| **Thief Branch**     | Venom Dust           |
|                      | Venom Splasher       |
|                      | Soul Destroyer       |
|                      | Meteor Assault       |
| **Ninja Class**      | Throw Shuriken       |
|                      | Throw Huuma Shuriken |
|                      | Flaming Petals       |
|                      | Blaze Shield         |
|                      | Exploding Dragon     |
|                      | Freezing Spear       |
|                      | Watery Evasion       |
|                      | Snow Flake Draft     |
|                      | Wind Blade           |
|                      | Lightning Jolt       |
|                      | First Wind           |
|                      | Shadow Slash         |
| **Taekwon Class**    | Flying Side Kick     |
|                      | Leap                 |

***

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


---

# 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://forsakentales.gitbook.io/fl/server-features/plagiarism-npc.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.
