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

# 🐟Fishing System

Fishing in Payon is an excellent, non-combat method to earn **Bro Coins** and unlock rare **costume items**. To get started, follow this simple setup guide.<br>

🎁 Claim Free Fishing Starter Gear (Prontera)Before heading out, you can get your starting fishing gear completely for free via a [gift voucher code](https://discord.com/channels/1511316945486610442/1511706777954156727).

* **Location**: Head over to **Prontera Town**.
* **Action**: Talk to the **Code / Reward NPC** in town.
* **Code**: Input the code <mark style="color:$primary;">**`happyfishingday`**</mark> to instantly redeem your free **Small Fishing Rod** and **Lure** accessory.

📍 Step 1: Head to the Fishing Spot

* **Location**: Travel to **Old Payon Town**.
* **NPC Position**: Walk to the **bottom-left corner** of the map near the water docks.<br>

🎒 Step 2: Prepare Your Inventory & Gear Before casting your line, you must buy your supplies from the NPC and equip your gear exactly like this:

<figure><img src="/files/mMxOo1pJR2YLvmDF9Sxi" alt=""><figcaption></figcaption></figure>

* 🎣 **Small Fishing Rod**: Equip this in your weapon slot (cuts casting time by **3 seconds**).
* 🪱 **Lure (Accessory)**: Equip this in your accessory slot (cuts casting time by **1 second**).
* 📦 **Bait (In Inventory)**: Keep your bait in your inventory.

<figure><img src="/files/USa0c3L6ZRkbjsSRTvyd" alt=""><figcaption></figcaption></figure>

* *Basic Lure(Earthworms Alive)*: Yields **1x** fish per catch.
* *Advance Lure(King Earthworm)*: Yields **2x** fish per catch.

🌊 Step 3: Start Fishing once your rod and accessory are equipped and your bait is in your Inventory, click on the designated fishing water zones next to the NPC to begin catching fish!

<mark style="background-color:$success;">📝 Important Note : Every individual fishing attempt has a standard base duration of</mark> <mark style="background-color:$success;"></mark><mark style="background-color:$success;">**56 seconds**</mark><mark style="background-color:$success;">.</mark>

## 🪙Trade Fish for Bro Coins

<table data-search="false"><thead><tr><th width="203">Fish type</th><th width="118">Quantity</th><th width="109">Bro coin</th></tr></thead><tbody><tr><td>🐟 <strong>Malasugi</strong></td><td>1pc</td><td>3🪙</td></tr><tr><td>🐟 <strong>Tulingan</strong></td><td>1pc</td><td>1🪙</td></tr><tr><td>🐟 <strong>Talakitok</strong></td><td>2pc</td><td>1🪙</td></tr><tr><td>🐟 <strong>Bakoko</strong></td><td>3pc</td><td>1🪙</td></tr><tr><td>🐟 <strong>Lapu lapu</strong></td><td>4pc</td><td>1🪙</td></tr><tr><td>🐟 Bidbid</td><td>5pc</td><td>1🪙</td></tr><tr><td>🐟 Flying Fish</td><td>10pc</td><td>1🪙</td></tr><tr><td>🐟 Galunggong</td><td>20pc</td><td>1🪙</td></tr></tbody></table>

### ⚡Upgrade Gear at Tackle Cat NPC (Reduce Casting Time)

You can speed up your fishing loops by upgrading your gear. Talk to the **Tackle Cat** NPC at the docks to buy the following equipment:\ <sup><mark style="color:$primary;">📝 Important Note:<mark style="color:$primary;"></sup> <sup></sup><sup><mark style="color:$primary;">Equipping the upgraded pieces from the Tackle Cat stacks together to subtract directly from this 56-second timer, letting you pull in fish much faster.<mark style="color:$primary;"></sup>

<table><thead><tr><th width="229">Gear</th><th width="136">Bro Coin Cost</th><th width="198">Description</th></tr></thead><tbody><tr><td>🎣 <strong>Advance Fishing Rod</strong></td><td>100🪙</td><td><sub>Decreases fishing casting time by <strong>10 seconds</strong>.</sub></td></tr><tr><td>👒 <strong>Anglers Hat</strong></td><td>50🪙</td><td><sub>Decreases fishing casting time by <strong>5 seconds</strong>.</sub></td></tr><tr><td>🧣 <strong>Fisher's Muffler</strong></td><td>30🪙</td><td><sub>Decreases fishing casting time by <strong>2 seconds</strong>.</sub></td></tr><tr><td>🥾 <strong>Fisher's Boots</strong></td><td>30🪙</td><td><sub>Decreases fishing casting time by <strong>2 seconds</strong>.</sub></td></tr></tbody></table>


---

# 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://bananaro.gitbook.io/wiki/bananaro-features/fishing-system.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.
