Jump to content
  • 0

L2J Gracia Final - Some skills are not being auto-learned.


filimon

Question

Hello, I have that problem, auto-learn skills is on, I tried to use many skill_trees.sql to replace the first one, but still some skills are not being auto learned.

I would really appreciate some help. Thanks.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Not 81/83 skills. Mostly 1st/2nd class skill's high levels. For example someone completes third class and has level 30 Heavy armor mastery and he should have level 50 Heavy armor mastery. If he goes to the class master he can learn them there... It's a really weird problem :/

Link to comment
Share on other sites

  • 0

Not 81/83 skills. Mostly 1st/2nd class skill's high levels. For example someone completes third class and has level 30 Heavy armor mastery and he should have level 50 Heavy armor mastery. If he goes to the class master he can learn them there... It's a really weird problem :/

I used l2j gracia final in the past and i didn't face such a problem. Did you check your gameserver console? Maybe there's an error when it's loading Character configs.
Link to comment
Share on other sites

  • 0

Not an error at all, actually i found out that the problem is that player gets the levels too fast, i tested creating a new character and giving him 3/4 levels at a time, and he got all skills auto-learned, but on my server i want players to start off at 76, is there any way to fix it?

Link to comment
Share on other sites

  • 0

Not an error at all, actually i found out that the problem is that player gets the levels too fast, i tested creating a new character and giving him 3/4 levels at a time, and he got all skills auto-learned, but on my server i want players to start off at 76, is there any way to fix it?

 

you just add the java code its shared here alredy plenty of times and its done

Link to comment
Share on other sites

  • 0

i want players to start off at 76

 

CharacterCreate.java

 

newChar.getStat().addExp(newChar.getStat().getExpForLevel(76));

 

Something like :)

 

and in case auto-learn skills won't work, add this also

 

newChar.giveAvailableSkills();
newChar.sendSkillList();

 

Should work :troll:

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...