# Monster Loot Box

Each Monster Loot Box will contain items specific to the monster it was obtained from, based on Ragnarok Online Classic.

* When opening a Monster Loot box, it will consume 1 [Stamina](/ragnarok-landverse-whitepaper/game-guide/stamina-system.md) each time. Consuming monster loot box will guarantee to obtain random amount of zeny plus 1 random item.
* Players will no longer receive Equipment directly from monsters. Instead, they will receive an **Equipment Box**, which can be opened to obtain random Equipment that can be found from monsters in the Field. There will be no chance of receiving items that can only be obtained from monsters in the Dungeon.
* [VIP](/ragnarok-landverse-whitepaper/game-guide/vip-system.md) will receive double zeny from monster loot box.

<figure><img src="/files/4auwhKgIruc4cNwnVsd2" alt=""><figcaption><p>Monster Loot Box</p></figcaption></figure>

For example, defeating a Monster Poring will drop a Poring's Loot Box.

Opening a Poring's Loot Box has a chance to drop Zeny and the following items:

* Apple (10%)
* Apple (1.5%)
* Fly Wing (5%)
* Unripe Apple (0.2%)
* Jellopy (70%)
* Sticky Mucus (4%)
* <mark style="color:green;">**Equipment Box**</mark> (5%)

#### **New Zeny Calculation Formula:**

With the introduction of Loot Box (where equipments can be sold at NPC shops for 10z), the Zeny calculation will be as follows:

* Min Zeny = (Character Level + Monster Level \* 8) / 4
* Max Zeny = (Character Level + Monster Level \* 16) / 2
* **Zeny Gained** = Random(Min Zeny, Max Zeny)

### What is an Equipment Box?

An Equipment Box contains all the <mark style="color:green;">Equipment that can be found from monsters in the Field Area.</mark> <mark style="color:red;">Equipment that can be found from monsters in the Dungeon will not be included in this Equipment Box.</mark> The player's character level affects the quality and variety of Equipment obtained from the [Equipment Box](/ragnarok-landverse-whitepaper/game-guide/monster-drop/monster-loot-box/equipment-box.md).

<figure><img src="/files/l64YJ1d6ulPIus6hTdZB" alt=""><figcaption><p>Equipment Box</p></figcaption></figure>


---

# 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://maxion-1.gitbook.io/ragnarok-landverse-whitepaper/game-guide/monster-drop/monster-loot-box.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.
