You may have fixed the problem after all, but these information are saved w/ your error. So, go to ".\Workspace\.metadata\.plugins\org.eclipse.debug.core\.launches" and delete what's inside.
UseItem.java
Add the code after "if (item == null) return;"
EnterWorld.java
if (activeChar.getClassId() == ClassId.phoenixKnight) { // is phoenixKnight
for (L2ItemInstance item : activeChar.getInventory().getPaperdollItems())
{
if (item != null && item.getItemType() == L2WeaponType.BOW) // weapons is bow type
{
int slot = activeChar.getInventory().getSlotFromItem(item);
activeChar.getInventory().unEquipItemInBodySlot(slot); // unequip the bow
}
}
}
This is an example for phoenixKnight, you should figure out how to add the other classes.
Stop using such a brainless prefix as "Fandc", just wirte L2J. L2J/L2OFF are not referring to the project, but to its platform. There are only two platforms, L2J and L2OFF.
Adding other languages except English is pointless, the forum is gonna be way too heavy. If you really want to add other languages, just make it as VIPs/Donators Discussion.