# commands

#### **Available Commands**

Below is a list of commands and their effects in **VoltRO**:

***

#### **General Commands**

| Command             | Effect                                                                                                                                                                   |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **!vsync**          | Reduces lag and makes movement smoother. Requires a capable PC, but modern systems should handle it fine. If "Disable" appears in the chat, it's working.                |
| **@rates**          | Displays the server's current rate multipliers.                                                                                                                          |
| **@at**             | Keeps a vending shop open even while offline. HourlyPoints can still be received. If the server goes down for maintenance, offline shops will be restored automatically. |
| **@iteminfo / @ii** | Displays information about an item using **@ii (item ID)**. Clicking the item name in the chat window shows more details.                                                |
| **@mobinfo / @mi**  | Displays monster information using **@mi (mob ID)**, including item drop rates.                                                                                          |
| **@time**           | Shows the server time. Useful for time-based events.                                                                                                                     |
| **@refresh**        | Syncs with the server. Use this if monsters don’t disappear after being killed or if NPC dialogue windows won’t close.                                                   |

***

#### **Autoloot System**

The **Autoloot** feature allows players to automatically collect dropped items in various ways.

**1. Autoloot (All Items)**

| Command          | Effect                                                                            |
| ---------------- | --------------------------------------------------------------------------------- |
| **@autoloot**    | Collects all dropped items.                                                       |
| **@autoloot 1**  | Collects all items with a drop rate of **1% or lower** (e.g., rare items, cards). |
| **@autoloot 3**  | Collects items with a drop rate of **3% or lower**.                               |
| **@autoloot 5**  | Collects items with a drop rate of **5% or lower**.                               |
| **@autoloot 10** | Collects items with a drop rate of **10% or lower**.                              |

*Note: This command must be re-entered each time you log in.*

***

**2. Autoloottype (By Item Type)**

You can set **autoloot** for specific item types using the following commands:

| Command               | Item Type           |
| --------------------- | ------------------- |
| **@autoloottype +0**  | Healing Items       |
| **@autoloottype +2**  | Usable Items        |
| **@autoloottype +3**  | Miscellaneous Items |
| **@autoloottype +4**  | Armors              |
| **@autoloottype +5**  | Weapons             |
| **@autoloottype +6**  | Cards               |
| **@autoloottype +7**  | Pet Eggs            |
| **@autoloottype +8**  | Pet Equipment       |
| **@autoloottype +10** | Arrows & Ammunition |

*Note: This command must be re-entered each time you log in.*

***

**3. LootID (Specific Item Collection)**

Loot only specific items by adding them to a **loot list**.

**Add Items to a List**

```python
@lootid save (List No.) (Item ID)
```

Example:

```css
@lootid save 1 4001
```

```yaml
@lootid save 1 968 658 1008 999 607 1030 7020 1036 7018 1015
```

* You can create up to **10 lists**.
* Each list can store up to **10 items**.
* If successful, you will see a **green "Success" message** in chat.

**Load a Saved List**

```python
@lootid load (List No.)
```

* This must be done every time you add items, or they will not be collected.

**Auto-Load a List on Login**

```bash
@lootid set (List No.) autoload 1
```

* Automatically loads a list on login.
* Disable auto-loading with:

```bash
@lootid set (List No.) autoload 0
```

**Check Saved Lists**

```css
@lootid list
```

**Reset a List**

```perl
@lootid reset (List No.)
```

***

#### **Additional Notes**

* **Item Search (iRO Database):**\
  <https://ratemyserver.net/index.php?page=re_item_db>
* **RO Official Search:**\
  <https://rotool.gungho.jp/item/>

*RO has different versions, such as **jRO (Japan), kRO (Korea), and iRO (International)**. VoltRO follows the **iRO** version with some custom items and effects. Always verify item details in-game.*
