Jump to content

[SHARE] How To create your one Skill!


Recommended Posts

[move]How to Create your skill. I post for eg Mana passive...

 

lets Start :)[/move]

 

 

<skill id="Skill ID" levels="1" name="Skill Name">

<set name="power" val="0.0"/>

<set name="target" val="TARGET_SELF"/>

<set name="skillType" val="BUFF"/>

<set name="operateType" val="OP_PASSIVE"/>    or active       

<set name="castRange" val="-1"/>

<set name="effectRange" val="-1"/>

<for>

<add order="0x40" stat="regCp" val="4.0"/>      or "regMp" or "regHp" ( val="4.0"/> <-- 6.0 big reg!)

</for>

</skill>

Link to comment
Share on other sites

He forgot somethings to do

Skill_tree - Database Table

Client files like MaestroLuke already said

What they must do with the xml script

Better making an tool for it its sooo easy :P

 

Subject title is wrong its suppose to be: How To create your own Skill!

and not: How To create your one Skill!

 

or it must be: How To create one Skill!

Link to comment
Share on other sites

He forgot somethings to do

Skill_tree - Database Table

Client files like MaestroLuke already said

What they must do with the xml script

Better making an tool for it its sooo easy :P

 

Subject title is wrong its suppose to be: How To create your own Skill!

and not: How To create your one Skill!

 

or it must be: How To create one Skill!

 

You need Skille_tree table ONLY if You want to teach some class this skill

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...