> For the complete documentation index, see [llms.txt](https://www.xileretro.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.xileretro.wiki/introductions/xilero/player-commands.md).

# Player Commands

## Player Commands

This section details the commands available to players in Group 0, the default group for new accounts in rAthena. These commands enhance gameplay, offer essential game information, and facilitate interactions with game features and other players.

### General Commands

* **@refineui** - Opens the refine user interface for equipment refinement.
* **@show\_auras** - Toggles the display of special auras for high-level characters.
* **@afk** - Marks the player as Away From Keyboard.
* **@changedress** - Changes the player's appearance. (Disabled for Group 0)
* **@autostore** - Enables automatic item storage into Kafra storage under specified conditions.
* **@listenbg** - Allows players to listen to Battlegrounds chat.
* **@guildskill** - Enables the use of guild-specific skills.
* **@order** - Issues an order to guild members during War of Emperium.
* **@leader** - Assigns the leader in a Battleground team. (Disabled for Group 0)
* **@voteleader** - Initiates a leader change vote in Battlegrounds.
* **@reportafk** - Reports an AFK player in Battlegrounds.
* **@votekick** - Starts a vote to kick a player from Battlegrounds.

### Information Commands

* **@mobinfo \<monster name/ID>** - Displays details about a specified monster.
* **@uptime** - Shows server uptime since the last restart.
* **@iteminfo \<item name/ID>** - Provides information on a specified item.
* **@whodrops \<item name/ID>** - Lists monsters that drop the specified item.
* **@whereis \<monster name/ID>** - Displays spawn locations of a specified monster.
* **@battleinfo** - Shows the player's current battle statistics.
* **@hominfo** - Displays details about the player's homunculus.
* **@homstats** - Shows the homunculus's detailed statistics.
* **@showexp** - Toggles experience gain messages display.
* **@showzeny** - Toggles zeny gain messages display.
* **@showdelay** - Shows or hides skill delay messages.
* **@rates** - Displays the server's experience and drop rates.

### Interaction Commands

* **@storage** - Opens the player's Kafra storage.
* **@noask** - Toggles auto-rejection of trades and party invites.
* **@who, @who2** - Lists online players, with @who2 providing additional details.
* **@autoloot** - Auto-loots items from monsters based on specified drop rate.
* **@alootid \<item name/ID>** - Manages autoloot item list.
* **@refresh** - Synchronizes the player's position with the server.
* **@feelreset** - Resets Star Gladiator's feeling locations.
* **@hatredreset** - Resets Star Gladiator's hatred list.
* **@autoloottype** - Autoloots items of a specified type.
* **@autotrade** - Allows vending offline.
* **@go \<location ID/name>** - Warps to a specified town or location.
* **@exp** - Displays current level and experience percentages.
* **@guildstorage** - Accesses the guild's storage.
* **@duel, @invite, @accept, @reject** - Manages dueling with other players.
* **@changegm** - Changes the guildmaster of the player's guild.
* **@changeleader** - Changes the leader of the player's party.
* **@leave** - Leaves the current party or guild.
* **@time** - Shows local server time.
* **@warp** - Warps to specified map location.
* **@channel** - Manages channel subscriptions and settings.
* **@jailtime** - Displays remaining jail time.
* **@request** - Sends a message to all online GMs.
* **@breakguild** - Disbands the specified guild.
* **@commands** - Lists available commands for the player.
* **@help** - Provides help for the specified command.
* **@partyoption** - Adjusts party settings for item and experience sharing.
* **@homtalk** - Commands the player's homunculus to speak.
* **@storeall** - Stores all items into Kafra storage.
* **@guild** - Creates a new guild.

### Scripted Commands

* **@shop**
* **@mall**
* **@dance**
* **@vend**
* **@buy**
* **@newb**
* **@home**
* **@showdown**
* **@church**
* **@pvp**
* **@go**
* **@graphics**
* **@myaccount**
* **@honorpoints**
* **@who4**
* **@premium**
* **@pvpspec**
* **@pvpjoin**
* **@hold**
* **@bgshop**
* **@checkpoints**
* **@whosells**
* **@buyitems**
* **@afk**
* **!ping**

### Permissions

Group 0 players have the following permissions enabling basic game interactions:

* Can trade
* Can form parties
* Can drop items
* Eligible for attendance rewards


---

# 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://www.xileretro.wiki/introductions/xilero/player-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.
