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

# Autoloot System

The **Autoloot System** allows players to automatically loot specific items from monster corpses. It is designed for maximum convenience, letting you manage your loot list seamlessly.

## ⚙️ Features & Mechanics

### 🎒 Basic Autoloot

* **Base Capacity:** You start with **8 slots** for items in your autoloot list.
* **Mechanic:** When you open a monster's corpse, the system automatically extracts items matching your list and places them into your inventory.

### ⚡ Loot Without Click

* **Mechanic:** Players can unlock the **Loot Without Click** ability using a specific item.
* **Effect:** Once unlocked, items on your list are looted straight to your inventory the moment the monster dies, eliminating the need to physically interact with the corpse.

### 🪙 Bank Coins (Midas Permit)

{% hint style="info" %}
**Direct Bank Deposit:** Consuming a **Midas Permit** permanently grants access to the Bank Coins feature. When active, any looted gold, platinum, or crystal coins bypass your inventory entirely and are deposited directly into your bank balance.
{% endhint %}

### 📈 Capacity Expansion

* **Mechanic:** Players can permanently increase their maximum autoloot slots by using a specific expansion item.

## 🖥️ Interface Management

You can easily manage your entire autoloot configuration, including adding or removing items, directly through the client interface.

## 🗂️ Container Mappings (Categorized Loot)

You can organize your drops by routing specific categories of items into designated containers (such as specific backpacks) within your inventory via the client interface.

### Available Categories

| Category          | Description                                                   |
| ----------------- | ------------------------------------------------------------- |
| **Equipment**     | Weapons, armor, legs, helmets, shields, boots, rings, amulets |
| **Valuables**     | Gems, pearls, rare creature products                          |
| **Potions**       | Health and mana potions, fluids                               |
| **Runes**         | Magic runes                                                   |
| **Gold**          | Gold, platinum, and crystal coins                             |
| **Ammo**          | Arrows, bolts, spears, throwing stars                         |
| **Miscellaneous** | Quest items, food, keys, tools                                |
| **Default**       | Uncategorized items                                           |


---

# 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://eternum-1.gitbook.io/eternum-wiki/en/autoloot-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.
