Jump to content

Trance

Global Moderator
  • Posts

    3,920
  • Joined

  • Last visited

  • Days Won

    69
  • Feedback

    0%

Everything posted by Trance

  1. Anunta-ma cand esti in Sydney.
  2. I may see you in greenwich. Good luck and do whatever you want no matter what.
  3. For what the hack do you need a video?
  4. That's not one-person project.
  5. I just wanted to point out.
  6. Be careful about encryption, you may screw up the performance.
  7. What makes you to think they are willing to decompile the whole jar? Decompiling your customs is all they need.
  8. Nice to hear that. :)
  9. junk http://www.maxcheaters.com/topic/186281-l2j-l2-finest/page-3
  10. I bet that most of the people didn't read this.
  11. L2DC be like. A private project with a public website. :forever alone like a boss:
  12. haha
  13. abcdurs
  14. mateeeee
  15. He's not gonna use most of Ertheia's features anyway.
  16. I'm far from reality.

  17. 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);
  18. Anyways. I am the one who wrote that list with features.
  19. Administration > Protection
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..