Jump to content
  • 0

[HELP] Adding new skills


Question

Posted

How can i add new skill for certain class.

Example: I wanna add Light armor mastery to BD.

 

When i add skill to skill_trees, it shows me err in GS, could not store char skills... duplicate entry.

8 answers to this question

Recommended Posts

  • 0
Posted

ok if u want to add LA to BD first u have to find skill ID and class ID, after this go to skill_trees table.

 

class_id    skill_id      level                name                  sp                  min_level

BD-ID        LA-ID    Skill LVL    Light Armor master      xxxxxxx            Character lvl

 

u can do it by a sql file too using Insert into skill_trees values (BD-ID, LA-ID, Skill Lvl, skill name, sp, lvl to learn)

 

  • 0
Posted

check:

INSERT INTO `skill_trees` VALUES ('118', '10002', '1', 'New Skill', '1', '78');

 

it's causing error while saving char_skills.

It says duplicate entry dunno why.

  • 0
Posted

Primary key for skill_trees table:

 

PRIMARY KEY (`class_id`,`skill_id`,`level`)

 

So You should check these lines.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock