PvP belt with elemental attributes

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
igorfb
Posts: 1
Joined: Thu Oct 06, 2011 12:20 am

PvP belt with elemental attributes

Post by igorfb »

I would just like to check if this is possible in any way, or is it a bug in the server I'm playing on?
angkor_tm
Posts: 135
Joined: Fri Nov 19, 2010 1:38 pm

Re: PvP belt with elemental attributes

Post by angkor_tm »

it's phx hack, check all epic items there also will find att :)

or check this line in your server:
java/com/l2jserver/gameserver/network/clientpackets/RequestExEnchantItemAttribute.java

Code: Select all

        //can't enchant rods, shadow items, adventurers', Common Items, PvP items, hero items, cloaks, bracelets, underwear (e.g. shirt), belt, necklace, earring, ring        if (item.getItem().getItemType() == L2WeaponType.FISHINGROD || item.isShadowItem() || item.isCommonItem() || item.isPvp() || item.isHeroItem() || item.isTimeLimitedItem() ||                (item.getItemId() >= 7816 && item.getItemId() <= 7831) || (item.getItem().getItemType() == L2WeaponType.NONE) ||                item.getItem().getItemGradeSPlus() != L2Item.CRYSTAL_S || item.getItem().getBodyPart() == L2Item.SLOT_BACK ||                item.getItem().getBodyPart() == L2Item.SLOT_R_BRACELET || item.getItem().getBodyPart() == L2Item.SLOT_UNDERWEAR ||
Post Reply