> For the complete documentation index, see [llms.txt](https://lokagamers.gitbook.io/rowiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lokagamers.gitbook.io/rowiki/guide/class-guide/wizard.md).

# Wizard

## Wizard

Wizard is a high-damage AOE class with top farming speed.

It performs best with good positioning and map control.

{% columns %}
{% column %}

<figure><img src="/files/Ue0MB5ijSyMFHARjolhm" alt="Wizard"><figcaption><p>Wizard</p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/HftJSl3g2aiAyxgsLthf" alt="Wizard"><figcaption><p>Wizard</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### 🟣 At a glance

* **Best leveling build:** INT DEX
* **Main leveling skill:** Storm Gust 10
* **Best map flow:** Geffen Dungeon → High Orc → Glast Heim → Anubis
* **Main strength:** Fast AOE farming

### 🟣 Overview

Wizard clears dense monster packs faster than most classes.

It rewards clean kiting, strong spell timing, and good SP management.

### 🟣 Build

#### INT DEX

This is the standard leveling build.

**Stats**

* INT: 90–99
* DEX: 60–80
* VIT: 20–40

**Focus**

* High magic damage
* Faster cast time
* Better survival through controlled positioning

{% hint style="success" %}
Wizard is one of the fastest farming classes when the pull is managed well.
{% endhint %}

### 🟣 Key skills

* Storm Gust 10 — main AOE skill
* Jupitel Thunder 10
* Safety Wall 10
* Bolt skills

### 🟣 Gameplay

1. Kite monsters into a clean pack.
2. Group them before using AOE.
3. Use Safety Wall to survive pressure.
4. Keep enough SP for the next pull.

### 🟣 Equipment progression

#### Early

* Rod
* Basic armor
* Basic SP support gear

#### Mid

* Arc Wand
* SP gear
* Survival garment

#### Late

* +7 Arc Wand
* Phen Card
* Garment with Raydric Card

### 🟣 Best leveling spots

* Geffen Dungeon
* High Orc
* Glast Heim
* Anubis

### 🟣 Pros and cons

**Pros**

* Strong AOE damage
* Very fast farming
* Core party class

**Cons**

* Heavy SP use
* Needs good positioning

### 🟣 Related guide

* [Leveling Encyclopedia](/rowiki/guide/leveling-guide.md)


---

# 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://lokagamers.gitbook.io/rowiki/guide/class-guide/wizard.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.
