L2JMobius

C6 Custom skills learning

Maestro · 4 · 3007

Offline Maestro

  • Heir
  • **
    • Posts: 15
How can I implement the study of custom skills at the NPC for example Aden example? I looked at examples of clan or fishing skills, but I couldn’t figure out how to make it work the way I want.


Online G-hamsteR

  • Viscount
  • *****
    • Posts: 334
Hello,

You create the skills from the xmls (game/data/stats/skills) and then edit skill_trees from database. Just fill-in the class, the skill id and level, the player level and the SP cost. It should work.


Offline Maestro

  • Heir
  • **
    • Posts: 15
Hello,

You create the skills from the xmls (game/data/stats/skills) and then edit skill_trees from database. Just fill-in the class, the skill id and level, the player level and the SP cost. It should work.

I figured it out with this, and how to make the skill available for all classes, and how to add this skill to the custom NPC


Offline Liviades

  • Heir
  • **
    • Posts: 30
You must have some other points in mind.
For Example:

To add an skilll its not just add it on the skill tree of the class. You must edit your client side too, adding the new skill or the new lvl of the skill (out of ordinary ones)