Jump to content

Trance

Global Moderator
  • Posts

    3,908
  • Credits

  • Joined

  • Last visited

  • Days Won

    64
  • Feedback

    0%

Everything posted by Trance

  1. 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.
  2. It's old and it has compatibility issues.
  3. Wrong. Sex is a sport.
  4. Shame on you for selling Matim's communityboard. :D Anyways, good luck.
  5. Do not make double topic, I've junked the other one.
  6. Nu e prea rea.
  7. Sorry about that, but most of the features are shared, except the party matching which has its own topic. p.s. locked.
  8. Blue Mountain State comes back! https://www.kickstarter.com/projects/773106364/blue-mountain-state-the-movie
  9. Acid House
  10. These imports are 'cause lack of imports. As SweeTs says, use As about "_log.warn", rename it to "_log.warning".
  11. Playing with the packets like that may lead to chaos for a big community. So it needs a lot of tests.
  12. If you're wondering about his posts, no worries, he's trusted.
  13. Many people say that after seeing the answer. ;D
  14. 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.
  15. 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.
  16. 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.
×
×
  • Create New...