We should make a rule to check the projects before being aprooved on the forums. I've suggested the same for private servers.
Same thing happened with preconfigured packs, were used for live and l2j's reputation declined.
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.