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

# Available Commands

## DotaRO Reborn Commands:

* @alootid: Allows you to autoloot specific items.
* @aloottype: Allows you to autoloot specific item type.
* @autoloot <%>: Enables or disables autolooting items from killed mobs.
* @accept: Allows duel invitation.
* @allskill: Completes your skill tree.
* @autotrade: Allows you to continue vending while offline.
* @commands: Display a list of @ commands available to the player.
* @changegm \<guild member name>: Changes guild leader.
* @changeleader \<party member name>: Changes party leader.
* @duel: Creates a duel.
* @go \<city name/number>: Warps you to available city.
* @guildstorage: Opens guild storage.
* @homtalk \<message>: Make your homunculus talk.
* @hominfo: Returns info on your homunculus.
* @iteminfo \<item name/ID>: Displays item information.
* @invite \<player name>: Invite player in a duel.
* @jailtime: Display remaining jail time.
* @join: Warps you to a current event location hosted by a GM.
* @leave: Leaves the duel.
* @me \<message>: Displays message in a /me IRC style.
* @mobinfo \<mob name/ID>: Displays monster information.
* @noask: Toggles automatic rejection of deals and invites.
* @pettalk \<message>: Make your pet talk.
* @rates: Shows the Server EXP and Drop rates.
* @reject: Rejects Duel invitation
* @request \<message>: Send a message to all connected GMs.
* @refresh: Synchronizes your position with one stored on the server.
* @storage: Opens your storage.
* @showexp: Toggles the display of exp gain messages.
* @showzeny: Toggles the display of zeny gain messages.
* @time: Displays the local server time, along with day/night information.
* @warp \<map> \<x> \<y>: Warps you to given map (x and y optional)
* @whereis \<monster name>: Displays the map in which monster normally spawns.
* @whodrops \<item name/ID>: Displays a list of mobs which drop the specific item.
* @ac on | @ac off | @ac set | @ac afk: Allows player to use the Auto Combat Feature
* @hiderotd: Hides the spam shout of ROTD.

## DotaRO Custom Commands

* @grstats: Checks your Gold Room Statistics
* @grtime: Checks your Gold Room Status
* @join: Joins an Automated Event
* @ws: Checks the Vending Area on who's buying / selling items that you need
* @worldboss: Checks the world boss status
* @koe: Check KoE schedules and entry point of KoE
* @seeitems: Filters how you want to see the dropped items

## DotaRO Streamer Commands

* @streamer: Checks your current streamer points

## DotaRO Client Commands

* @aoes \<on/off>: Display colored areas of AOE skills.
* @circle: Toggles circle around your character.
* @lgp \<on/off>: Enables and disables LGP.
* @packetfilter: To filter some features to reduce lag.
* /quake: Toggles client shake.
* @square \<on/off/1-10>: Displays square around the character.
* !ping: Shows your ping statistic.
* !vsync: With disabled vsync the animations is more smoother.
* /invite: Invite someone in your party thru command.
* /guildinvite: Invite someone in your guild thru command.

## DotaRO Star Gladiator Commands

* @feelreset: Resets your Star Gladiator's feeling.
* @hatereset: Resets your Star Gladiator's hatred.


---

# 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://dotaro.gitbook.io/wiki/getting-started/available-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.
