> 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/general-tab.md).

# General Tab

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

* **Autologin:** The bot will automatically re-log your last used character if you are kicked from the server.
* **No fog / Zoom:** Removes the in-game fog and increases the camera zoom limit.
* **Use dews:** The bot will automatically use all types of damage-boosting items (such as Piercing Strike and Critical Strike) at the specified delay interval.
* **Guild:** Allows you to create a guild remotely without meeting the required level. Note: this may not work on all private servers.
* **Donate experience:** The bot will automatically donate your experience to the guild.
* **Use item after relog:** The bot will use the specified item once it has re-logged your character (useful for summoning a pet).
* **Rotate camera:** Automatically rotates the camera left or right. This is useful for preventing the black-screen issue.
* **Press 1–4 / F1–F4:** The bot acts as a macro, automatically using items assigned to those hotkey slots.
* **Auto restart:** The bot will automatically restart your character upon death.
* **Switchbot:**

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

* **Biologist bot:**

<figure><img src="https://app.gitbook.com/o/SrVu0j9CYXbvJXRYgHnk/~/files/ylNVhBfVflScKYle0ulo" alt=""><figcaption><p><br><strong><code>Use elixir item: The bot will use the elixir item that improves the biologist success rate (you must have it in your inventory).</code></strong><br><strong><code>Use reset time item: If the server provides such an item, the bot will use it to reset the biologist cooldown.</code></strong></p></figcaption></figure>

* **Ghost mode:** Allows your character to move while dead. Note: this may not work on all servers.
* **Red / blue pots:** The bot will automatically use red or blue potions when your HP or MP drops below the specified percentage.
* **Red / blue elixir:** The bot will automatically use a red or blue elixir once the previous one expires.
* **Environment:** Automatically sets the game mode to Day or Night.
* **Item tools:**
  * **Sort:** Sorts all items in your inventory.
  * **Stack:** Stacks all items in your inventory up to the specified stack amount.
* **Weapon:** Sets how your character holds their weapon.
* **Refine alchemy:** The bot will automatically refine all available alchemy items.
* **Move speed:** Increases your movement speed. Use the `SHIFT + W/A/S/D` key combination to move at the configured speed.
* **Community scripts:** Allows you to run your own Python scripts. Place your scripts in `STMod → Resources → Python → Community`.
* **Lock target:** Locks the selected target to your character. Useful in PvP when using skills only. Can also be toggled with the `TAB` hotkey.
* **Lock players:** Visually pins all nearby players in place (visible only to you). Useful in PvP when using skills only.
* **Auto sort:** The bot will continuously sort your inventory every 5 seconds.
* **Auto stack:** The bot will continuously stack your items every 5 seconds.

**`General tab -> Antiban`**

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

* **Player detector:**
  * **Write in chat:** Writes the names of all detected nearby players in the chat.
  * **Logout:** The bot will log you out.
  * **Quit:** Closes the game client.
  * **Play beep:** The bot will play a repeating beep sound.
  * **Change CH:** The bot will switch to the next available channel.
* **GM Detector:**
  * **Write in chat:** Writes the names of all detected GMs in the chat.
  * **Logout:** The bot will log you out.
  * **Quit:** Closes the game client.
  * **Quit all clients:** Closes all active game clients.
  * **Play beep:** The bot will play a repeating beep sound.
  * **Change CH:** The bot will switch to the next available channel.
* **PM Detector:**
  * **Quit game:** The bot will automatically close the client upon receiving a PM from a GM.
  * **Beep:** The bot will play a beep sound when you receive a PM from any player.
* **Players whitelist:** Players added here will not trigger the detector.
* **Quit bot after:** The bot will close the game client once the specified number of minutes have elapsed.
* **Stop bot after:** The bot will stop all botting functions once the specified number of minutes have elapsed.
* **Wait x minutes before logging in again:** If the bot has logged you out and **Autologin** is enabled, the bot will wait the specified number of minutes before logging you back in.

> **Notice:** Make sure you click the **Start** button for the antiban functions to work!

<br>

**`General tab -> Dungeons`**

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

* **NPC Vnum:** The VNUM of the NPC that enters you into the dungeon.
* **Delay:** How many seconds the bot should wait between checks for the NPC's presence.
* **Click quest:** The action the bot should perform when the NPC is detected.
* **Quest index:** The index of the quest that enters you into the dungeon.


---

# 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.stmod.net/private-servers/general-tab.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.
