Page 1 of 1

PvP belt with elemental attributes

Posted: Thu Oct 06, 2011 12:24 am
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?

Re: PvP belt with elemental attributes

Posted: Thu Oct 06, 2011 6:29 am
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 ||