# Player Commands

### 🧾 Available Player Commands (`@` Commands)

These commands are available to all players and are meant to enhance gameplay, provide useful information, and improve convenience. All commands must be typed in chat and **start with `@`**.

***

#### 🔧 General Utility

**`@rates`**

* **Description:** Displays the current server rates.
* **Info Shown:** Base EXP, Job EXP, Item Drop, Card Drop, and more.

**`@servertime`**

* **Description:** Shows the current server time.
* **Use Case:** Useful for timing daily events, resets, or autotrade checks.

**`@refresh`**

* **Description:** Fixes minor visual glitches, sprite errors, or screen bugs.
* **Use Case:** Helps when your character appears stuck, invisible, or map objects bug out.

***

#### 📚 Information & Lookup

**`@mobinfo [Monster Name or ID]`**

* **Description:** Shows monster details such as HP, EXP, element, size, and drop items.
* **Example:** `@mobinfo Baphomet`

**`@iteminfo [Item Name or ID]`**

* **Description:** Displays item stats and effects.
* **Example:** `@iteminfo Red Potion`

**`@whodrops [Item Name or ID]`**

* **Description:** Lists all monsters that drop the specified item and their drop chance.
* **Example:** `@whodrops Jellopy`

**`@whereis [Monster Name or ID]`**

* **Description:** Tells you which maps a specific monster can be found on.
* **Example:** `@whereis Orc Lord`

***

#### 🤖 Homunculus Commands

**`@hominfo`**

* **Description:** Displays general information about your homunculus (name, level, intimacy, hunger).

**`@homstats`**

* **Description:** Shows detailed stats of your homunculus (ATK, DEF, HIT, FLEE, etc).

**`@homtalk`**

* **Description:** Makes your homunculus say a random fun line.
* **Use Case:** For roleplay or just for fun interaction.

***

#### 📊 EXP & Zeny Display

**`@showexp`**

* **Description:** Toggles experience gain messages ON or OFF.

**`@showzeny`**

* **Description:** Toggles zeny gain messages ON or OFF.

***

#### 🛡️ Privacy & Protection

**`@noask`**

* **Description:** Blocks all incoming invites (party, guild, duel).
* **Toggle:** ON/OFF

**`@noks`**

* **Description:** Enables anti-KS (Kill Steal) mode, so monsters you're attacking are marked as yours.
* **Note:** Only works on KS-protected servers/maps.

***

#### 🛍️ Trading & AFK Market

**`@autotrade`**

* **Description:** Logs your character out while keeping your shop open.
* **Usage:** Set up your vending shop first, then type `@autotrade`.
* **Use Case:** Ideal for overnight or long-term vending.

***

#### ⚔️ PvP & Duel

**`@duel [Player Name]`**

* **Description:** Sends a duel challenge to another player.

**`@accept`**

* **Description:** Accepts an incoming duel, party, or guild invitation.

**`@reject`**

* **Description:** Declines an incoming duel, party, or guild invitation.

**`@invite [Player Name]`**

* **Description:** Sends an invite to a player for a party or guild.

**`@leave`**

* **Description:** Leaves your current party or guild (depending on context).

***

#### 🗨️ Chat & Channels

**`@channel`**

* **Description:** Opens the channel menu to join/leave public chat channels (e.g., #main, #trade).
* **Use Case:** Helps you stay connected with global server chat or trade channels.

***

#### 🧭 Warp & Memo

**`@memo`**

* **Description:** Saves your current location as a warp point (requires Acolyte class with Warp Portal).
* **Limit:** Maximum 3 memo points at a time (unless custom rules apply).

***

#### 📜 Command Reference

**`@commands`**

* **Description:** Lists all available player commands on the server.
* **Use Case:** Quick reference to what features you can use.

***

#### ⚒️ Custom Command

**`@automine`**

* **Description:** Activates auto-mining mode (if enabled on the server).
* **Behavior:** Your character will mine resources automatically while standing in a mining zone.


---

# 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://ark-project-valkyrie.gitbook.io/ark-project-valkyrie/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.
