Jump to content
  • 0

[Request]Some things


Question

Posted

I have some requests for freya if someone can help then thanks

(core modifications)

 

1)When player put the armor-weap-jewel into scroll a message with the rate will appears

2)pvp increase item

7 answers to this question

Recommended Posts

  • 0
Posted

1)RequestEnchant.java Find the method which enchant the weapon and add a sendMessage

2)Make a new itemhandler and find the method which increate the pvp's(look at admin handlers i remember they add it on freya on the panel).

  • 0
Posted

 

 

Kяaσh told you what to do, i will just explain.

 

Anyway, for the 1 go in RequestEnchant.java file ( located in clientpackets package ). There you can handle the actions happen when a players accepts to enchant an item. So you want a message to be sented to the player , then you add something like

player.sendMessage("Rate:70%");

 

For the 2 you will go at package itemhandlers and you will create a new .java file. See how other itemhandlers work (ex: potions) and you will just change the method

useItem(L2PlayableInstance playable, L2ItemInstance item) there you will add the code.

increasePvpKills() is the method you need to increase player's pvp.

  • 0
Posted

if (!scrollTemplate.isValid(item) || !isEnchantable(item))
{
                                                                                                                     activeChar.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.DOES_NOT_FIT_SCROLL_CONDITIONS));
   activeChar.setActiveEnchantItem(null);
   activeChar.sendPacket(new ExPutEnchantTargetItemResult(0));
   return;
}
else
{
    int itemType = item.getItem().getType2();
               
     if(scrollTemplate.isBlessed())
       {
            switch(itemType)
             {
                  case L2Item.TYPE2_WEAPON:
                  activeChar.sendMessage("Success rate: " + Config.BLESSED_ENCHANT_CHANCE_WEAPON + "%");
                  break;
                  case L2Item.TYPE2_SHIELD_ARMOR:
                  activeChar.sendMessage("Success rate: " + Config.BLESSED_ENCHANT_CHANCE_ARMOR + "%");
                  break;
                  case L2Item.TYPE2_ACCESSORY:
                  activeChar.sendMessage("Success rate: " + Config.BLESSED_ENCHANT_CHANCE_JEWELRY + "%");
                  break;
               }
         }
         else
         {
             switch(itemType)
              {
                  case L2Item.TYPE2_WEAPON:
                  activeChar.sendMessage("Success rate: " + Config.ENCHANT_CHANCE_WEAPON + "%");
                   break;
                   case L2Item.TYPE2_SHIELD_ARMOR:
                   activeChar.sendMessage("Success rate: " + Config.ENCHANT_CHANCE_ARMOR + "%");
                   break;
                   case L2Item.TYPE2_ACCESSORY:
                   activeChar.sendMessage("Success rate: " + Config.ENCHANT_CHANCE_JEWELRY + "%");
                   break;
               }
           }
}

from http://www.l2jserver.com/forum/viewtopic.php?f=73&t=21328 but i dont know in which lines to enter that...

  • 0
Posted

 

Kяaσh told you what to do, i will just explain.

 

Anyway, for the 1 go in RequestEnchant.java file ( located in clientpackets package ). There you can handle the actions happen when a players accepts to enchant an item. So you want a message to be sented to the player , then you add something like

player.sendMessage("Rate:70%");

 

For the 2 you will go at package itemhandlers and you will create a new .java file. See how other itemhandlers work (ex: potions) and you will just change the method

useItem(L2PlayableInstance playable, L2ItemInstance item) there you will add the code.

increasePvpKills() is the method you need to increase player's pvp.

for the 1st it can be more cool if the msg comes directly from configs so if you change the rate you wont have to re-compile again.

 

do what krash told you.

  • 0
Posted

the prolem is that i dont know in which lines to add the message

for the first one,krash told you,find the method which enchant the weapon and add a msg.

 

I cant actually understand what you cant understand.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Mate your server used to play with full of bots, from where you find that revenue? 
    • IAM one of customers of this project. Have anti cheat, have user panel everything is working. Blocking adrenaline trashy plans without any problems.  So just GL for all lin2 project. I get support every time I need it. 
    • ⚡ Key Features • One-click package conversion from old formats to new formats. • Create new packages in any supported format. • Lineage2Ver121 encryption support already integrated into the package system. • Safe editing workflow: work on copies, complete undo/redo history (Ctrl+Z / Ctrl+Shift+Z), and a single Save button. 💻 System Integration • Open .utx / .ugx files directly from Windows Explorer (file associations are registered automatically during installation). • Smart tab system: opened files are automatically added to the existing application window. • Multilingual interface: EN, RU, UK, ES, PT, EL, KO, VI, ZH. The language is automatically detected from system settings. 📦 Supported Formats Packages UTX UGX Textures RGBA8 DXT1 DXT3 DXT5 G16 P8 Resources GFX (Scaleform) 🛠 Requirements & Installation Requirements: Windows only. Java is not required — all required components are already included. Installation: Run La2Tools-3.0.2.exe. The installer will create shortcuts and register supported file types automatically. Portable Version: Also available for users who prefer running the application without installation. Fast, safe and simple package management tools for Lineage 2 developers.   https://la2.tools/files/La2Tools_3.0.3_setup.exe   https://la2.tools/files/La2Tools_3.0.3_portable.zip  - Portable version  
    • WHEN SAYING “YES” IS A MISTAKE Not every project is worth taking on, even if the client is ready to pay. Sometimes refusing isn’t about losing money — it’s about protecting your reputation and time. Over the years, we’ve learned to quickly spot the cases that are almost guaranteed to turn into problems. Here are the most common situations where we turn down work: ▪ The client wants it “like everyone else’s,” but with lots of custom changes and on a minimal budget ▪ There are no proper source materials, yet the deadlines are already burning and everything is needed “yesterday” ▪ Constant changes to requirements after the work has already started ▪ A task with a very low chance of success, but very high expectations ▪ The client isn’t willing to discuss the process and sees us as just an executor - A good result almost always starts when both sides have an honest understanding of the risks and real possibilities of the project. If you’re currently discussing a project and unsure whether to move forward — write to us. We’ll honestly and directly tell you whether it’s worth taking on or if it’s better to look for another solution. › TG: @mustang_service_ms ( https:// t.me/ mustang_service_ms ) › Channel: Mustang Service ( https:// t.me/ +JPpJCETg-xM1NjNl ) #documents #drawing #photoshop #refuse #cases
  • 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..