Jump to content

valentierro

Members
  • Posts

    11
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by valentierro

  1. I cant nee :(
  2. Using [PROJECT] L2j-ENDURE in this case, not how to help me? Sorry for the weak english!
  3. Hello!! Really a nice share, nut i have a problem in CustomPvpSystem.java and CustomPvpSystemDeathMgr.java: if(activeChar.isInsideZone(CustomPvpSystemConfig.CUSTOM_PVP_RESTRICTED_ZONES_IDS.get(i).byteValue())){ if(activeChar.isInsideZone(CustomPvpSystemConfig.CUSTOM_PVP_RESTRICTED_ZONES_IDS.get(i).byteValue())){ [javac] ^ [javac] method L2Character.isInsideZone(ZoneId) is not applicable [javac] (actual argument byte cannot be converted to ZoneId by method invocation conversion) if(activeChar.isInsideZone(CustomPvpSystemConfig.CUSTOM_PVP_DEATH_MANAGER_RESTRICTED_ZONES_IDS.get(i).byteValue())){ if(activeChar.isInsideZone(CustomPvpSystemConfig.CUSTOM_PVP_DEATH_MANAGER_RESTRICTED_ZONES_IDS.get(i).byteValue())){ [javac] ^ [javac] method L2Character.isInsideZone(ZoneId) is not applicable [javac] (actual argument byte cannot be converted to ZoneId by method invocation conversion)
×
×
  • 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..