Jump to content
  • 0

Item Call Skill


Question

Posted (edited)

Hello folks. How i can make this xml to call a skill which i put on item_skill?
 

<item id="22568" type="EtcItem" name="item name">
        <set name="etcitem_type" val="RUNE" />
        <set name="immediate_effect" val="true" />
        <set name="material" val="PAPER" />
        <set name="weight" val="100" />
        <set name="price" val="150000" />
        <set name="is_tradable" val="false" />
        <set name="is_dropable" val="false" />
        <set name="handler" val="ItemSkills" />
        <set name="item_skill" val="20923-1" />
    </item>
Now don;t work 😞 Thank you

P.S.- Skill its active and work like a buff ! Thank you again

Edited by 0flee

8 answers to this question

Recommended Posts

  • 0
Posted
1 hour ago, 0flee said:

Hello folks. How i can make this xml to call a skill which i put on item_skill?
 

<item id="22568" type="EtcItem" name="item name">
        <set name="etcitem_type" val="RUNE" />
        <set name="immediate_effect" val="true" />
        <set name="material" val="PAPER" />
        <set name="weight" val="100" />
        <set name="price" val="150000" />
        <set name="is_tradable" val="false" />
        <set name="is_dropable" val="false" />
        <set name="handler" val="ItemSkills" />
        <set name="item_skill" val="20923-1" />
    </item>
Now don;t work 😞 Thank you

P.S.- Skill its active and work like a buff ! Thank you again

Find an item that skill is working and copy 

  • 0
Posted (edited)

I don't have that skill. This item it's stored on inventory. Doesn't required any action like double click.

Edited by 0flee
  • 0
Posted
4 hours ago, 0flee said:

Hello folks. How i can make this xml to call a skill which i put on item_skill?
 

<item id="22568" type="EtcItem" name="item name">
        <set name="etcitem_type" val="RUNE" />
        <set name="immediate_effect" val="true" />
        <set name="material" val="PAPER" />
        <set name="weight" val="100" />
        <set name="price" val="150000" />
        <set name="is_tradable" val="false" />
        <set name="is_dropable" val="false" />
        <set name="handler" val="ItemSkills" />
        <set name="item_skill" val="20923-1" />
    </item>
Now don;t work 😞 Thank you

P.S.- Skill its active and work like a buff ! Thank you again

 

You want to click the item and trigger the skill

You want to get the item and automatically take the skill?

 

What exactly do you want?

  • 0
Posted

``You want to get the item and automatically take the skill?``
yes. But i trigged the skill from click on item. BUt was more good option  2nd from you

  • 0
Posted
47 minutes ago, 0flee said:

``You want to get the item and automatically take the skill?``
yes. But i trigged the skill from click on item. BUt was more good option  2nd from you

That skill is like a buff or perma skill ? I ask this because the approach of code is different in those cases

  • 0
Posted
13 minutes ago, 0flee said:

Like when okayer get that item, automacally get skill too

 

You need modify the methods where the item is added to player's inventory 

and check the item skills to give them to him, same way if item is removed from inventory. 

 

For example in L2J (HighFive):

 

public L2ItemInstance addItem(final String process, final int itemId, final long count, final L2PcInstance actor, final Object reference)

 

here you could add your lines of code for example:

 

getItem().getSkills().addSkill(s -> addSkill(s, false);

 

(Consider those are handwritten lines, do not copy paste.

 

Same thing must happen at "destroyItem" (for cases of drop, destroy e.t.c) 

to remove the skills. 

Guest
This topic is now closed to further replies.


  • Posts

    • Tool that allows you to download the Lineage 2 game client directly from the official publisher CDNs. It fetches the CDN's file list and downloads every patch file, decompresses it (LZMA / Zip) and writes the finished client to disk — and can resume or repair an existing installation instead of starting over. It runs several client downloads at once through a batch queue, so you can prepare multiple regions or versions in a single session.   Supported: NCSoft CDNs (TW / KR / JP / NA) and  4game CDNs(RU / EU)   Download: https://drive.google.com/file/d/11SDcNASqO2GKOBT79LFu7mqvSRSJZvBS
    • https://l2avokado.com/ Hello everyone,   After some time of development, we've decided to open L2Avokado to the public in its current development stage. We're looking for players who enjoy Interlude and would like to help shape the project before its official release.   This isn't a "launch" announcement. Instead, we're inviting the community to log in, explore the server, test the systems we've built, and provide honest feedback. Whether it's bug reports, balance suggestions, progression ideas, or quality-of-life improvements, we'd love to hear them.   Our goal has always been to create an Interlude server that feels familiar while offering a fresh progression experience. We've intentionally avoided custom weapons, armor, and client modifications. Instead, we've focused on redesigning progression through reworked hunting grounds, quests, crafting, and gameplay systems while remaining compatible with a clean Interlude client.   At this stage, the core progression path has been implemented, including the main hunting grounds, quests, custom systems, and events. However, as the project is still under active development, there will inevitably be bugs, balance issues, and areas that require further polishing.   This is exactly why we'd like your help.   We're looking for players who are willing to: Test gameplay and progression. Report bugs and exploits. Suggest balance improvements. Share ideas for new features or quality-of-life changes. Help us build a server that the community genuinely enjoys playing.   The Client and System downloads are already available on our website, so you can jump straight into the game. We're also working on a dedicated launcher that will simplify installation and future updates.   If you're interested in helping develop a unique Interlude project and want your feedback to genuinely influence the direction of the server, we'd love to have you with us.   We look forward to seeing you in-game and hearing your thoughts on Discord. https://l2avokado.com/
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..