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.


  • Posts

    • Someone ask me for this, it should work on any client that has Kamael race, preview:     Installation - there are two ways to install depending on how you want to use it:   Method 1: If you want to completely replace the original, do:   Copy all lines from your armorgrp to Notepad++, press Ctrl+H, check the "match whole word" option and replace:   kamael.Mkamael_m000_w_ad00   by:   AvengersKamaelWings.Avengers_MKamael_m001_w_ad00   Then replace:   MKamael.Mkamael_m000_t00_w   by:   AvengersKamaelWings.MKamael_m001_t00_w   Now repeat the same process with the female, replace:   kamael.Fkamael_m000_w_ad00   by:   AvengersKamaelWings.Avengers_FKamael_m001_w_ad00   Then replace:   FKamael.Fkamael_m000_t00_w   by:   AvengersKamaelWings.FKamael_m001_t00_w   You're done, paste everything back into File Edit and save!   Method 2: If you only want to replace in specific sets, execute the above process only on the armorgrp of those sets.   Repack by: AvengersTeamBr Password: LadrãoDeFrango      
    • 用于解密、加密和编辑 .u 文件的工具。
    • It's always awesome when you find someone who not only delivers great quality but also does it way ahead of schedule. Makes you feel like you hit the jackpot, right? I'm new around here, just stumbled upon this forum, and seeing posts like yours really gives me hope that there are some real pros hanging out in this community.
    • Dear friends! We have good news to announce that the server that will open in June 1 will be the Main server and every 4 months we will make another season server and integrate ( merge ) it into the main that will always be open..  
  • Topics

×
×
  • Create New...