Jump to content

Trance

Global Moderator
  • Posts

    3,918
  • Joined

  • Last visited

  • Days Won

    67
  • Feedback

    0%

Everything posted by Trance

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

  15. 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);
  16. Anyways. I am the one who wrote that list with features.
  17. Administration > Protection
  18. Passive skills.
  19. Don't you have a buffer already?
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock