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