# Player Command

{% hint style="info" %}

### How to use commands

Type the command in the in-game chat box.\
If a command needs a value, enter it after the command.
{% endhint %}

## Command List

#### Display

* <mark style="color:blue;">`@commands`</mark> — Show the list of available commands.
* <mark style="color:blue;">`@rates`</mark> — Show the current server rates.
* <mark style="color:blue;">`@time`</mark> — Show the current server date and time.
* <mark style="color:blue;">`@showexp`</mark> — Toggle EXP gain messages.
* <mark style="color:blue;">`@showdelay`</mark> — Toggle the skill delay system message.
* <mark style="color:blue;">`@refresh`</mark> — Resync your character position and fix desync.

#### Search

* <mark style="color:blue;">`@iteminfo`</mark> or <mark style="color:blue;">`@ii [Item ID|Part of item name]`</mark> — Show item details, including type and price.
* <mark style="color:blue;">`@mobinfo`</mark>, <mark style="color:blue;">`@monsterinfo`</mark>, or <mark style="color:blue;">`@mi [Mob ID|Part of monster name]`</mark> — Show monster stats, drops, rates, and MVP details.
* <mark style="color:blue;">`@whereis [Item ID|Part of item name]`</mark> — Show the related map list from the natural spawn table.
* <mark style="color:blue;">`@whodrops [Item ID|Part of item name]`</mark> — Show which monsters drop the item.

#### Auto

* <mark style="color:blue;">`@autotrade`</mark> or <mark style="color:blue;">`@at`</mark> — Keep vending while offline.
* <mark style="color:blue;">`@autoloot [on|off|#]`</mark> — VIP only. Send item drops directly to your inventory.
* <mark style="color:blue;">`@alootid + [Item ID]`</mark> — VIP only. Add an item to the Auto Loot filter.
* <mark style="color:blue;">`@alootid - [Item ID]`</mark> — VIP only. Remove an item from the Auto Loot filter.
* <mark style="color:blue;">`@alootid list`</mark> — VIP only. Show your Auto Loot filter list.
* <mark style="color:blue;">`@alootid reset`</mark> — VIP only. Clear your Auto Loot filter list.

#### Support

* <mark style="color:blue;">`@request [Message]`</mark> — Send a message to connected GMs through the GM whisper system.


---

# Agent Instructions: 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://lokagamers.gitbook.io/rowiki/server-information/player-command.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.
