# /lootall

## Syntax

**/lootall**

## Description

* **/lootall** allows you to loot everything on the corpse that is *not* No Trade. You must manually loot those unless

  you have [/lootnodrop](/macroquest/commands/eq-commands/lootnodrop.md) set to never.
* Using **/lootall** will loot *everything* on the corpse automatically unless there is more than one No Trade item on

  it. In this case, you will have to loot everything (including the item(s) that are not No Trade) manually.

## Examples

* **Will loot everything**:

```
Slot 1: Diamond
Slot 2: Jacinth
Slot 3: No Trade Item
```

* **Will** *not* **loot everything**:

```
Slot 1: Diamond
Slot 2: Jacinth
Slot 3: No Trade Item
Slot 4: No Trade Item
```

## See Also

* [/lootnodrop](/macroquest/commands/eq-commands/lootnodrop.md)


---

# 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://macroquest.gitbook.io/macroquest/commands/slash-commands/lootall.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.
