# Auto Drop Permit

<figure><img src="/files/3sH8BXzbQJ59bBA3tqbi" alt=""><figcaption></figcaption></figure>

## Auto Drop

### Overview

**Auto Drop** is a consumable item that temporarily allows monsters killed during Autoattack to drop items. Normally, Autoattack mode suppresses all item drops. When Auto Drop is used, it grants the **SC\_INSPIRATION** status for **1 Hour**, enabling non-rare items to drop and be automatically collected.

| Property  | Value                  |
| --------- | ---------------------- |
| Item ID   | 50052                  |
| Type      | Consumable             |
| Effect    | Grants SC\_INSPIRATION |
| Duration  | 100 seconds            |
| Auto Buff | Supported              |

### Drop Rules

While SC\_INSPIRATION is active during Autoattack:

* Monsters will drop **non-rare items** on kill.
* A **-50% penalty** is applied to all drop rates before the drop chance is rolled.
* The following items are **excluded** and will never drop:
  * **Cards** (item type IT\_CARD)
  * **Rare equipment** with a base drop chance of **3.33% or lower**
  * **All MVP reward drops**

### Automatic Loot Pickup

Items that appear on the ground are **automatically picked up** by the Autoattack system.

* The character scans for nearby floor items between attacks and walks to collect them.
* Rare items on the ground (cards, rare equipment) are **skipped** and will not be picked up.
* During heavy combat (3 or more adjacent monsters), loot pickup is deferred until combat pressure decreases.

### Greed Skill Integration

If the character has learned the **Greed** skill (BS\_GREED), the Autoattack system will use it for loot collection instead of walking to each item individually.

* Greed instantly picks up **all items within a 2-cell radius**.
* During Autoattack, Greed is executed **without animation delay** and does **not interrupt attacks**.
* The SP cost of **10 SP** is still deducted per use.
* Characters without the Greed skill pick up items one at a time.

{% hint style="info" %}
Manual casting of Greed outside of Autoattack is completely unaffected and works with standard skill delays as normal.
{% endhint %}

### Auto Buff Slot

Auto Drop can be placed in an **Auto Buff slot** on the Autoattack hotkey bar.

* The item is **automatically consumed** whenever the SC\_INSPIRATION status is not active.
* This keeps the drop collection effect running continuously without manual input.
* Since the item is consumable, **one item is used from inventory** each time the buff is refreshed. Carry a sufficient supply.

### Restrictions

* Auto Drop only enables drops during **Autoattack mode**. Using it outside of Autoattack grants SC\_INSPIRATION but does not change drop behavior.
* Items physically drop on the ground and are then picked up. This system **does not use @autoloot**.
* The -50% drop rate penalty **stacks** with existing server drop rate modifiers.
* Loot priority timers are respected. The character only picks up items it has permission to loot.

### Summary

| Feature           | Detail                                                    |
| ----------------- | --------------------------------------------------------- |
| Drop activation   | Enables non-rare drops during Autoattack                  |
| Rare item filter  | Cards and items with drop rate 3.33% or lower are blocked |
| MVP drops         | Blocked entirely                                          |
| Drop rate penalty | -50% on all eligible items                                |
| Auto pickup       | Walks to and picks up items automatically                 |
| Greed support     | Instant AoE pickup if BS\_GREED is available              |
| Auto Buff         | Auto-consumed when buff expires                           |
| Duration          | 1 Hour per use                                            |


---

# 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://the-ragnarok-classic-1.gitbook.io/wiki/server-features/limited-auto-attack/auto-drop-permit.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.
