# Auto Combat System

## Auto Combat System

The **Auto Combat** system allows players to automate attacking, looting, and survival behaviors. It is configurable through in-game commands and a settings menu.

When auto-combat is active, a corresponding icon will appear, indicating that your character is automatically engaging enemies and performing actions without manual input.

<figure><img src="/files/xDYz4JkpMe6h0mg2BCau" alt=""><figcaption><p>Auto Combat Icon</p></figcaption></figure>

{% hint style="success" %}
**Important**

***

* Auto Combat System is enabled in [**Gold Room**](https://ragnarok-finest.gitbook.io/ragnarok-finest-wiki/game-features/gold-room) only for **VIP Users.**
* The Auto Combat feature can only be used for **3 hours per day**.
* Completing this [**quest**](https://ragnarok-finest.gitbook.io/ragnarok-finest-wiki/game-features/music-box) will give you additional 3 hours of Auto Combat time.
  {% endhint %}

***

### Commands

```
@ac on
@ac off
@ac settings
```

* `@ac on` — Enables Auto Combat
* `@ac off` — Disables Auto Combat
* `@ac settings` — Opens the configuration menu

***

### Setup Guide

Before using Auto Combat, you must configure it via:

```
@ac settings
```

This opens the main configuration interface.

***

### Settings Menu

The following options are available:

* **Auto Combat**
* **Attack Menu**
* **Support Buffs**
* **Item Loot**
* **Teleport & Misc**
* **Regeneration**

{% hint style="info" %}

#### NOTES

***

* You must select at least one monster before starting Auto Combat.
* The monster list dynamically updates depending on your current map.
* Clearing selections will reset your targeting preferences.
* Only one Auto Combat session is allowed per IP address.
  {% endhint %}

***

### Auto Combat Menu

When selecting **Auto Combat**, you will see:

#### Options

* **Start Combat**
  * Begins automated combat based on your configuration.
* **Monster List (Map-Based)**
  * Displays all monsters available on your current map.
  * **Example: `prt_fild08`**

```
Lunatic
Pupa
Poporing
Drops
```

* **Clear Selected**
  * Removes all selected monsters from the target list.

***

### Attack Menu

This menu allows you to configure how your character engages enemies.

#### Options

* **Normal Attack**
* **Retaliate when Attacked**
* **Double Strafe**
* **Arrow Shower**
* **Blitz Beat**
* **Falcon Assault**
* **Focused Arrow Strike**
  * **Configuration:**
    * When selected, you must input your desired **Skill Level**.

      Example:

```
Focused Arrow Strike Lv. 5
```

***

### Support Buffs

This menu manages buffs that enhance your character during Auto Combat.

#### Options

* **Skill Buffs**
  * **Improve Concentration**
* **Item Buffs**
  * Uses consumable buff items automatically (if configured)

***

### Item Loot

This menu controls how your character picks up items.

#### Options

* **Disable Looting**\
  Disables all item pickup.
* **Loot Everything**\
  Picks up all items dropped by monsters.
* **Loot Group 1 only**

  * **Return**
    * Go back to previous menu.
  * **Enabled Loot Group 1**
    * Toggles Group 1 looting on/off.
  * **Add Item**
    * Allows you to add specific items to loot.
    * **Configuration:**
      * You must input the **Item ID** of the item you want to loot.
      * Example:

  ```
  501 (Red Potion)
  ```
* **Loot Group 2 only**
  * Uses a second customizable loot group.

***

### Teleport & Misc

This menu handles mobility, safety, and behavior when idle or in danger.

#### Options

* **Use Teleport Skill**
  * Uses the Teleport skill automatically.
* **Use Fly Wing**
  * Uses Fly Wing items for teleportation.
* **Teleport from MVP**
  * Automatically teleports away when encountering MVP monsters.
* **Emergency Teleport HP Threshold**
  * Triggers teleport when HP falls below a set percentage.
  * **Configuration:**
    * Adjustable from **3% to 90% HP**
* **Teleport No Mob Delay**
  * Teleports if no monsters are found within a set time.
  * **Configuration:**
    * Adjustable up to **120 seconds**
* **When AC Ends**
  * Defines what happens when Auto Combat stops:
    * Do Nothing
    * Warp to Savepoint
    * Logout

***

### Regeneration

The **Regeneration** settings allow you to control how your character restores HP and SP during Auto Combat.

#### Options

* HP Potions
  * Allows you to add any hp recovery item from your inventory.
* SP Potions
  * Allows you to add any SP recovery item from your inventory.
* Sit to Regen HP
  * Forces your character to sit down when HP falls below a set percentage.
  * **Configuration:**
    * Adjustable from 5% to 75% HP
* Sit to Regen SP
  * Forces your character to sit down when SP falls below a set percentage.
  * **Configuration:**
    * Adjustable from **5%** to **75%** HP.

***


---

# Agent Instructions: 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:

```
GET https://ragnarok-finest.gitbook.io/ragnarok-finest-wiki/game-features/auto-combat-system.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
