Jump to content
  • 0

i need sb good in java developing


Question

Posted

1st : i want to create a skill

2nd : i want an item that when u press it, it will automatically gives u that skill

 

sb do that for me plz?

and no do that just show me how or tell me the code plz!

8 answers to this question

Recommended Posts

  • 0
Posted

first : skill guides can be found if you use search

second: you can use this code

 

 

/**

* @author eKo

*

*/

public class ViP implements IItemHandler

{

  private static final int[] ITEM_IDS = { itemID };

 

  public void useItem(L2PlayableInstance playable, L2ItemInstance item)

    {

        if (!(playable instanceof L2PcInstance))

            return;

        L2PcInstance activeChar = (L2PcInstance)playable;

          int itemId = item.getItemId();

       

      if (itemId == itemID)

      {

 

blabla add here skill code.

 

      }

    }

 

     

 

    public int[] getItemIds()

    {

      return ITEM_IDS;

    }

 

the code to add skills you should find out yourself.

 

 

 

  • 0
Posted

  if (itemId == itemID)  <----- look this

 

its for items not for skills :/ plz if u can help me a little more cause i am new in java developing

 

its for the item code if you use xy item you get skills....grr read some guides

  • 0
Posted

to get the skill use

L2Skill sk  = SkillTable.getInstance().getInfo(/*skill id*/, /*skill lvl*/);

activeChar.addSkill(sk, true);

 

EDIT:

 

btw eKo, isnt better to use

     for(i= 0; i< ITEM_IDS.length; i++)
             if (ITEM_IDS[i] == itemid)
             {

                    blabla add here skill code.

              }

  • 0
Posted

/**

* @author eKo

*

*/

public class ViP implements IItemHandler

{

  private static final int[] ITEM_IDS = { itemID };

 

  public void useItem(L2PlayableInstance playable, L2ItemInstance item)

   {

        if (!(playable instanceof L2PcInstance))

           return;

        L2PcInstance activeChar = (L2PcInstance)playable;

         int itemId = item.getItemId();

       

     if (itemId == itemID)

      {

 

  L2Skill sk  = SkillTable.getInstance().getInfo(/*skill id*/, /*skill lvl*/);

  activeChar.addSkill(sk, true);

 

      }

   }

 

   

 

   public int[] getItemIds()

   {

      return ITEM_IDS;

   }

}

 

so it would be like this... (if correct say it and lock the topic.) also (where do i put that code?)

  • 0
Posted

first of all create the skill

go to data/stats/skills

and create a file named "10100-10199.xml" if it doesnt exist

edit it using http://www.l2jserver.com/wiki/Skills

if  you dont have time or dont want to read that all, just copy any skill done b4, and edit it

BTW use skill id 10100 coz i hope its not used yet

so change in the itemhandler's code " /*skill id*/ " with the skill id (10100) and " /*skill lvl*/ " with 1 if you just want to make 1 lvl of the skill

Guest
This topic is now closed to further replies.


  • Posts

    • Hello! I am new to l2 server creation and i need your help please!!! I want to make my own l2 interlude c6 server with custom thing in it.  I need help with where to start. What source pack to pick to start and what to do. Please if you can help me i would appreciate it very much !!!
    • Need Discord with rare badge? VISIT US AND SHOP WITH US! NEW STOCK   Aged, Early Supporter Discord Accounts I sell HQ Aged and Early, Discord Accounts that are inactive and not flagged by discord at cheap prices   If you want to contact me, you can add me on discord: worldcoldwar Features: Format - age : email : pass : token Not flagged and undetected by discord HQ % With OGE Emails, password etc can be changed Unverified Early Supporter 24M Boost Badge HypeSquad Events Early Verified Bot Developer Early Supporters SHOP LINK: disvault1.mypaylix.gg/ For PayPal payments, please open a ticket. If you experience any problems with cryptocurrency payments, please open a ticket as well.
    • Tired of frantically switching between windows trying to find that specific Warlock who should be casting saves? Forgot which server you left your Warsmith on? This mod solves these problems! What it does: Turns the boring window title into an information panel: Server Name - Character Name [Class] Real-life examples: - ServerName - HardcoreFarm [Spoilerr] (who's been spoiling for 3 months already) - ServerName - ClericHelper [Buffer] (eternal buffer on standby) - ServerName - MainChar [Gladiator] (main character who's always AFK) Why you need this: For multiboxers - to avoid confusing where the DD is and where the healer is For the forgetful - if your memory is like a goldfish For streamers - viewers immediately see who's on screen For adults - when playing at work and need to quickly hide the window DLL only - no Interface files needed Installation (more complicated than making tea): 1. Download the DLL 2. Drop it into the System folder 3. Launch the client 4. Be amazed how you lived without this before!   Purchase Conditions: Price: 100$ Payment Method: USDT. How to Buy: Contact me on Telegram: @kiselevwv for a quick response. I will answer all your questions and provide additional information if needed. I guarantee functionality at the moment of sale and prompt assistance with setup after purchase.    
    • Hello Everyone   Wts adena  L2 REBORN C5 FRANZ x1 50kk stock 😉   Contact Discord :  topseller4081  
    • tratando de crear un GvE tengo problemas con el scripts como no se mucho de esto me estoy ayudando con IA pero no puedo salir de este bache      [06:19:43]  WARN Quest GvE_AI not found! [06:19:45]  WARN Quest GvE_AI not found! [06:19:50]  WARN Quest GvE_AI not found! [06:25:51]  WARN Quest GvE_AI not found!
  • 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..