# Player Commands

Here are some list of custom commands that can be found in-game. You can always use <mark style="color:$success;">@commands</mark> in-game so you can have an idea on what commands you have.

| Command                | Usage                                                               |
| ---------------------- | ------------------------------------------------------------------- |
| **@commands**          | Shows all the available commands in-game.                           |
| **@request (message)** | Sends a message to all online staffs.                               |
| **@playtime**          | Checks your playtime points and time left to get the next playtime. |
| **@monsterarena**      | Checks your current monster arena points                            |
| **@npc (number)**      | Warps you to the NPC of your choice                                 |
| **@setsecurity**       | Sets your account security system                                   |
| **@seeitems**          | Toggles the view of the dropped items on the floor.                 |
| **@hold**              | Enables/Disabled walking                                            |
| **!ping**              | Shows your ping statistics.                                         |
| **@lgp (on/off)**      | Enables/Disables the Light Graphic Plugin                           |


---

# 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://wiki.rivalryro.com/player-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.
