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

# Antibot System

Welcome, adventurer!\
To keep the world of **Ragnarok Online** safe and fair, we have an **ANTIBOT System** in place. Don't worry—it's easy and quick! Follow the steps below:

***

<figure><img src="/files/x6p55qXob3ZadMHqZ3pg" alt="" width="375"><figcaption><p>Step 1</p></figcaption></figure>

### 🛡 Step 1: Enter the ANTI-BOT Room

You’ll be **teleported** to a special room.\
👉 **Your mission:** Find the **NPC** that looks *different* from the rest! 👀

***

<figure><img src="/files/7y7VgsFbQNiV74GJmvEH" alt="" width="375"><figcaption><p>Step 2</p></figcaption></figure>

### 🔎 Step 2: Spot the Odd NPC

Take a moment to **check the example image** provided.\
One NPC is **slightly different**—your task is to **click** on that one! 🕵️‍♂️

***

<figure><img src="/files/oQImbmGEjKG0fhV0Afuu" alt="" width="375"><figcaption><p>Step 3</p></figcaption></figure>

### 🧠 Step 3: Solve the Item Puzzle

After finding the NPC, a **text box** will appear showing **item images** (example: Concentration Potions).

👉 **Look carefully** and **find the odd item** among them! 🧐

***

<figure><img src="/files/Q1yEZg82S6FVtUPILHNw" alt="" width="375"><figcaption><p>Step 4</p></figcaption></figure>

### 📝 Step 4: Confirm the Odd Item

* **Right-click** the different item.
* **Check its Item ID**.
* **Enter the ID** into the provided box.
* **Click OK!**

> ✨ Example:\
> If the odd item is **Berserk Potion**, right-click it, get its ID, type it in, and you're good to go!

***

## 🎉 Congratulations!

You’ve successfully passed the **ANTIBOT System** like a true hero!


---

# 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://star-ro.gitbook.io/star-ro/star-ro/antibot-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.
