Jump to content

Learn Skills Probem


xSlark

Recommended Posts

Hello i have create my own L2StartingManager this npc gives you xp/class and equipment. 

 

But i have one problem i made it makes char lv 80 and then 3rd class instantly and i have problem that learn only some skills in order to have all skills char have to make like 3-4 restarts any help?

 

i try this

        changeClass(player, val);
        player.giveAvailableSkills()

and this

        changeClass(player, val);
        player.rewardSkills()

 

any help?

L2JFrozen

Link to comment
Share on other sites

57 minutes ago, xSlark said:

L2JFrozen


L2jFrozen was discontinued, i recommend you update to L2jFrozen 1.5 which is a improved project based on L2jFrozen.

Information about L2jFrozen 1.5: https://l2devsadmins.net/reynaldev/index.php?board=66.0

Anyways, method giveAvailableSkills, should do the work.
 

 player.giveAvailableSkills();

 

Link to comment
Share on other sites

3 minutes ago, Reynald0 said:


L2jFrozen was discontinued, i recommend you update to L2jFrozen 1.5 which is a improved project based on L2jFrozen.

Information about L2jFrozen 1.5: https://l2devsadmins.net/reynaldev/index.php?board=66.0

Anyways, method giveAvailableSkills, should do the work.
 


 player.giveAvailableSkills();

 

I tried this and doesn't work. Keep giving me only the 3rd class skills. BTW I have make a lot of work on my source in the past 3 years I was off for 2 years and I'm back in. 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...