> For the complete documentation index, see [llms.txt](https://wiki.arkvalkyrie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.arkvalkyrie.com/server-features/comodo-fishing-system-guide.md).

# Comodo Fishing System Guide

{% hint style="success" %}
**📍 Fishing Locations**
{% endhint %}

> You can fish in various spots around **Comodo**. Look fish names like:

![](/files/AnfwmkwFjWsx9xaxwUrd)       ![](/files/WqcfcBPK2hqkHg7ndtit)       ![](/files/b8pGvdV0JshOHjG0BrR5)       ![](/files/lFm1qSQIhrpW2O4wCRl4)       ![](/files/VdcwL6aKIbeEuUSfCB9s)   &#x20;

> **Tip:** These NPCs are spread out along the beach area of Comodo. Explore to find them!

***

{% hint style="success" %}
**🧰 Requirements**
{% endhint %}

> Before you can start fishing, make sure you have the following:

{% hint style="success" %}
**🎣 Fishing Rod**
{% endhint %}

* &#x20;![](/files/kNsDmtVPoSF6EJZB3bUl) **Small Fishing Rod**
* You must have this equipped to fish.

{% hint style="success" %}
🐛 **Fatty Chubby Earthworm (Bait)**
{% endhint %}

* &#x20;![](/files/uK93Fysefv6nsIzlN8es) Fatty Chubby Earthworm
* At least 1 is required per cast.

***

{% hint style="success" %}
**🧪 Optional Equipment (Improves Fishing Time)**
{% endhint %}

> Equipping the following items reduces the casting time:

* &#x20;![](/files/jwlTDDTAkk4cTdXHdVLU) **Fisher’s Muffler** – Reduces casting time by 2 seconds
* &#x20;![](/files/d9KBaMZDpqlhrEq2AfyP) **Fisher’s Boots** – Reduces casting time by 1 second
* &#x20;![](/files/qVdwnrRRLv3i7kNWEMnA) **Fisher Ring** – Reduces casting time by 2 seconds
* &#x20;![](/files/YG2IzsMxpw7TB65p7LPK) **Fish Mouth** – Reduces casting time by 1 second

***

{% hint style="success" %}
**🐟 How Fishing Works**
{% endhint %}

1. Equip your **Fishing Rod**.
2. Make sure you have **Fatty Chubby Earthworm** in your inventory.
3. Talk to a fishing (e.g., Bangus, Kandule, etc.).
4. The system will automatically try to fish.

***

{% hint style="success" %}
**🏆 Fishing Rewards**
{% endhint %}

> You can catch:

**🎣 Common Junk (Most Frequent)**

**🐠 Rare Fish (3% Chance)**

**🐟 Rare Group 1 (5% Chance)**

**🐡 Rare Group 2 (10% Chance)**

***

{% hint style="success" %}
**🔁 Auto-Fishing System**
{% endhint %}

> **Auto-Fish Enabled:** The system will continue casting automatically after a successful or failed attempt.

> **Auto-Fish on Fail:** It also retries even if nothing was caught.

> You don’t need to click repeatedly. Sit back and let your character fish automatically!

***

{% hint style="success" %}
**❌ If You Can’t Fish:**
{% endhint %}

> Make sure your **Rod is equipped**.

> Check that you have **at least 1 bait**.

> Fishing won’t start without both.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.arkvalkyrie.com/server-features/comodo-fishing-system-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
