xSlark Posted January 22, 2020 Posted January 22, 2020 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 Quote
Reynald0 Posted January 22, 2020 Posted January 22, 2020 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(); Quote
xSlark Posted January 22, 2020 Author Posted January 22, 2020 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.