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

# General Tab

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

* **Autologin** — The bot will automatically relog your last used character if you are kicked from the server.
* **No fog / Zoom** — Removes in-game fog and increases the camera zoom limit.
* **Use dews** — The bot will 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 points to your guild.
* **Use item after relog** — The bot will use the specified item once it has relogged your character. Useful for summoning a pet after reconnecting.
* **Rotate camera** — Automatically rotates the camera to the right or left. Useful for preventing a black screen during extended play.
* **Press 1–4 / F1–F4** — Acts as a macro, automatically using the items assigned to the corresponding hotkey slots.
* **Auto restart** — The bot will restart your character automatically if it dies.
* **Fishbot** —

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

* **Shop search bot** —

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

* **Shop creator** —

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

* **Red / Blue pots** — The bot will automatically use red or blue potions when your HP or MP falls 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 display mode to Day or Night.
* **Item tools**:
  * **Sort** — Sorts all items in your inventory.
  * **Stack** — Stacks all stackable items in your inventory up to the specified stack amount.
* **Weapon** — Sets how your character holds their sword.
* **Refine alchemy** — The bot will automatically refine all available alchemy items.
* **Move speed** — Allows you to move faster using the **SHIFT + W/A/S/D** key combination, based on the speed value you configure.
* **Community scripts** — Allows you to load and run your own Python scripts. Place your scripts in: `STMod folder → Resources → Python → Community`.
* **Lock target** — Locks your 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 from your perspective only. Useful in PvP when using skills only.
* **HP item usage** — This function will use the item you have configured once your HP drops below the specified percentage.

<div align="left"><figure><img src="https://app.gitbook.com/o/SrVu0j9CYXbvJXRYgHnk/~/files/5RnItAY9eHnw72nNITpx" alt=""><figcaption><p><strong><code>This function will use the item you set, once your HP drops under the %</code></strong></p></figcaption></figure></div>

* **Wallhack** — Allows your character to pass through walls, objects, players, and other obstacles.
* **Auto sort** — The bot will automatically sort your inventory every 5 seconds.
* **Auto stack** — The bot will automatically stack your items every 5 seconds.
* **Channel changer** — This field uses the in-game channel changer to switch channels automatically.

<div align="left"><figure><img src="https://app.gitbook.com/o/SrVu0j9CYXbvJXRYgHnk/~/files/8XuHfiCfptBnOzzdBS0d" alt=""><figcaption><p><strong><code>That box will use the in-game CH Changer</code></strong></p></figcaption></figure></div>

***

**`General tab → Antiban`**

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

* **Player detector** — Triggers an action when a player is detected nearby:
  * **Write in chat** — Writes the names of all detected nearby players in chat.
  * **Logout** — Logs your character out.
  * **Quit** — Closes the game client.
  * **Play beep** — Plays a continuous beep sound as an alert.
  * **Change CH** — Switches to the next available channel.
* **GM detector** — Triggers an action when a Game Master is detected nearby:
  * **Write in chat** — Writes the names of all detected nearby players in chat.
  * **Logout** — Logs your character out.
  * **Quit** — Closes the game client.
  * **Quit all clients** — Closes all active game clients.
  * **Play beep** — Plays a continuous beep sound as an alert.
  * **Change CH** — Switches to the next available channel.
* **PM detector** — Triggers an action when a private message is received:
  * **Quit game** — Automatically closes the client if you receive a PM from a GM.
  * **Beep** — Plays a beep sound once when you receive a PM from anyone.
* **Players whitelist** — Define players who should be ignored by the detection features above.
* **Quit bot after** — The bot will close the game client once the specified number of minutes has elapsed.
* **Stop bot after** — The bot will disable all botting functions once the specified number of minutes has elapsed.
* **Wait x minutes before logging in again** — If the bot logged you out and **Autologin** is enabled, the bot will wait the specified number of minutes before logging you back in.

> **Note:** Make sure to click the **Start** button for the Antiban functions to become active.


---

# 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/official-servers/general-tab.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.
