Jump to content
  • 0

(HELP)pvp enchant item


Question

Posted

Greek

paidia evala ena code sto server alla 8elw na to ftiaksw etsi

oste na stamataei sto max enchant pou evala sto server mou pws ginete

to code katw

 

        if ((target instanceof L2PcInstance) && AntiFeedManager.getInstance().check(this, target))
        {
            // Add karma to attacker and increase its PK counter
            setPvpKills(getPvpKills() + 1);
            
     +        if (Rnd.get(100) > 50)
      +       {
      +           L2ItemInstance pvpwep = getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND);
       +             pvpwep.setEnchantLevel(pvpwep.getEnchantLevel() + 1);
        +            sendMessage("Your " + getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND) + "has been enchanted by +1 due to your pvp kills");
        +     }
             
            // Send a Server->Client UserInfo packet to attacker with its Karma and PK Counter
            sendPacket(new UserInfo(this));
        }

5 answers to this question

Recommended Posts

  • 0
Posted

hi apla thelei ena check an afto pou foraei den einai megalitero kai ison me to config enchant

na sto kani :) den thimame an einai etsy >= i etsy => desto esy me to error pou tha sou bgali

 

          if (Rnd.get(100) > 50)
             {
                 L2ItemInstance pvpwep = getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND);

                if(!pvpwep.getEnchantLevel() >= 17) <-- edo bale to config max enchant
                    pvpwep.setEnchantLevel(pvpwep.getEnchantLevel() + 1);
                    sendMessage("Your " + getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND) + "has been enchanted by +1 due to your pvp kills");

                   }
             }

  • 0
Posted
On 1/19/2020 at 9:19 AM, AlexHack said:

3b7b98a51e30.png

 

oxi oute etsi   >=     =>

 

https://maxcheaters.com/topic/219672-l2jacis-pvp-auto-enchant/

 

Alla gia freya Chron

h bgale to ! kai kanto  < config.enchant  h balto se paren8esh kai  kanto

if ( !(pvpwep.getenchant > config.enchant) )

8a htan kalutera an to ekanes etsi

 

final L2ItemInstance pvpwep =   to code s.  

 if (pvpwep != null && pvpwep.getEnchantLevel()  < config.maxenchant && Rnd.get(100)  > 50 )

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...