Jump to content

Recommended Posts

Posted

Other anti heavy shares are for all light/robe classes, this one only for archers and daggers class. Plus everyone forgot to add subclass restriction.

 

Go to: gameserver/clientpackets/ and open UseItem.java

 

Import these two imports:

 

import net.sf.l2j.gameserver.model.base.ClassId;

import net.sf.l2j.gameserver.templates.L2ArmorType;

 

and after these lines:

 

            case L2Item.SLOT_CHEST:
           case L2Item.SLOT_BACK:
           case L2Item.SLOT_GLOVES:
           case L2Item.SLOT_FEET:
           case L2Item.SLOT_HEAD:
           case L2Item.SLOT_FULL_ARMOR:
           case L2Item.SLOT_LEGS:
           {

 

add

 

				     if ((item.getItem().getItemType() == L2ArmorType.HEAVY) && (activeChar.getClassId().getId() == 8) ||  (activeChar.getClassId().getId() == 23) ||  (activeChar.getClassId().getId() == 35) ||  (activeChar.getClassId().getId() == 93) ||  (activeChar.getClassId().getId() == 101) ||  (activeChar.getClassId().getId() == 108) || (activeChar.getClassId().getId() == 9) || (activeChar.getClassId().getId() == 24) || (activeChar.getClassId().getId() == 37) || (activeChar.getClassId().getId() == 92) || (activeChar.getClassId().getId() == 102) || (activeChar.getClassId().getId() == 109))
                    {
                        activeChar.sendPacket(new SystemMessage(SystemMessageId.CANNOT_EQUIP_ITEM_DUE_TO_BAD_CONDITION));
                        return;
                    }

 

with this code all human, elfs and dark elfs archers/daggers cannot equip heavy sets...

 

To fix sub-class (Then player take for eg Dark Avanger class, set heavy set, and then change his class to dagger/archer he will be still with heavy set, so this fix will prevent this. )

 

Go to gameserver/model/actor/instance/ open L2PcInstance.java

 

Find this line

 

public boolean setActiveClass(int classIndex)
{

and after add

 

  L2ItemInstance chest = getInventory().getPaperdollItem(Inventory.PAPERDOLL_CHEST);
              
               if (chest != null)
               {  
                       L2ItemInstance[] unequipped = getInventory().unEquipItemInBodySlotAndRecord(chest.getItem().getBodyPart());
                       InventoryUpdate iu = new InventoryUpdate();
                      
                       for (L2ItemInstance element : unequipped)
                               iu.addModifiedItem(element);
                      
                       sendPacket(iu);
                       lhand = null;
                       iu = null;
                       unequipped = null;
               }

 

So then player change sub-class it will remove heavy chest from player.

 

 

Don't judge me to hard, cuz I'm just started to create my fix'es/mods/events and etc, and I don't have big experiences, like Matim, xAddytzu, B1ggBoss and others.

 

 

 

Posted

Read section rules.

 

Edit your thread and add proper [TAG] in your topic title.

 

Otherwise I will lock it.

Posted

Read section rules.

 

Edit your thread and add proper [TAG] in your topic title.

 

Otherwise I will lock it.

 

Oh crap, sorry, forgot to add.. Added [sHARE] tag.

Posted

Yes i tested on scoria3.0, latest teon version, one friend tested on brasil and l2jserver.

well is a code without errors :) so why not works :)....it works properly

Posted

thats gay >.> u could of just fixed it by adding a penalty.. this way is just annoying.

+1. like l2jfrozen(if i am not wrong), when you are archer for example and wear heavy, you have greade penalty.

Posted

thats gay >.> u could of just fixed it by adding a penalty.. this way is just annoying.

I don't think that is annoying ,i can say that is more official like.

 

Thanks for share.

Posted

I don't think that is annoying ,i can say that is more official like.

 

Thanks for share.

:D this think doesn't even exist on offcial :P

Posted

:D this think doesn't even exist on offcial :P

The all Point :)

 

Example: if you wear dynasty leather armor BOW Mastery and you change sub class automatic cause of bow mastery armor unequiped :)

  • 2 months later...

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

    • Wtb full account or items on l2 warland 
    • https://discord.gg/k53SZ4DM5z   Interlude Client L2Old Pride is a L2 Pride Interlude Based All functional skills (Not archer/mage server)   L2Old Pride Helper (Works like Woundrous Cubic) https://imgur.com/iYqmHQY Farm Zones: Cave of Trials and Elven Ruins (Chaotic) Olympiads: Every 15 days Various Cosmetic Items https://imgur.com/uoeU6Jw https://imgur.com/oCS2Zed PvP Zone: Gludin Village (No-Parties, Disguised) More than 100 new Skills https://imgur.com/6RaPsQV Max Level: 90 https://imgur.com/z4QVJKZ Gaining Xp by PVP https://imgur.com/LRqI31T Purchasable S-grade items +10 or +20 with random chance to enchant +5 Purchasable Custom Items Depends on Tier Mysterious Merchants https://imgur.com/2ZwWyPH Auto Enchant Via PvPing (with low chance) Custom Raid Bosses Siege Every Weekend (Aden, Rune, Giran) Autofarm / Drop Tracker https://imgur.com/Vz3rha6   RATES: • Start Level 80 • Max level 90  • EXP: 5000x • SP: 5000x • ADENA 6000x   ENCHANT: • Maximum enchant S Grade Items: +35. • Maximum enchant Unique/Epic Items: +25. • Maximum enchant Legendary Items: +18. • Maximum enchant Relic Items: +14. •Descriptions for rate at scrolls!   EVENTS: • TEAMS vs TEAMS • CAPTURE THE FLAG • DOMINATION • DEATH MATCH • DICE OF DEATH • CHAOTIC ZONE   OTHERS: Assistance system in pvps. Where support classes are enabled to receive pvp with a low chance, for supporting a party member during pvp. •  /sit to regen HP/MP/CP • Custom Shots Glows https://imgur.com/FLK0DmR • Achievements System • Daily Tasks System • Monthly Tasks System   CUSTOM ARMORS SETS Dread Armor/Titanium Armor Pride Armor Rykros Armor https://imgur.com/SPxoQp1   CUSTOM WEAPONS SETS Unique Weapons Pride Weapons Legendary Weapons Relic Weapons https://imgur.com/kOHNXhS   CUSTOM ACCESSORIES Standard Superior Legendary https://imgur.com/zPqNiiX   CUSTOM JEWELS/TATTOO Legendary Nightmarish https://imgur.com/gcqS28P There are many more features that you will only understand by playing and following. Beta testing server is currently open. Follow us on our discord and join our server to test it.
    • You shouldn't use rev 382, not sure why everyone keep using that.   I don't make changesets for fun, I don't make new revisions for nothing.   Follow the revisions.
    • Your issue isn't related to geoengine at all (as always), rev 410 got improved water movement management.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock