# Juice Maker

### Overview

The Juice Maker Quest teaches players where to turn fruits into convenient juice items. This quest involves a short interaction in Prontera followed by access to a juice-making service in Payon.

**Quest Completion Flag:** `MISC_QUEST & 1`

***

### NPCs Involved

#### 1. Housewife Marianne

* **Location:** Prontera (Inside) - `prt_in` (49,172)
* **Sprite:** 53
* **Role:** Quest starter - discusses her son Morrison's fruit-eating problems

#### 2. Little Morrison

* **Location:** Prontera (Inside) - `prt_in` (47,173)
* **Sprite:** 97
* **Role:** Optional interaction - child who refuses to eat fruits and only wants meat

#### 3. Merchant Marx Hansen

* **Location:** Payon (Inside) - `payon_in01` (174,113)
* **Sprite:** 86
* **Role:** Main NPC - converts fruits into juice

***

### Quest Walkthrough

#### Part 1: Prontera Introduction (Optional)

1. Talk to **Housewife Marianne** in Prontera
2. Optionally interact with **Morrison** (can give him Meat items)
3. After the interaction, Marianne mentions juice making in Payon Village or Morocc
4. Quest flag `MISC_QUEST & 1` is set

#### Part 2: Juice Making Service

1. Go to **Payon Inside** and find **Marx Hansen**
2. After completing Part 1, you can now make juice with him

***

### Juice Recipes

All juice requires the following per bottle:

* **1x Specific Fruit** (see table below)
* **1x Empty Bottle** (Item ID: 713)
* **3 Zeny** (processing fee)

| Juice Type   | Fruit Required | Item ID (Fruit) | Item ID (Juice) |
| ------------ | -------------- | --------------- | --------------- |
| Apple Juice  | Apple          | 512             | 531             |
| Banana Juice | Banana         | 513             | 532             |
| Carrot Juice | Carrot         | 515             | 534             |
| Grape Juice  | Grape          | 514             | 533             |

***

### Making Juice

When talking to Marx Hansen after unlocking the service:

1. Select **"Make Juice"**
2. Choose the type of juice you want to make
3. Choose quantity:
   * **"As many as I can"** - Automatically calculates maximum based on your materials
   * **"I want a certain amount"** - Input a specific number (max 100 per transaction)
4. Confirm and receive your juice

**Note:** The system will automatically calculate the maximum you can make based on:

* Number of fruits you have
* Number of Empty Bottles you have
* Amount of Zeny you have (3 zeny per juice)

***

### Rewards

* **Primary Reward:** Ability to convert fruits into juice items
* **Optional Reward (Morrison):** If you give Morrison 10 Meat, he gives:
  * 3x Candy (Item ID: 529)
  * 1x Candy Striper (Item ID: 530)

***

### Notes

* The Marianne/Morrison storyline is optional but required to unlock juice making
* You can make up to 100 juices per transaction
* Weight check is implemented - ensure you have inventory space
* Morrison interaction has multiple outcomes depending on whether you give him meat

***

### Requirements Summary

**To Unlock Service:**

* Complete conversation with Marianne (sets `MISC_QUEST & 1`)

**Per Juice Transaction:**

* 1x Fruit (Apple/Banana/Carrot/Grape)
* 1x Empty Bottle
* 3 Zeny


---

# 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/juice-maker.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.
