From The Mana World
(Redirected from Dev:Skills.xml)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This file describes the skills recognized by the eAthena client.

Structure

Skill DBs are in XML format.

<skills>

This is the root element of the file.

<skill>

An individual skill definition. skills have ids, namess, and fixed values. The id corresponds to the skill ID on the server. The name is the name to give the skill in the GUI. The optional fixed value says if the skill is fixed (not changeable through the GUI) or not. A value of 0 (the default) means it can be changed through the GUI and a value of 1 means it can't.

Example

<skills>
    <skill id="1" name="Basic"/>
    <skill id="340" name="Magic" fixed="1"/>
    ...
</skills>

Content XML files

Databases

effects.xml | emotes.xml | hair.xml | items.xml | monsters.xml | maps.xml | npcs.xml | runes.xml | skills.xml | status-effects.xml

Filetypes

Particle XML files | Animation XML files | GUI window skin XML files