> For the complete documentation index, see [llms.txt](https://guia.lendariomu.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.lendariomu.com.br/comando-attack-e-index-das-magias-or-muzord.md).

# ⚔️ Comando /attack e Index das Magias | MuZord

O comando `/attack` é utilizado para automatizar ataques com habilidades específicas, informando o **Index da Magia** que o personagem deve utilizar.

## 🛠️ Como Usar

**Sintaxe:**

```
/attack <index> <delay>
```

* `<index>`: número correspondente à magia desejada.
* `<delay>`: tempo (em segundos) entre um ataque e outro.

**Exemplo:**

```
/attack 1 1
```

> Ativa o ataque automático com a magia de **Index 1 (Poison)** a cada 1 segundo.

## 📜 Lista de Index das Magias por Classe

### 🔥 Soul Master

| Index | Magia         |
| ----- | ------------- |
| 1     | Poison        |
| 2     | Meteorite     |
| 3     | Lightning     |
| 4     | Fireball      |
| 5     | Flame         |
| 6     | Teleport      |
| 7     | Ice           |
| 8     | Twister       |
| 9     | Evil Spirits  |
| 10    | Hell Fire     |
| 11    | Power Wave    |
| 12    | Aqua Beam     |
| 13    | Cometfall     |
| 14    | Inferno       |
| 15    | Teleport Ally |
| 16    | Mana Shield   |
| 17    | Energy Ball   |
| 38    | Decay         |
| 39    | Ice Storm     |
| 40    | Nova          |
| 45    | Mana Glaive   |

### ⚔️ Blade Knight

| Index | Magia          |
| ----- | -------------- |
| 18    | Defense        |
| 21    | Stab           |
| 41    | Twisting Slash |
| 42    | Rageful Blow   |
| 43    | Death Stab     |

### 🏹 Muse Elf

| Index | Magia           |
| ----- | --------------- |
| 24    | Triple Shot     |
| 26    | Heal            |
| 27    | Greater Defense |
| 28    | Greater Damage  |
| 51    | Ice Arrow       |
| 52    | Penetration     |
| 77    | Infinity Arrow  |

### ⚡ Magic Gladiator

| Index | Magia       |
| ----- | ----------- |
| 55    | Fire Slash  |
| 56    | Power Slash |

### 🐴 Dark Lord

| Index | Magia                    |
| ----- | ------------------------ |
| 60    | Force                    |
| 61    | Fire Burst               |
| 62    | Earthquake               |
| 63    | Summon                   |
| 64    | Increase Critical Damage |
| 65    | Electric Spark           |
| 66    | Force Wave               |
| 78    | Fire Scream              |

### 🧙‍♀️ Summoner

| Index | Magia           |
| ----- | --------------- |
| 214   | Drain Life      |
| 215   | Chain Lightning |
| 230   | Red Storm       |

### 🥊 Rage Fighter

| Index | Magia         |
| ----- | ------------- |
| 262   | Chain Driver  |
| 263   | Dark Side     |
| 264   | Dragon Roar   |
| 265   | Dragon Slayer |

Use esse guia para configurar seus ataques automáticos de forma estratégica e eficiente. Bons combates, guerreiro!

🛡️ **Equipe Mu Zord**


---

# 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://guia.lendariomu.com.br/comando-attack-e-index-das-magias-or-muzord.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.
