> For the complete documentation index, see [llms.txt](https://playdarkro.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playdarkro.gitbook.io/wiki/padawans-guide/autopilot-system.md).

# Autopilot System

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

Tired of endlessly clicking skills during long grinding sessions? We were too! That’s why **DarkRO** introduces a convenient **Auto Pilot System**.

With just a simple command, your character will automatically perform basic attacks and skills — making leveling and farming smoother and more effortless than ever!

***

{% hint style="warning" %}
When you’re on Auto Pilot, the Activity Points timer won’t run, so you won’t earn any points during that time.
{% endhint %}

***

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

#### **Auto Pilot Commands:**

**@ap \<on|off|status|extend>**

* @ap on - Start Auto Pilot
* @ap off - Stop Auto Pilot
* @ap status - Check current status
* @ap extend - Extend the auto pilot for 1 hour

***

#### Drop Rate Penalty

* -50% Drop Rate Penalty for Normal Players
* -25% Drop Rate Penalty for VIP Players

***

{% hint style="info" %}
Autopilot Duration is only 3 hours per day and resets at 12:00 AM (GMT+8) Server Time
{% endhint %}

{% hint style="danger" %}
Autopilot System was disabled on certain maps like Gold Room, and Mob Arena.
{% endhint %}

***

#### Autopilot Extension Ticket

Reach greater heights in-game with the ![](/files/KClb1hxqxLVrllzGORaX)**Autopilot Extension Ticket** — unlock extended features and maximize your efficiency like never before.

With this item you can extend your Autopilot Duration. For every  ![](/files/KClb1hxqxLVrllzGORaX) **Autopilot Extension Ticket** it is equivalent to **1-hour** of extended time duration.

{% hint style="success" %}
Make sure to consume all the extended time from your Autopilot Extension Ticket before the reset at 12:00 AM (GMT+8).
{% endhint %}


---

# 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://playdarkro.gitbook.io/wiki/padawans-guide/autopilot-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.
