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
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();
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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now