From The Mana World
(Initial revision) |
m (Move page script moved page Dev:Skills.xml to Development:Skills.xml: Rename Dev: to Development: so the miraheze import works) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 8: | Line 8: | ||
===<skill>=== | ===<skill>=== | ||
An individual skill definition. <code>skill</code>s have <code>id</code>s, <code>names</code>s, and <code>fixed</code> values. The <code>id</code> corresponds to the skill ID on the server. The <code>name</code> is the name to give the skill in the GUI. The optional <code>fixed</code> 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== | ==Example== | ||
Line 19: | Line 19: | ||
</skills> | </skills> | ||
</code> | </code> | ||
{{Template:Content XML}} |
Latest revision as of 03:56, 27 March 2024
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. skill
s have id
s, names
s, 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 |