Any idea how I can make skills learnable with items? Kind of like the spellbook, except that you learn it with the SkillList window but instead of eating XP it eats a item. I think I got the idea on how to do it, but not sure where to put it or where to edit. I tried looking in RequestAquireSkill but it needs to be defined in L2SkillLearn (?).
Hey! It's been years since I tried this, just redownloaded everything for the nostalgia but I'm having the "mismatch" problem.
You were right, I used another system, not the one from the post! My bad!
Now I can't find the system that works with AuthGateD 🤣
I see you have found it and uploaded it but the link you provided no longer works. If you are still around, can you please reupload? Thank you!
Question
DONALD TRUMP 2016
Any idea how I can make skills learnable with items? Kind of like the spellbook, except that you learn it with the SkillList window but instead of eating XP it eats a item. I think I got the idea on how to do it, but not sure where to put it or where to edit. I tried looking in RequestAquireSkill but it needs to be defined in L2SkillLearn (?).
Does it have anything to do with...
int itemId = 27005; ....... if(itemId > -1) { L2ItemInstance spb = player.getInventory().getItemByItemId(itemId); if(27005 == null) { player.sendPacket(new SystemMessage(SystemMessageId.ITEM_MISSING_TO_LEARN_SKILL)); return; } player.destroyItem("Consume", 27005, 1, trainer, true); } }9 answers to this question
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