> For the complete documentation index, see [llms.txt](https://wiki.eloria.pl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.eloria.pl/eloria-wiki/en/tutorials/elden-reputation-fishing.md).

# Elden Reputation - Fishing

#### 🎣 Mission: Fishing

Head to **Salty Sam**, the fisherman NPC located **a few tiles north of Gravelbeard in Elden City**.\
To start the mission, say:\
**hi → mission**\
Once you’ve caught all the required fish, finish it by saying:\
**hi → complete**

***

**🔹 Required Fish (randomized daily)**

![](/files/TLf9fP7EAIk2UFXp95WJ) **Shimmer Swimmer**

* **Location:** Dirty water in southern Venore *(also found in Elden City)*
* **Requirements:** Fishing Rod + Worms *(buy from NPC Mirabella → type: tools)*
* **How to get there:** Enter the hunting ground → go down the stairs twice → walk left

![](/files/go3iSZXh9FW0TA1j9Jbb) **Old Nasty**

* **Location:** Same spot as Shimmer Swimmer *(also found in Elden City)*
* **Requirements:** Fishing Rod + Worms

![](/files/pPiNAaVrwvo4wWbb1hy9) **Northern Pike**

* **Location:** Ice holes in Svargrond *(also available in Elden City)*
* **Requirements:** Regular Pickaxe to break the ice + Fishing Rod

![](/files/WcL38gpmGncZL57zbz9Q) **Rainbow Trout**

* **Location:** Svargrond glaciers *(also available in Elden City)*
* **Requirements:** Pickaxe + Fishing Rod

![](/files/4yMFXrIBhHEFPVy0byhz) **Sandfish**

* **Location:** Shallow waters in the **Dark Wolf hunting ground** *(also found in Elden City)*
* **Note:** The hardest fish to catch — **very low drop rate**, not everyone succeeds.

![](/files/go3iSZXh9FW0TA1j9Jbb)**Fish**

* **Location:** Most bodies of water across Eloria
* **Note:** Can also be caught while fishing for other species (like Shimmer Swimmer or Rainbow Trout).

***

**🎁 Rewards**

* Random **Reputation** (7–35 points)
* **10 ELO points**
* **Reward & Task Tokens**
* **Wheel Scrolls**

  <figure><img src="/files/m9jN3VPyCLrICQWz9ciE" alt=""><figcaption><p>NPC Salty Sam</p></figcaption></figure>


---

# 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.eloria.pl/eloria-wiki/en/tutorials/elden-reputation-fishing.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.
