# Commands

{% hint style="info" %}

#### *See Also:* [*Server Information*](#Server_Information)*,* [*General Customs*](#General_Customs)

{% endhint %}

<details>

<summary>Contents</summary>

* [1Utility Commands](#Commands#Utility_Commands)
* [2MyAccount](#Commands#MyAccount)
* [3Light Graphical Plugin](#Commands#Light_Graphical_Plugin)
* [4Item Commands](#Commands#Item_Commands)
* [5Monster Commands](#Commands#Monster_Commands)
* [6Duel Commands](#Commands#Duel_Commands)
* [7Battle Commands](#Commands#Battle_Commands)
* [8BattleGrounds Commands](#Commands#BattleGrounds_Commands)
* [9Channel Commands](#Commands#Channel_Commands)
* [10Homunculous Commands](#Commands#Homunculous_Commands)

</details>

### Utility Commands

* @commands - Displays a list of @ commands available to the player.
* @security - Set up your account Security. Protects and prevents a character from dropping, selling, buying items, compounding a card, putting off cart, using Uber Points and other item-consumed activities.
* @showexp - Toggles the display of experience gain messages.
* @showzeny - Toggles the display of Zeny gain messages.
* @showdelay - Shows or hides the red "Cannot use the skills" message.
* @noask - Toggles automatic rejection of deals and invites.
* @who - Returns a list of online characters, with location.
* @who2 - Returns a list of online characters, with job classes.
* @go - Warps to predefined locations in major cities.
* @rates - Displays the server rates.
* @uptime - Show server uptime since last map server restart.
* @exp - Displays current levels and % progress.
* @time - Displays the local server time, along with day/night information.
* @warp \<map> \<x> \<y> - Warps to the specified map.
* @jailtime - Displays remaining jail time.
* @request - Sends a message to all connected GMs (via the GM whisper system).
* @help \<command> - Displays the help message for the specified command.
* @refresh - Synchronizes the player's position on the client with the one stored on the server.
* @uptime - Show server uptime since last map server restart.
* @donation - Warps you to the Donation NPC.
* @feelreset - Resets a Star Gladiator's marked maps.
* @hatredreset - Resets a Star Gladiator's marked monsters.

### MyAccount

* @myaccount - Used to change your password in-game!
  * There is a 24 hour waiting period before the change of password takes effect. This is to allows the account holder to be sure of *unauthorized changes*.

### Light Graphical Plugin

* @graphics - Shows the list of available LGP commands.
* @lgp - Enables or Disables Light Graphical Plugin (LGP).
* @square \<on/off/1-14> - Display square around the character. It is possible to change the size.
* @circle - Displays circle around the character. This circle typically shows the maximum range of your longest ranged skills.
* @aoes - Enable or Disable the display AoE skills such as Storm Gust, Lord of Vermilion, Meteor Storm.

### Item Commands

* @ii / @iteminfo \<item name/ID> - Displays item information (type, price, weight, drops).
* @storage - Opens your Kafra storage.
* @autoloot <%> - Enables or disables autolooting items from killed mobs.
* @alootid <+/- item name/ID> - Starts or stops autolooting a specified item. Can reset list with @alootid reset, can view list with @alootid list.
* @autoloottype <+/- type name/ID - Starts or stops autolooting a specified item type. Can reset with @autoloottype reset.
* @autotrade - Allows you continue vending offline, then logs off.
* @guildstorage - Opens your guild storage.
* @storeall - Places all inventory and equipped items directly into your Kafra Storage.

### Monster Commands

* @mi / @mobinfo / @monsterinfo - Displays detailed information such as HP, EXP, and stats of the monster you specified.
* @whodrops - Displays a list of mobs which drop the specified item. *(Only the highest drop rates are shown.)*
* @whereis - Displays the maps in which monster normally spawns.

### Duel Commands

* @duel \<player name> - Initiate duel with another player.
* @invite \<player name> - Initiate duel with another player.
* @accept - Accept a duel with another player.
* @reject - Deny a duel with another player.
* @leave - End and leave dueled match.

### Battle Commands

* @hold - Allows player to lock themselves to a cell until using the command again. Useful during WOE to avoid character slide due to lag.
* @changegm - Allows guildmaster to pass lead of your guild to another member.
* @changeleader - Allows the party leader to pass lead of your party to another member.
* @breakguild - Allows guildmaster to breaks the guild of the attached character.
* @partyoption - Changes party options for experience sharing and item sharing.

### BattleGrounds Commands

* @listenbg - Turn off announcements for Battlegrounds.
* @joinbg - Join the current round of Battlegrounds.
* @leavebg - Leave the current round of Battlegrounds.
* @guildskill - Use the Guild Skill in Battlegrounds.
* @order - Send an order to your team in Battlegrounds.
* @leader - Change leader for your team in Battlegrounds.
* @voteleader - Vote to change leader for your team in Battlegrounds.
* @reportafk - Report a team player for being AFK in Battlegrounds.
* @voteafk - Vote on an a team player for being AFK in Battlegrounds.

### Channel Commands

* @channel \<join/leave/create/delete/list> - Various #channel commands to manage #channels.
* @channel join <#channel\_name> {\<password>} - Join a channel
* @channel leave <#channel\_name> - Leaves the specified channel.
* @channel create <#channel\_name> \<channel\_password> - Creates a new channel.
* @channel delete <#channel\_name> - Destroys the specified channel.
* @channel list - Displays a list of all public channels.
* @channel list mine - Displays a list of channels you have joined.

### Homunculous Commands

* @hominfo - Displays homunculus stats in different formats.
* @homstats - Displays homunculus stats in different formats.
* @homtalk \<message> - Command what the player's homunculus will say.


---

# 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://www.xileretro.wiki/support/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.
