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 (?).
Warning: This guy is a big scammer, trying to sell everything, advertising for servers etc.
That's his mail address evgesha.nrnr@gmail.com , stay away!
@Atom @Celestine
Warning: This guy is a big scammer, trying to sell everything, advertising for servers etc.
That's his mail address evgesha.nrnr@gmail.com , stay away!
@Celestine
@Atom
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