Jump to content

[Share guide] How add a skill to a class


Recommended Posts

Guest TheVortex
Posted

- Open Navicat  and run this code

 

    INSERT INTO skill_trees VALUES (0,150,2,'Weight Limit',0,1);

 

    Explain:

    0 - Class ID (Human Fighter have class ID = 0)

    150 - Skill ID (Weight Limit have skill ID = 150)

    2 - level of skill

    'Weight Limit' - name of skill

    0 - number of SP need to learn skill

    1 - level of player need to learn skill

  • 1 month later...
  • 1 year later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...