# Enhanced Monkey Fist Card Quest

***

## Quest Overview

A wild-talking monkey out in Gonryun Field offers a straight-up exchange service: hand over 7 regular [Monkey Fist Cards](/content/pvm-content/custom-monsters.md#monkey-fist-card) (plus zeny, Skull Coins, and Rookie Badges) and **Moco the Choco** will craft you the upgraded **Enhanced Monkey Fist Card**.

The enhanced card replaces the base card's +10 All Stats with **+12 All Stats** and stacks with other Monkey Fist variants up to the class cap — **40 All Stats** for most classes, **80 All Stats** for Assassin and Assassin Cross.

The quest is **repeatable** — bring another full set of materials and Moco will craft another card.

## Quest NPC

|                                                             NPC                                                            | Location                                                                  | Description                                                                              |
| :------------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| <p><img src="/files/877a247437687960155ea3a3e6d0f130a510db23" alt="Moco the Choco"><br><strong>Moco the Choco</strong></p> | <p>Gonryun Field (170, 290)<br><code>@warp gon\_fild01 170 290</code></p> | Main quest NPC — turn in all materials at once and receive the Enhanced Monkey Fist Card |

***

## Quest Walkthrough

{% stepper %}
{% step %}

#### Phase 1: Collect the Materials

Talk to **Moco the Choco** at Gonryun Field (170, 290) to preview the exchange. Bring **all** of the following items in a single trip:

| Item                                                     | Amount |
| -------------------------------------------------------- | :----: |
| ![](/files/xRtZ4OvplHq6L1xS8kyy) Monkey Fist Card (4172) |    7   |
| ![](/files/vlKFzxGsC3p9hKLLvE3F) Mithril Coin (22554)    |    4   |
| ![](/files/jz0nRa92BlIin6EQy7f2) Skull Coin (31288)      |   10   |
| ![](/files/ImtbZvCbuea1NNH7ngnU) Rookie Badge (20294)    |   500  |

{% hint style="success" %}
**Helpful Commands:**

* `@whodrops 4172` — See which monsters drop Monkey Fist Card
* `@alootid 4172` — Auto-loot Monkey Fist Cards while grinding
* `@warp gon_fild01 170 290` — Fast travel to Moco
  {% endhint %}

{% hint style="warning" %}
Clear inventory space before turning in. Moco refuses the exchange if you have fewer than **5 free slots** or are above **85% weight**.
{% endhint %}
{% endstep %}

{% step %}

#### Phase 2: Turn In and Claim the Card

Once you've got everything, talk to Moco again and confirm the exchange. He consumes every requirement item and hands over the reward:

| Reward                                                            | Amount |
| ----------------------------------------------------------------- | :----: |
| ![](/files/xon3KDG7cXoykWqPZTK2) Enhanced Monkey Fist Card (4690) |    1   |

{% hint style="info" %}
**Enhanced Monkey Fist Card** is a **Weapon Card** that grants **+12 All Stats**. It stacks with Monkey Fist Card and the `[S] Monkey Fist Card` series, but the total combined bonus is capped at **40 All Stats** (**80** for Assassin / Assassin Cross).
{% endhint %}
{% endstep %}
{% endstepper %}

***

## Where to Farm

| Material                                                 | Source                                                                                                                             |
| -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| ![](/files/xRtZ4OvplHq6L1xS8kyy) Monkey Fist Card (4172) | [Monkey Fist](/content/pvm-content/custom-monsters.md#monkey-fist-card) — `um_fild02`, `gon_fild01`                                |
| ![](/files/vlKFzxGsC3p9hKLLvE3F) Mithril Coin (22554)    | Coin Exchanger (Prontera) — 500,000,000 Zeny each                                                                                  |
| ![](/files/jz0nRa92BlIin6EQy7f2) Skull Coin (31288)      | [Mutated Monster MVP event](/content/pve-content/skull-coin-farming.md) on Yuno fields (3 spawn every hour)                        |
| ![](/files/ImtbZvCbuea1NNH7ngnU) Rookie Badge (20294)    | Battlegrounds, Hunting Missions, LHZ Dungeon boxes, [MVP Ladder rewards](/content/pvm-content/mvp.md#mvp-ladder), GM-hosted events |

***

## Related Content

{% hint style="info" %}
**See Also:** [Custom Monsters — Monkey Fist Card](/content/pvm-content/custom-monsters.md#monkey-fist-card), [Quests](/content/pve-content/quests.md)
{% endhint %}


---

# 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://www.xileretro.wiki/content/pve-content/enhanced-monkey-fist-card.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.
