Jump to content

Trance

Global Moderator
  • Posts

    3,908
  • Credits

  • Joined

  • Last visited

  • Days Won

    64
  • Feedback

    0%

Everything posted by Trance

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

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