Jump to content

Trance

Global Moderator
  • Posts

    3,896
  • Credits

  • Joined

  • Last visited

  • Days Won

    61
  • Feedback

    0%

Everything posted by Trance

  1. Be careful about encryption, you may screw up the performance.
  2. What makes you to think they are willing to decompile the whole jar? Decompiling your customs is all they need.
  3. Nice to hear that. :)
  4. junk http://www.maxcheaters.com/topic/186281-l2j-l2-finest/page-3
  5. I bet that most of the people didn't read this.
  6. L2DC be like. A private project with a public website. :forever alone like a boss:
  7. haha
  8. abcdurs
  9. mateeeee
  10. He's not gonna use most of Ertheia's features anyway.
  11. I'm far from reality.

  12. Just do this. Index: java/net/sf/l2j/gameserver/model/item/kind/Item.java =================================================================== --- java/net/sf/l2j/gameserver/model/item/kind/Item.java (revision 2) +++ java/net/sf/l2j/gameserver/model/item/kind/Item.java (working copy) @@ -477,7 +477,7 @@ public boolean checkCondition(L2Character activeChar, L2Object target, boolean sendMessage) { // Don't allow hero equipment and restricted items during Olympiad - if ((isOlyRestrictedItem() || isHeroItem()) && ((activeChar instanceof L2PcInstance) && activeChar.getActingPlayer().isInOlympiadMode())) + if ((isOlyRestrictedItem() || isOlyRestrictedItemByGrade() || isHeroItem()) && ((activeChar instanceof L2PcInstance) && activeChar.getActingPlayer().isInOlympiadMode())) { if (isEquipable()) activeChar.getActingPlayer().sendPacket(SystemMessageId.THIS_ITEM_CANT_BE_EQUIPPED_FOR_THE_OLYMPIAD_EVENT); @@ -550,6 +550,11 @@ return _isOlyRestricted; } + public boolean isOlyRestrictedItemByGrade() + { + return (getCrystalType() == CrystalType.S); + } + public boolean isPetItem() { return (getItemType() == ArmorType.PET || getItemType() == WeaponType.PET);
  13. Anyways. I am the one who wrote that list with features.
  14. Administration > Protection
  15. Passive skills.
  16. Don't you have a buffer already?
  17. da, seattle.
  18. 2 more weeks.
  19. Choose me, choose me. If you're a girl and can handle a happy ending.
  20. I need at least 2 of them to be online 24/7 in order to monitor a future L2 server. We can discuss about the salary.
  21. Se putea si mai rau.
×
×
  • Create New...