# Fishing

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

The fishing system is a mini-game that lets players catch fish, earn experience, and collect points for exclusive items. Managed by NPCs: **Penelofish** (shop) and **Fishing Spot NPCs**.

### **Fishing License**

| Description       | Details       |
| ----------------- | ------------- |
| **Cost**          | 1,000 Credits |
| **Duration**      | 1 month       |
| **Purchase From** | Penelofish    |

### **Fishing Rods**

| Type      | Requirement              |
| --------- | ------------------------ |
| Old Rod   | Basic                    |
| Good Rod  | Fishing Level 1 required |
| Super Rod | Fishing Level 2 required |

### **Fishing Bait**

| Item        | Cost           | Purchase                |
| ----------- | -------------- | ----------------------- |
| Yummy Worms | 5,000,000 zeny | From Penelofish in bulk |

### Fishing Levels and Experience

| Level   | Experience Points | Catch Chances |
| ------- | ----------------- | ------------- |
| Level 0 | Starting level    | 10%           |
| Level 1 | 10,000            | 20%           |
| Level 2 | 20,000            | 30%           |
| Level 3 | 40,000            | 40%           |

**Experience Gain**

* **Successful catch:** +2 points
* **Failed attempt:** +1 point
* **Killing Sirena:** +1 point
* **Death penalty:** -69 points

### **Fishing Rod Break Chance**

| Fishing Rod | Break Chance |
| ----------- | ------------ |
| Old Rod     | 0.5%         |
| Good Rod    | 0.3%         |
| Super Rod   | 0.1%         |

#### Fish Types

* **Herring:** Basic
* **Tilapia:** Intermediate
* **Milkfish:** Advanced

#### Special Events

* Every 3 successful catches: Chance to spawn a sea creature
* Every 3 failed attempts: Increased success rate

## **Fishing Points**(Earned by selling fish.)

| Fish     | Points/each |
| -------- | ----------- |
| Herring  | 1           |
| Tilapia  | 2           |
| Milkfish | 3           |

## **Fishing Rods**

| Rod       | Requirements                                     |
| --------- | ------------------------------------------------ |
| Old Rod   | 100 Yummy Worms + 100 Credits + 100,000,000 zeny |
| Good Rod  | 150 Yummy Worms + 150 Credits + 150,000,000 zeny |
| Super Rod | 200 Yummy Worms + 200 Credits + 200,000,000 zeny |

**Fishing Bait**

* **Yummy Worms:** 5,000,000 zeny each

**Fishing Goodies**

* Exclusive items available for fishing points

#### Commands

* **@fish:** Warps player to fishing area (Lasagna fishport)

This fishing system offers a unique experience with its progression, economy, and rewards. Enjoy a relaxing activity while earning points and items.


---

# 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://wiki.osro.gg/beginners-guide/fishing.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.
