> For the complete documentation index, see [llms.txt](https://lokagamers.gitbook.io/rowiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lokagamers.gitbook.io/rowiki/unique-feature/new-auto-attack-system.md).

# \[NEW] Auto Attack System

With its **\[new] intelligent enhancements**, fully customizable features, and seamless integration, the Autoattack System V2 empowers players of all levels to maximize efficiency, focus on strategy, and enjoy an optimized gameplay experience.

<h2 align="center">Auto Attack Pack</h2>

<p align="center">A pack containing an Auto Attack Device.<br>Open it to obtain the device and unlock the Auto Attack feature.<br>Perfect for adventurers seeking a more convenient hunting experience.</p>

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

<h2 align="center">Auto Attack Device</h2>

<p align="center">A mysterious device developed to assist adventurers in battle.<br>Once activated, it enables the Auto Attack system, allowing your character<br>to automatically attack nearby monsters.<br>Use with caution and always keep an eye on your surroundings.</p>

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

### \[Configuration]

**\~ Regeneration**

* Auto-Heal: Select skill levels to use and set HP thresholds to trigger healing skills.
* HP / SP Potions: Potions are automatically detected from your inventory and displayed in a menu and set specific HP/SP thresholds to trigger potion use.
* Sit to Rest: Configure automatic sitting when HP or SP falls below set thresholds and the character automatically stands up when HP/SP is fully restored.

**\~ Attack Skills:** Detecting attack skills that you have automatically.

**\~ Buff Skills:** Detecting buff skills that you have automatically.

**\~ Buff Items:** Detecting buff items that you have automatically.

**\~ Monster Avoidance:** Select which monsters to avoid attacking.

**\~ Items Pickup Selection:** Options to pick up items from a customizable list.

* Pick up configuration
  * Pick up only items on the list
  * Pick up only cards
  * Don't pick up any item
* Add an item
* Remove an item
* Clear the list

**\~ Teleport:** Use teleport items or teleportation skills.

* Enable fly wing to teleport
* Enable teleport skill to teleport
* Set the minimum HP value for emergency teleport
* Adjust the teleport delay if no monster is encountered within that time
* Adjust the max number of monster that can target you before being teleported

**\~ Others configurations**

* Token of Siegfried: Automatic use of Token of Siegfried upon death.
* Return to save point: Teleport to save point after death.
* Auto accept party request: Auto accept party invitations.
* Priorize loot over fight
* Melee atk
* Melee atk only when SP <100
* Ignore aggressive monster if not in the list
* Configure action when autoattack stop: Choose the action to do when the autoattack stop
  * Do nothing
  * Teleport to save point
  * Logout

**\~ Reset all**


---

# 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://lokagamers.gitbook.io/rowiki/unique-feature/new-auto-attack-system.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.
