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

# Autoloot system

{% hint style="success" %}
The **Autoloot System** in Oldschool RO automatically collects items dropped by slain monsters directly into your inventory, keeping your farming fast, clean, and effortless!
{% endhint %}

## 📦 Basic Autoloot (`@autoloot`)

Filter automatically collected items based on monster drop percentage probability.

### Available Commands

* **`@autoloot 100`** — Collects **all** dropped items.
* **`@autoloot <1-100>`** — Collects items with a drop rate **at or below** the specified percentage.
* **`@autoloot off`** — Disables the autoloot system.

{% hint style="info" %}
**Examples:**

* `@autoloot 100` *(Loots every single item dropped)*
* `@autoloot 5` *(Only loots items with a 5% drop rate or lower)*
* `@autoloot off` *(Turns autolooting completely off)*
  {% endhint %}

## 🎯 Specific Item Whitelist (`@alootid`)

Target or exclude specific items by name or Item ID, regardless of global `@autoloot` drop rates.

### Available Commands

* **`@alootid +<item_name | item_id>`** — Add an item to your whitelist.
* **`@alootid -<item_name | item_id>`** — Remove an item from your whitelist.
* **`@alootid list`** — View all active whitelisted items.
* **`@alootid reset`** — Clear your entire item whitelist.

{% hint style="info" %}
**Examples:**

* `@alootid +jellopy` or `@alootid +909` *(Adds Jellopy to your whitelist)*
* `@alootid -jellopy` or `@alootid -909` *(Removes Jellopy from your whitelist)*
* `@alootid list` *(Displays your active whitelist)*
* `@alootid reset` *(Clears all whitelisted items)*
  {% endhint %}

## 💾 Saved Autoloot Profiles (`@alootid2`)

Save, load, and manage custom autoloot configurations for different farming activities (MVP hunting, Card farming, Zeny farming).

### Available Commands

* **`@alootid2 list`** — View all saved profile slots.
* **`@alootid2 save <slot> <item_ids...>`** — Save a list of item IDs to a profile slot.
* **`@alootid2 set <slot> name <name>`** — Assign a custom name to a profile slot.
* **`@alootid2 load <slot>`** — Load a saved profile into active autoloot.
* **`@alootid2 set <slot> autoload <1/0>`** — Toggle automatic profile loading upon logging in (`1` = On, `0` = Off).
* **`@alootid2 reset <slot>`** — Reset or delete a saved profile slot.

{% hint style="info" %}
**Examples:**

* `@alootid2 list` *(Displays saved profile slots)*
* `@alootid2 save 1 607 608 610` *(Saves Yggdrasil Berry \[607], Seed \[608] & Leaf \[610] to Slot 1)*
* `@alootid2 set 1 name MVP_Loot` *(Renames Slot 1 to "MVP\_Loot")*
* `@alootid2 load 1` *(Loads Slot 1 profile)*
* `@alootid2 set 1 autoload 1` *(Enables auto-loading Slot 1 upon login)*
* `@alootid2 reset 1` *(Deletes Slot 1 profile)*
  {% endhint %}

## 🏷️ Item Category Filters (`@aloottype`)

Enable or disable autolooting for entire categories of items at once.

### Available Commands

* **`@aloottype +<category>`** — Enable autolooting for a specific category.
* **`@aloottype -<category>`** — Disable autolooting for a specific category.
* **`@aloottype reset`** — Reset all category filters to default settings.

### Supported Categories

| Category    | Description                                      |
| ----------- | ------------------------------------------------ |
| `healing`   | Potions, herbs, food, and restorative items      |
| `usable`    | Scrolls, boxes, and consumable items             |
| `equipment` | Armor, weapons, headgear, and accessories        |
| `card`      | All monster cards                                |
| `etc`       | Miscellaneous loot, materials, and monster drops |
| `ammo`      | Arrows, bullets, and throwable ammunition        |

{% hint style="info" %}
**Examples:**

* `@aloottype +card` *(Autoloots all monster cards)*
* `@aloottype +equipment` *(Autoloots all gear items)*
* `@aloottype -etc` *(Disables autolooting for miscellaneous drops)*
* `@aloottype reset` *(Resets category settings)*
  {% endhint %}
