> For the complete documentation index, see [llms.txt](https://darkgroom.gitbook.io/darkgroom-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://darkgroom.gitbook.io/darkgroom-docs/docs/commands.md).

# Commands

## System Commands

* `@rates`\
  Displays the server rates.\
  **Output in-game Example:**\
  ![Rates Output](/files/l6hHHVc0ensPTTHyk36e)
* `@time`\
  Displays the local server time, along with day/night information.\
  **Output in-game Example:**\
  ![Time Output](/files/3VAGr3H7g1jIj5jzz9X8)
* `@uptime`\
  Show server uptime since last map server restart.\
  **Output in-game Example:**\
  ![Uptime Output](/files/GbEaJ6N10tkJRhHtSxJq)
* `@refresh`\
  Synchronizes the player's position on the client with the one stored on the server.
* `!vsync`\
  Enable limit of FPS equal 60 frames per second or disable it.
* `!ping`\
  Shows statistic of connection.\
  **Output in-game Example:**\
  ![Ping Output](/files/vOQZytcEbhNKwfpLHrnm)
* `@showexp`\
  Toggles the display of experience gain messages.\
  **Output in-game Example:**\
  ![ShowExp Output](/files/YtHxIJDfLgFgh420tU5E)
* `@showdelay`\
  Shows or hides the red "Cannot use the skills" message.\
  **Output Example:**\
  `[Storm Gust] Cannot use the skills.`
* `@noask`\
  Toggles automatic rejection of deals and invites.
* `@noks`\
  Toggles Kill Steal Protection.

  **Lock starts when:**\
  Damage is done outside of aggro range of mob\
  Mob locks onto a player target

**Lock Mechanics:**

| Mechanic          | Description                                                                      |
| ----------------- | -------------------------------------------------------------------------------- |
| **Idle Release**  | If a player is idle for `5 seconds` or longer, aggro lock is released            |
| **Lock Timer**    | `15 seconds` (timer does NOT start until another player attempts to KS your mob) |
| **Hard Cap**      | `30 seconds` (will release regardless of variables)                              |
| **MVP/Mini**      | Doesn't apply to any MVP/Mini boss that has NoKS null and void                   |
| **Max Mob Count** | Unlimited                                                                        |

**System UI Options:**

| Mode      | Description          |
| --------- | -------------------- |
| **Self**  | Disables Party/Guild |
| **Party** | Allows party members |
| **Guild** | Allows guild members |

* `@camerainfo`\
  Displays/hides camera information from the client.\
  `@camerainfo {<range> <rotation> <latitude>}`\
  If arguments are given, sets camera position.\
  **Output in-game Example:**\
  ![Camerainfo Output](/files/W51OsPr3PKo0ZJvvTrUc)

## Database Commands

* `@mobinfo <mob name or ID>`\
  Displays monster information (rates, stats, drops, MVP data).\
  **Example:** `@mobinfo Drops`\
  **Output in-game Example:**\
  ![Mobinfo Output](/files/wZlr8kL1Va8aPlXVaqCg)
* `@iteminfo <item name or ID>`\
  Displays item information (type, price, weight, drops).\
  **Example:** `@iteminfo Fang of Hatii`\
  **Output in-game Example:**\
  ![Iteminfo Output](/files/DilJUG7G2MQalreo4Gaw)
* `@whodrops <item name or ID>`\
  Displays a list of mobs which drop the specified item. Only the highest drop rates are shown.\
  **Example:** `@whodrops Hand of God`\
  **Output in-game Example:**\
  ![Dropinfo Output](/files/xtU7GRuVOE4JFIplNN3S)

***

* `@whereis <monster name or ID>`\
  Displays the maps in which monster normally spawns.\
  **Example:** `@whereis Demon Pungus`\
  **Output in-game Example:**\
  ![Whereis Output](/files/wcNz4eagzrT1V9Ej1BWx)

## Player Information Commands

* `@commands`\
  Displays a list of available commands to the player.
* `@help <command>`\
  Displays the help message for the specified command.
* `@exp`\
  Displays current levels and % progress.
* `@jailtime`\
  Displays remaining jail time.

## Action Commands

* `@autotrade` or `@at`\
  Allows you to continue vending offline.
* `@memo {<1-4>}`\
  Saves a warp point for the "Warp Portal" skill.
* `@request <message>`\
  Sends a message to all connected GMs.
* `@hidepet {<1-2>}`\
  Use `@hidepet 1` to hide pets except your own.\
  Use `@hidepet 2` to hide all pets.

## Guild Commands

* `@breakguild <guild_name>`\
  Breaks the guild of the attached character. You must be the guildmaster to use this command.
* `@guildbank`\
  Permissions configurable by guild leader based on guild titles.\
  ![@guildbank-img](/files/x75q5WNGWXQ4w8a397Uh)
* **Guild Storage Logs – `@guildlog` (in-game)**\
  Will be added to **Control Panel** later.\
  **Features:**

  ```
  - 150 lines per query
  - Time ranges: last 24h / 7d / 30d / all time
  - Filter: Withdraw / Deposit / Both
  ```

  **Permissions (configurable by Guild Leader):**

  ```
  - Guild Leader only
  - All storage-access members (based on in-game title)
  - All members
  ```

## Homunculus Commands

* `@hominfo`\
  Displays homunculus general information and stats.\
  **Output in-game Example:**\
  ![Hominfo Output](/files/XgBc08JzTKSBtZWDnQfP)
* `@homstats`\
  Displays homunculus stats in different formats.\
  **Output in-game Example:**\
  ![Homstats Output](/files/M0p9LQQ7NIRIEUg7XCR8)

## Battleground Commands

* `@bg queue` or `@bg join`\
  Join the queue for Battleground.
* `@bg leave`\
  Leave the Battleground queue.
* `@bg shop`\
  Open the Battleground shop.


---

# 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://darkgroom.gitbook.io/darkgroom-docs/docs/commands.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.
