filimon Posted June 24, 2013 Posted June 24, 2013 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.
0 filimon Posted June 25, 2013 Author Posted June 25, 2013 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 :/
0 Zake Posted June 25, 2013 Posted June 25, 2013 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.
0 filimon Posted June 25, 2013 Author Posted June 25, 2013 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?
0 Intrepid Posted June 25, 2013 Posted June 25, 2013 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
0 filimon Posted June 25, 2013 Author Posted June 25, 2013 Can you please give a link here, cus i'm trying but i can't find it, sorry and thanks guys for your time.
0 SweeTs Posted June 25, 2013 Posted June 25, 2013 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:
Question
filimon
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.
8 answers to this question
Recommended Posts