# Character Skill Tree

{% hint style="info" %}

<p align="center">EpicMU skill tree system enables players to develop and customize their characters by distributing skill points across multiple paths, unlocking new active skills and passive bonuses.<br>The system features several distinct trees, including the Master Skill Tree, Skill Enhancement Tree, and Ability Upgrade Cores, each providing unique upgrades and enhancements.<br>Progression through these trees depends on reaching specific level milestones and allocating points in the appropriate slots.</p>

#### Skill Tree Progression:

<p align="center">Starting at level 400, players begin to earn Master Level points.<br>Levels 401 to 800 grant points for the 3rd skill tree.</p>

<p align="center"><img src="https://assets.muhelper.com/guides_assets/deviasmu/skilltreesystem/3rdtree.png" alt="Skill Tree 3rd Level" data-size="original"></p>

<p align="center">Levels 801 to 1200 provide points for the 4th skill tree.</p>

<p align="center"><img src="https://assets.muhelper.com/guides_assets/deviasmu/skilltreesystem/4thtree.png" alt="Skill Tree 4th Level"></p>

<p align="center"> Level 1200, players can complete a quest with the NPC Eunice in Devias to advance to the 5th class.</p>

<p align="center"><img src="https://assets.muhelper.com/guides_assets/deviasmu/skilltreesystem/5thtree.png" alt="Skill Tree 5th Class"></p>
{% endhint %}


---

# 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://guides.epicmu.net/starter-guide/system-game/character-skill-tree.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.
