PvP belt with elemental attributes
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 1
- Joined: Thu Oct 06, 2011 12:20 am
PvP belt with elemental attributes
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?
-
- Posts: 135
- Joined: Fri Nov 19, 2010 1:38 pm
Re: PvP belt with elemental attributes
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

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