Jump to content

[GUIDE] Allow To Kamaels To Wear Heavy / Robe Armors!


Recommended Posts

Well , I Was Wonderin' How The fuck i'll Allow to kamaels to wear heavy armors.. dont really think that they have a mastery or sth.. i was just wondering. so..

i decided to search , And i Found It..

Want It Too?

Okay!

 

Go To net.sf.l2j.gameserver.network.clientpackets

 

Find And Open UseItem.java

 

You Will Find Somewhere :

 

                    }
                    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:

                    {
                        if (activeChar.getRace() == Race.Kamael &&
                                (item.getItem().getItemType() == L2ArmorType.HEAVY
                                        ||item.getItem().getItemType() == L2ArmorType.MAGIC))
                        {
                            activeChar.sendPacket(new SystemMessage(SystemMessageId.CANNOT_EQUIP_ITEM_DUE_TO_BAD_CONDITION));
                            return;
                        }
                        break;
                    }

 

Simply , Delete it.

 

Save It , Compile And Ta Da!! Kamaels Are Able To Wear , Robes / Heavy Armors.

 

NOTE: There are NO Textures Inside Lineage ][ For Robe / Heavy Armors For Kamaels. So When You Will Use It , They Will Look Untextured. You Know. Grey Ones.

 

 

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 months later...
  • 2 months later...
  • 2 weeks later...
  • 4 months later...
  • 1 year later...
  • 1 year later...

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
Reply to this topic...

×   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...