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

# COMMANDS

Use the following in-game commands to manage your character, inventory, and interactions efficiently.

***

<mark style="color:orange;">**General Commands**</mark>

* **/re \[on/off]** – Enable/disable whisper.
* **/re \[on/off]** – Enable/disable requests in-game.
* **/post \[message]** – Send a message to the global chat.
* **/move \[map]** – Move to a specific map.
* **/ware \[number]** – Change warehouse.
* **/statreset** – Resets your character's stat points.
  * **Cost**: 250M Zen (NON-VIP), 50M Zen (VIP)
* **/mlreset** – Resets your Master Skill Points.
  * **Cost**: 250M Zen (NON-VIP), 50M Zen (VIP)

***

<mark style="color:orange;">**Character & Stats Management**</mark>

* **/pk** – Clear killer status.
* **/s \[points]** – Add points to Strength.
* **/a \[points]** – Add points to Agility.
* **/v \[points]** – Add points to Vitality (Life).
* **/e \[points]** – Add points to Energy.
* **/c \[points]** – Add points to Command (Dark Lord only).
* **/changeclass \[dw/dk/wz/elf/mg/dl/su/rf]** – Change character class.
  * **Cost**: 20,000 WCoins
  * **Conditions**: Character must not have equipped items. Master Level, Quest, and Skills reset, but Stats and Resets remain intact.

***

<mark style="color:orange;">**Inventory & Item Commands**</mark>

* **/pack | /unpack** – Assemble/Disassemble Jewels.
* **/lock (password)** – Protect items from being moved, sold, or deleted.
  * **Cost**: 100 HP (Hunt Points)
* **/unlock (password)** – Unblock items previously locked.
  * **Cost**: 100 HP (Hunt Points)
* **/clearinv** – Delete all items in inventory (except equipped items).
  * **Warning**: Items deleted are **not refundable**.
* **Hold CTRL + Right Click on items** – Automatically sell items to NPC.

***

<mark style="color:orange;">**Party & Guild Commands**</mark>

* **/war \[guild]** – Challenge another guild.
* **/setparty (password)** – Create a party with a password.
* **/joinparty (password)** – Join a password-protected party.

***

<mark style="color:orange;">**Event & Special Commands**</mark>

* **/r** – Use this command in the Quiz Event.
* **/offstore** – Open a Custom Store offline.

***

<mark style="color:orange;">**Keyboard Shortcuts**</mark>

* **Press F7** – Open Advanced Antilag System.
* **Press F8** – Open Ranking Window.
* **Press F10** – Enable 3D Camera function.
* **Press F11** – Restore default 3D Camera.
* **Press F12** – Minimize client to system tray (low CPU usage).

<mark style="color:orange;">**OffAttack Commands**</mark>

We are not encouragind Offline Leveling / Reseting , we appreciate an active server therefore please beware that there is substantial experience and drop penalty for those who uses offline leveling / reset functions in game.

**/attack** – your Character attacks on it's own not depending on Helper (available from 10 reset onwards)

**/reset auto** – your character will automatically reset every time you reach the reset level

**/offattack**– this command will start your offline levelling and will close the client


---

# 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://gameguide.gitbook.io/rezistmu-server-guide/commands.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.
