> For the complete documentation index, see [llms.txt](https://wiki.stmod.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.stmod.net/private-servers/fishbot.md).

# Fishbot

<figure><img src="https://app.gitbook.com/o/SrVu0j9CYXbvJXRYgHnk/~/files/aJrsj9DJ5OyMh5qvkUFk" alt=""><figcaption></figcaption></figure>

* **Fish delay** — Sets how many seconds the bot waits after the fishing bubble appears before reacting.
* **Bot delay** — Sets the bot's reaction time. Best set to `0.01`. On servers using the new fishing system, this value must be greater than `1` second.
* **Open clams** — The bot will automatically open clams found in your inventory.
* **Sell minnows** — The bot will automatically sell minnows from your inventory.
* **Switch armor** — The bot will remove and re-equip your armor, which cancels the fishing animation.
* **Upgrade rod** — The bot will automatically upgrade your fishing rod when an upgrade is available.
* **Stop if player detected** — The bot will stop fishing if any player is detected nearby. Players on the Anti-ban whitelist are excluded.
* **Cancel animation** — The bot cancels the fishing animation using your horse. By default, it uses your regular horse. If you do not have a regular horse, place your mount item in the designated slot.
* **Go to fisherman if not nearby** — The bot will walk to the fisherman to buy bait or sell items, but only if you are not already close enough to open their shop.
* **Disable quests** — Quest dialogues will no longer appear when talking to the Fisherman.
* **Fisherman VNUM** — Sets the VNUM of the fisherman NPC. The default value is `9009`. If the bot does not detect the fisherman automatically, right-click on the fisherman in-game and select **Get VNUM** to retrieve the correct value.
* **Shop index** — Specifies which shop tab to open when interacting with the fisherman.

<figure><img src="https://app.gitbook.com/o/SrVu0j9CYXbvJXRYgHnk/~/files/k2SzFYxfjz8zJX74dfV3" alt=""><figcaption><p>By default, opening the shop requires shop index 0.</p></figcaption></figure>

* **Start/Stop Fishbot** — Button to start or stop the fishbot.
* **Fix pulling rod** — Enable this option only if the fishbot starts but the rod is not being pulled. Some servers require this setting.
* **Buy bait** (with shop index) — The bot will automatically buy bait if none is found in your inventory. The shop index works the same way as described above.
* **Buy bait from quest** — The bot will buy bait through the quest dialogue. Some servers require you to interact with the fisherman to purchase bait rather than buying directly from the shop.
* **Select bait** — Choose which bait the bot should use:
  * Small fish
  * Worms
  * Paste
  * Custom bait: check **Other bait** and place your bait item in the designated slot.

***

**`Fishbot tab → Drop/Kill Fish`**

<figure><img src="https://app.gitbook.com/o/SrVu0j9CYXbvJXRYgHnk/~/files/EDSk87tCdbU6PpDFZmMU" alt=""><figcaption></figcaption></figure>

* **All fish items** have the following options:
  * Kill fish
  * Sell item (sells the dead fish only)
* **Other items** (such as Bleach, Lucy's Ring, etc.) have the following options:
  * Drop
  * Sell item


---

# 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:

```
GET https://wiki.stmod.net/private-servers/fishbot.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.
