diff --git a/L2J_Mobius_1.0_Ertheia/.classpath b/L2J_Mobius_1.0_Ertheia/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_1.0_Ertheia/.classpath +++ b/L2J_Mobius_1.0_Ertheia/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_1.0_Ertheia/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_1.0_Ertheia/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_1.0_Ertheia/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_1.0_Ertheia/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_1.0_Ertheia/build.xml b/L2J_Mobius_1.0_Ertheia/build.xml index d45b0d7777..0804f07224 100644 --- a/L2J_Mobius_1.0_Ertheia/build.xml +++ b/L2J_Mobius_1.0_Ertheia/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_1.0_Ertheia/readme.txt b/L2J_Mobius_1.0_Ertheia/readme.txt index 315e24034b..dd443d00a2 100644 --- a/L2J_Mobius_1.0_Ertheia/readme.txt +++ b/L2J_Mobius_1.0_Ertheia/readme.txt @@ -5,8 +5,8 @@ Use mega downloader to download https://megadownloader.en.softonic.com/ System: https://mega.nz/#!s8lghARA!f7Hi1Yx5JWrNjT3kMRaGK_StI1Tnrxnhia8kaG8edSs -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: http://www.mediafire.com/file/muge7mydml1en8t/L2J_Mobius_1.0_Ertheia_Geodata.zip diff --git a/L2J_Mobius_2.5_Underground/.classpath b/L2J_Mobius_2.5_Underground/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_2.5_Underground/.classpath +++ b/L2J_Mobius_2.5_Underground/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_2.5_Underground/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_2.5_Underground/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_2.5_Underground/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_2.5_Underground/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_2.5_Underground/build.xml b/L2J_Mobius_2.5_Underground/build.xml index abe6b244b7..50c20d3ca0 100644 --- a/L2J_Mobius_2.5_Underground/build.xml +++ b/L2J_Mobius_2.5_Underground/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_2.5_Underground/readme.txt b/L2J_Mobius_2.5_Underground/readme.txt index 62996ccfc6..be326b6727 100644 --- a/L2J_Mobius_2.5_Underground/readme.txt +++ b/L2J_Mobius_2.5_Underground/readme.txt @@ -4,8 +4,8 @@ Client: https://drive.google.com/uc?id=0Bz1qNvCniabUMDhOd3RpUzBNSW8&export=downl Mirror: https://mega.nz/#!h1FXyByZ!XmyZBtk4qSOlKb435rx7X372_NreN1PTH8l7A4lNCoo System: https://mega.nz/#!Rx1SCIBC!W5pM7xljB_6UwXaHp_aW8sqY1SJXp5LFa121YGRrb74 -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: http://www.mediafire.com/file/p6d27anpotr33zl/L2J_Mobius_2.5_Underground_Geodata.zip diff --git a/L2J_Mobius_3.0_Helios/.classpath b/L2J_Mobius_3.0_Helios/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_3.0_Helios/.classpath +++ b/L2J_Mobius_3.0_Helios/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_3.0_Helios/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_3.0_Helios/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_3.0_Helios/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_3.0_Helios/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_3.0_Helios/build.xml b/L2J_Mobius_3.0_Helios/build.xml index db4fbf42ad..b4c0d1ca8b 100644 --- a/L2J_Mobius_3.0_Helios/build.xml +++ b/L2J_Mobius_3.0_Helios/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_3.0_Helios/readme.txt b/L2J_Mobius_3.0_Helios/readme.txt index 89058dd009..01078f9dc2 100644 --- a/L2J_Mobius_3.0_Helios/readme.txt +++ b/L2J_Mobius_3.0_Helios/readme.txt @@ -4,8 +4,8 @@ Client: https://drive.google.com/uc?id=0B_wJFNF_2fcJTE5oVm96emtlSlE&export=downl Mirror: https://mega.nz/#!Uo9TTCSQ!JDstscgcLFY3GeM3Q6j8nUq7jpixzqIV1Gl4z2ob0eA System: https://mega.nz/#!Fp8QBYYD!jLmMH7wisNk198-A7AYqhA1VMDru_OXpJbunXpBh4ww -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: http://www.mediafire.com/file/7zych8rwf4fw3hd/L2J_Mobius_3.0_Helios_Geodata.zip diff --git a/L2J_Mobius_4.0_GrandCrusade/.classpath b/L2J_Mobius_4.0_GrandCrusade/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_4.0_GrandCrusade/.classpath +++ b/L2J_Mobius_4.0_GrandCrusade/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_4.0_GrandCrusade/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_4.0_GrandCrusade/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_4.0_GrandCrusade/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_4.0_GrandCrusade/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_4.0_GrandCrusade/build.xml b/L2J_Mobius_4.0_GrandCrusade/build.xml index 903a3db274..e308df30a4 100644 --- a/L2J_Mobius_4.0_GrandCrusade/build.xml +++ b/L2J_Mobius_4.0_GrandCrusade/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_4.0_GrandCrusade/readme.txt b/L2J_Mobius_4.0_GrandCrusade/readme.txt index 63057864be..6d89e8f19a 100644 --- a/L2J_Mobius_4.0_GrandCrusade/readme.txt +++ b/L2J_Mobius_4.0_GrandCrusade/readme.txt @@ -4,8 +4,8 @@ Client: https://drive.google.com/uc?id=1MA8eTpTZHblC9Iki4xXdWWbS4HGednDq&export= Mirror: https://mega.nz/#!0eB0RIZS!RGm506vctH72n7H9tCNpepWfIfs1AvFB5NkcsNcMYA4 System: https://mega.nz/#!Fk0SAK6L!v3JSzKN6QuNzINgel0wp7zXovh0DOYzqxcm7etQOSLI -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: http://www.mediafire.com/file/gxjyde9ji7w0zs7/L2J_Mobius_4.0_GrandCrusade_Geodata.zip diff --git a/L2J_Mobius_5.0_Salvation/.classpath b/L2J_Mobius_5.0_Salvation/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_5.0_Salvation/.classpath +++ b/L2J_Mobius_5.0_Salvation/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_5.0_Salvation/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_5.0_Salvation/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_5.0_Salvation/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_5.0_Salvation/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_5.0_Salvation/build.xml b/L2J_Mobius_5.0_Salvation/build.xml index e4b167811f..acfc487e73 100644 --- a/L2J_Mobius_5.0_Salvation/build.xml +++ b/L2J_Mobius_5.0_Salvation/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_5.0_Salvation/readme.txt b/L2J_Mobius_5.0_Salvation/readme.txt index 22745b4537..f972157c46 100644 --- a/L2J_Mobius_5.0_Salvation/readme.txt +++ b/L2J_Mobius_5.0_Salvation/readme.txt @@ -5,8 +5,8 @@ Use mega downloader to download https://megadownloader.en.softonic.com/ System: https://mega.nz/#!ZgtSUQKR!CNGdlcf2TRiDKvH8NJowEQUfafoJyzsv-g2SM9kpOB4 -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: https://www.mediafire.com/file/iwtdjt1vfs7hq12/L2J_Mobius_5.0_Salvation_Geodata.zip diff --git a/L2J_Mobius_5.5_EtinasFate/.classpath b/L2J_Mobius_5.5_EtinasFate/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_5.5_EtinasFate/.classpath +++ b/L2J_Mobius_5.5_EtinasFate/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_5.5_EtinasFate/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_5.5_EtinasFate/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_5.5_EtinasFate/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_5.5_EtinasFate/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_5.5_EtinasFate/build.xml b/L2J_Mobius_5.5_EtinasFate/build.xml index ce6e602a70..00c18c25f8 100644 --- a/L2J_Mobius_5.5_EtinasFate/build.xml +++ b/L2J_Mobius_5.5_EtinasFate/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_5.5_EtinasFate/readme.txt b/L2J_Mobius_5.5_EtinasFate/readme.txt index 10a97fd8b9..a49366ec48 100644 --- a/L2J_Mobius_5.5_EtinasFate/readme.txt +++ b/L2J_Mobius_5.5_EtinasFate/readme.txt @@ -3,8 +3,8 @@ L2J-Mobius Etina's Fate Client: https://drive.google.com/uc?id=1L4hcPsh5T3TOf_LcePonnMeQvcDm9DDV&export=download System: https://mega.nz/#!B10W0QSR!xon-5i8Z8g5-VoJPTt16leYVIVV8GosQE_OSH1j7pnM -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: https://www.mediafire.com/file/9zm5dal5jyj313w/L2J_Mobius_5.5_EtinasFate_Geodata.zip diff --git a/L2J_Mobius_6.0_Fafurion/.classpath b/L2J_Mobius_6.0_Fafurion/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_6.0_Fafurion/.classpath +++ b/L2J_Mobius_6.0_Fafurion/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_6.0_Fafurion/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_6.0_Fafurion/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_6.0_Fafurion/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_6.0_Fafurion/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_6.0_Fafurion/build.xml b/L2J_Mobius_6.0_Fafurion/build.xml index 97598b278c..8096882507 100644 --- a/L2J_Mobius_6.0_Fafurion/build.xml +++ b/L2J_Mobius_6.0_Fafurion/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_6.0_Fafurion/readme.txt b/L2J_Mobius_6.0_Fafurion/readme.txt index 1ad5775fa4..11d1d682b7 100644 --- a/L2J_Mobius_6.0_Fafurion/readme.txt +++ b/L2J_Mobius_6.0_Fafurion/readme.txt @@ -6,8 +6,8 @@ Use mega downloader to download https://megadownloader.en.softonic.com/ Client mirror 2: https://drive.google.com/uc?id=1yeYwrQEIcmAz5Ha1R05c3QgntRPy9y0V&export=download System: https://mega.nz/#!xolCkYjD!TpdBo8SwYpPYJN86H_r5AxZljTZAfyj-o2H9cfy2bNc -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: https://www.mediafire.com/file/w6j8cphwoji06is/L2J_Mobius_6.0_Fafurion_Geodata.zip diff --git a/L2J_Mobius_7.0_PreludeOfWar/.classpath b/L2J_Mobius_7.0_PreludeOfWar/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/.classpath +++ b/L2J_Mobius_7.0_PreludeOfWar/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_7.0_PreludeOfWar/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_7.0_PreludeOfWar/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_7.0_PreludeOfWar/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_7.0_PreludeOfWar/build.xml b/L2J_Mobius_7.0_PreludeOfWar/build.xml index 1854f4718f..d15f1c199c 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/build.xml +++ b/L2J_Mobius_7.0_PreludeOfWar/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_7.0_PreludeOfWar/readme.txt b/L2J_Mobius_7.0_PreludeOfWar/readme.txt index 6b1672d507..cd54258e46 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/readme.txt +++ b/L2J_Mobius_7.0_PreludeOfWar/readme.txt @@ -3,8 +3,8 @@ Client Mirror 1: https://drive.google.com/uc?id=1rXtgV9l67b5lBeK_wmCKITE1DQ7EgEJ Client Mirror 2: https://drive.google.com/uc?id=1IugZjcpS5n9_EJPLCecB3H_tLmVlqo2L&export=download System: https://mega.nz/#!98likSra!vP3uaDwJs8oiY5q60UzBSXAbgNELWX_dycWb98Mz96U -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: https://www.mediafire.com/file/ef4gn45tic0kjmm/L2J_Mobius_7.0_PreludeOfWar_Geodata.zip Working features... diff --git a/L2J_Mobius_8.0_Homunculus/.classpath b/L2J_Mobius_8.0_Homunculus/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_8.0_Homunculus/.classpath +++ b/L2J_Mobius_8.0_Homunculus/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_8.0_Homunculus/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_8.0_Homunculus/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_8.0_Homunculus/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_8.0_Homunculus/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_8.0_Homunculus/build.xml b/L2J_Mobius_8.0_Homunculus/build.xml index 0f3512e77d..a737917119 100644 --- a/L2J_Mobius_8.0_Homunculus/build.xml +++ b/L2J_Mobius_8.0_Homunculus/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_8.0_Homunculus/readme.txt b/L2J_Mobius_8.0_Homunculus/readme.txt index 164ba75f82..e7b304c52f 100644 --- a/L2J_Mobius_8.0_Homunculus/readme.txt +++ b/L2J_Mobius_8.0_Homunculus/readme.txt @@ -2,8 +2,8 @@ L2J-Mobius Homunculus Client: https://drive.google.com/u/0/uc?id=1Xlk2uzmxveJtrvaWXmZ6wBVFjd6E-ws7&export=download System: https://mega.nz/file/xl1njaTY#BdVHadGs9bTDyrDE3QgBGvAqkmqSqPtn8hLpcCil1Fs -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: http://www.mediafire.com/file/ea7d7zy8y13dta3/L2J_Mobius_8.0_Homunculus_Geodata.zip diff --git a/L2J_Mobius_C1_HarbingersOfWar/.classpath b/L2J_Mobius_C1_HarbingersOfWar/.classpath index 1e2fcd5d8e..c72ba8207b 100644 --- a/L2J_Mobius_C1_HarbingersOfWar/.classpath +++ b/L2J_Mobius_C1_HarbingersOfWar/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_C1_HarbingersOfWar/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_C1_HarbingersOfWar/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_C1_HarbingersOfWar/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_C1_HarbingersOfWar/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_C1_HarbingersOfWar/build.xml b/L2J_Mobius_C1_HarbingersOfWar/build.xml index c79737e280..5c4dea64d3 100644 --- a/L2J_Mobius_C1_HarbingersOfWar/build.xml +++ b/L2J_Mobius_C1_HarbingersOfWar/build.xml @@ -32,8 +32,8 @@ - - + + @@ -42,7 +42,7 @@ - + diff --git a/L2J_Mobius_C1_HarbingersOfWar/readme.txt b/L2J_Mobius_C1_HarbingersOfWar/readme.txt index a0196fa6b0..3722a761d0 100644 --- a/L2J_Mobius_C1_HarbingersOfWar/readme.txt +++ b/L2J_Mobius_C1_HarbingersOfWar/readme.txt @@ -3,7 +3,7 @@ L2J-Mobius Harbringers of War Client: https://mega.nz/#!Y01jxYrR!JvKWdxg5-Oc0pFvKouOdwToqQnEG1yBtfHmnm7zG7ZQ System: https://mega.nz/#!Igt2TaqJ!nOS9UjNg8Mof7nUvmxN5V1TwYpU151UkyZVuG47TrwU -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Totally fun project! \ No newline at end of file diff --git a/L2J_Mobius_C4_ScionsOfDestiny/.classpath b/L2J_Mobius_C4_ScionsOfDestiny/.classpath index ecdc32b3b1..21e4730bad 100644 --- a/L2J_Mobius_C4_ScionsOfDestiny/.classpath +++ b/L2J_Mobius_C4_ScionsOfDestiny/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_C4_ScionsOfDestiny/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_C4_ScionsOfDestiny/.settings/org.eclipse.jdt.core.prefs index 326b2a2041..f59235caf4 100644 --- a/L2J_Mobius_C4_ScionsOfDestiny/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_C4_ScionsOfDestiny/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=12 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_C4_ScionsOfDestiny/build.xml b/L2J_Mobius_C4_ScionsOfDestiny/build.xml index 379713c9ec..29bb068c5b 100644 --- a/L2J_Mobius_C4_ScionsOfDestiny/build.xml +++ b/L2J_Mobius_C4_ScionsOfDestiny/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_C4_ScionsOfDestiny/readme.txt b/L2J_Mobius_C4_ScionsOfDestiny/readme.txt index 5be7cf0ccf..0cf3e395da 100644 --- a/L2J_Mobius_C4_ScionsOfDestiny/readme.txt +++ b/L2J_Mobius_C4_ScionsOfDestiny/readme.txt @@ -4,8 +4,8 @@ Base idea is to use C6 branch for C4 client. Client: https://mega.nz/file/dwcyga6Q#70bMDfvuQ6aiQEA_aI7JrPn66NzIZ289iZ0QfJj5MmE System: https://mega.nz/file/c09XTS7Y#MoIzoOZ8q-aAiKuE4XzB4JpJU67Eql61SHD4VhqP9Mw -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: https://www.mediafire.com/file/n0pj5tn0v8z3e8s/L2J_Mobius_C4_ScionsOfDestiny_Geodata.zip diff --git a/L2J_Mobius_C6_Interlude/.classpath b/L2J_Mobius_C6_Interlude/.classpath index ecdc32b3b1..21e4730bad 100644 --- a/L2J_Mobius_C6_Interlude/.classpath +++ b/L2J_Mobius_C6_Interlude/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_C6_Interlude/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_C6_Interlude/.settings/org.eclipse.jdt.core.prefs index 326b2a2041..f59235caf4 100644 --- a/L2J_Mobius_C6_Interlude/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_C6_Interlude/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=12 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_C6_Interlude/build.xml b/L2J_Mobius_C6_Interlude/build.xml index 2016fa66bc..709a774d62 100644 --- a/L2J_Mobius_C6_Interlude/build.xml +++ b/L2J_Mobius_C6_Interlude/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_C6_Interlude/readme.txt b/L2J_Mobius_C6_Interlude/readme.txt index 10d2033226..876e66538d 100644 --- a/L2J_Mobius_C6_Interlude/readme.txt +++ b/L2J_Mobius_C6_Interlude/readme.txt @@ -3,8 +3,8 @@ L2J-Mobius Interlude Client: https://drive.google.com/uc?id=1LcKCQTbRXJvteJcuvc_rnX8i2gT1fcHB&export=download System: https://mega.nz/#!t49wiKgZ!PzVAcxcg2o8gRkAiMjH7CUO6lKrBG27npg2JPL1uEq8 -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: https://www.mediafire.com/file/d8t02akasoeth2i/L2J_Mobius_C6_Interlude_Geodata_v2.zip diff --git a/L2J_Mobius_CT_2.4_Epilogue/.classpath b/L2J_Mobius_CT_2.4_Epilogue/.classpath index ab15c399eb..36387954d8 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/.classpath +++ b/L2J_Mobius_CT_2.4_Epilogue/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_CT_2.4_Epilogue/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_CT_2.4_Epilogue/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_CT_2.4_Epilogue/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_CT_2.4_Epilogue/build.xml b/L2J_Mobius_CT_2.4_Epilogue/build.xml index 25a8c48531..90726ea971 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/build.xml +++ b/L2J_Mobius_CT_2.4_Epilogue/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_CT_2.4_Epilogue/readme.txt b/L2J_Mobius_CT_2.4_Epilogue/readme.txt index a47b73448a..f73720ec62 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/readme.txt +++ b/L2J_Mobius_CT_2.4_Epilogue/readme.txt @@ -3,8 +3,8 @@ L2J-Mobius Epilogue Client: https://drive.google.com/uc?id=0BxcFDPsm5786MHpWQmR5Ym96VXc&export=download System: https://mega.nz/#!ppkUFIJQ!oat-UGQsf2liToQu19nCljGO5BAUInwfzln-ERBBB28 -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: http://www.mediafire.com/file/j126h41s6jl9dyn/L2J_Mobius_CT_2.4_Epilogue_Geodata.zip What is done diff --git a/L2J_Mobius_CT_2.6_HighFive/.classpath b/L2J_Mobius_CT_2.6_HighFive/.classpath index ab15c399eb..36387954d8 100644 --- a/L2J_Mobius_CT_2.6_HighFive/.classpath +++ b/L2J_Mobius_CT_2.6_HighFive/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_CT_2.6_HighFive/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_CT_2.6_HighFive/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_CT_2.6_HighFive/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_CT_2.6_HighFive/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_CT_2.6_HighFive/build.xml b/L2J_Mobius_CT_2.6_HighFive/build.xml index 9493d9c444..331fecf61c 100644 --- a/L2J_Mobius_CT_2.6_HighFive/build.xml +++ b/L2J_Mobius_CT_2.6_HighFive/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_CT_2.6_HighFive/readme.txt b/L2J_Mobius_CT_2.6_HighFive/readme.txt index ce33136f9b..7f7a9a9126 100644 --- a/L2J_Mobius_CT_2.6_HighFive/readme.txt +++ b/L2J_Mobius_CT_2.6_HighFive/readme.txt @@ -4,8 +4,8 @@ Client mirror 1: https://cloud.mail.ru/public/8GTQ/NzhxB6dHq Client mirror 2: https://mega.nz/#!BZVjgI7L!bIJp-VpomuUGkqUZSGBE-VUXs_eLEpX21s_IaIM6g8E System: https://mega.nz/file/B5sVlTgJ#a19JJWZ7llbAZF9XnU91Z98ZbO_Rb56s9AvQ_QyDz-c -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: http://www.mediafire.com/file/ega48fmtx35t6iy/L2J_Mobius_CT_2.6_HighFive_Geodata.zip What is done diff --git a/L2J_Mobius_Classic_2.0_Saviors/.classpath b/L2J_Mobius_Classic_2.0_Saviors/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/.classpath +++ b/L2J_Mobius_Classic_2.0_Saviors/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_Classic_2.0_Saviors/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_Classic_2.0_Saviors/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_Classic_2.0_Saviors/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_Classic_2.0_Saviors/build.xml b/L2J_Mobius_Classic_2.0_Saviors/build.xml index 34d564a468..ca34dc1828 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/build.xml +++ b/L2J_Mobius_Classic_2.0_Saviors/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_Classic_2.0_Saviors/readme.txt b/L2J_Mobius_Classic_2.0_Saviors/readme.txt index d4c36e5a12..95ca013b18 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/readme.txt +++ b/L2J_Mobius_Classic_2.0_Saviors/readme.txt @@ -3,8 +3,8 @@ L2J-Mobius Classic Saviors Client: https://drive.google.com/uc?id=0B0Pl9EOrFIjuSVNPXzRpRFRZWlk&export=download System: https://mega.nz/#!Fp8QBYYD!jLmMH7wisNk198-A7AYqhA1VMDru_OXpJbunXpBh4ww -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: http://www.mediafire.com/file/oxk8o5tiq0rdmz5/L2J_Mobius_Classic_2.0_Saviors_Geodata.zip Saviors: https://eu.4game.com/lineage2classic/play/saviors/ diff --git a/L2J_Mobius_Classic_2.1_Zaken/.classpath b/L2J_Mobius_Classic_2.1_Zaken/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/.classpath +++ b/L2J_Mobius_Classic_2.1_Zaken/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_Classic_2.1_Zaken/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_Classic_2.1_Zaken/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_Classic_2.1_Zaken/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_Classic_2.1_Zaken/build.xml b/L2J_Mobius_Classic_2.1_Zaken/build.xml index 4e1cc7666c..0d4997abc6 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/build.xml +++ b/L2J_Mobius_Classic_2.1_Zaken/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_Classic_2.1_Zaken/readme.txt b/L2J_Mobius_Classic_2.1_Zaken/readme.txt index 64adac182e..bd7c07df3a 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/readme.txt +++ b/L2J_Mobius_Classic_2.1_Zaken/readme.txt @@ -3,8 +3,8 @@ L2J-Mobius Classic Zaken Client: https://drive.google.com/uc?id=1_kioRKR5FTOmINAtUQe0KCxrvPzY18Nd&export=download System: https://mega.nz/#!os8HRShC!5JbEmWEugMyssgE-lWgBxJj_zC63gXX-ogBh-A3arX8 -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: http://www.mediafire.com/file/cqrcj73pntv82d8/L2J_Mobius_Classic_2.1_Zaken_Geodata.zip Saviors: https://eu.4game.com/lineage2classic/play/saviors/ diff --git a/L2J_Mobius_Classic_2.2_Antharas/.classpath b/L2J_Mobius_Classic_2.2_Antharas/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/.classpath +++ b/L2J_Mobius_Classic_2.2_Antharas/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_Classic_2.2_Antharas/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_Classic_2.2_Antharas/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_Classic_2.2_Antharas/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_Classic_2.2_Antharas/build.xml b/L2J_Mobius_Classic_2.2_Antharas/build.xml index 290aa80875..c31a783e67 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/build.xml +++ b/L2J_Mobius_Classic_2.2_Antharas/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_Classic_2.2_Antharas/readme.txt b/L2J_Mobius_Classic_2.2_Antharas/readme.txt index 924c7304ad..94c44039c4 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/readme.txt +++ b/L2J_Mobius_Classic_2.2_Antharas/readme.txt @@ -5,8 +5,8 @@ Use mega downloader to download https://megadownloader.en.softonic.com/ System: https://mega.nz/#!ZgtSUQKR!CNGdlcf2TRiDKvH8NJowEQUfafoJyzsv-g2SM9kpOB4 -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: http://www.mediafire.com/file/tas8fp9ee2r6mn9/L2J_Mobius_Classic_2.2_Antharas_Geodata.zip Saviors: https://eu.4game.com/lineage2classic/play/saviors/ diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/.classpath b/L2J_Mobius_Classic_2.3_SevenSigns/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/.classpath +++ b/L2J_Mobius_Classic_2.3_SevenSigns/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_Classic_2.3_SevenSigns/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_Classic_2.3_SevenSigns/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/build.xml b/L2J_Mobius_Classic_2.3_SevenSigns/build.xml index 3ce4a9e317..61c58cbc90 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/build.xml +++ b/L2J_Mobius_Classic_2.3_SevenSigns/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/readme.txt b/L2J_Mobius_Classic_2.3_SevenSigns/readme.txt index 79036c159a..91f7e9ac4c 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/readme.txt +++ b/L2J_Mobius_Classic_2.3_SevenSigns/readme.txt @@ -3,8 +3,8 @@ L2J-Mobius Classic Seven Signs Client: https://drive.google.com/uc?id=1L4hcPsh5T3TOf_LcePonnMeQvcDm9DDV&export=download System: https://mega.nz/#!B10W0QSR!xon-5i8Z8g5-VoJPTt16leYVIVV8GosQE_OSH1j7pnM -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: https://www.mediafire.com/file/liyo9ibulkp3l9g/L2J_Mobius_Classic_2.3_SevenSigns_Geodata.zip Saviors: https://eu.4game.com/lineage2classic/play/saviors/ diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/.classpath b/L2J_Mobius_Classic_2.4_SecretOfEmpire/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/.classpath +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_Classic_2.4_SecretOfEmpire/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/build.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/build.xml index bb5d57d2fc..c78308d1a1 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/build.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/readme.txt b/L2J_Mobius_Classic_2.4_SecretOfEmpire/readme.txt index 6d3171d91f..209a458829 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/readme.txt +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/readme.txt @@ -6,8 +6,8 @@ Use mega downloader to download https://megadownloader.en.softonic.com/ Client mirror 2: https://drive.google.com/uc?id=1yeYwrQEIcmAz5Ha1R05c3QgntRPy9y0V&export=download System: https://mega.nz/#!xolCkYjD!TpdBo8SwYpPYJN86H_r5AxZljTZAfyj-o2H9cfy2bNc -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: https://www.mediafire.com/file/liyo9ibulkp3l9g/L2J_Mobius_Classic_2.3_SevenSigns_Geodata.zip diff --git a/L2J_Mobius_Classic_3.0_TheKamael/.classpath b/L2J_Mobius_Classic_3.0_TheKamael/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/.classpath +++ b/L2J_Mobius_Classic_3.0_TheKamael/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_Classic_3.0_TheKamael/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_Classic_3.0_TheKamael/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_Classic_3.0_TheKamael/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_Classic_3.0_TheKamael/build.xml b/L2J_Mobius_Classic_3.0_TheKamael/build.xml index 85238c76f9..2fa344c1cb 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/build.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_Classic_3.0_TheKamael/readme.txt b/L2J_Mobius_Classic_3.0_TheKamael/readme.txt index ae2fa0ff4b..2a2e24e761 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/readme.txt +++ b/L2J_Mobius_Classic_3.0_TheKamael/readme.txt @@ -3,8 +3,8 @@ Client Mirror 1: https://drive.google.com/uc?id=1rXtgV9l67b5lBeK_wmCKITE1DQ7EgEJ Client Mirror 2: https://drive.google.com/uc?id=1IugZjcpS5n9_EJPLCecB3H_tLmVlqo2L&export=download System: https://mega.nz/#!98likSra!vP3uaDwJs8oiY5q60UzBSXAbgNELWX_dycWb98Mz96U -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: https://www.mediafire.com/file/fzw7fplavow88wb/L2J_Mobius_Classic_3.0_TheKamael_Geodata.zip diff --git a/L2J_Mobius_Classic_Interlude/.classpath b/L2J_Mobius_Classic_Interlude/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_Classic_Interlude/.classpath +++ b/L2J_Mobius_Classic_Interlude/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_Classic_Interlude/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_Classic_Interlude/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_Classic_Interlude/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_Classic_Interlude/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_Classic_Interlude/build.xml b/L2J_Mobius_Classic_Interlude/build.xml index 93b12e6d04..a71f94554f 100644 --- a/L2J_Mobius_Classic_Interlude/build.xml +++ b/L2J_Mobius_Classic_Interlude/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_Classic_Interlude/readme.txt b/L2J_Mobius_Classic_Interlude/readme.txt index 272e1d3bdd..7c6c8bb775 100644 --- a/L2J_Mobius_Classic_Interlude/readme.txt +++ b/L2J_Mobius_Classic_Interlude/readme.txt @@ -4,8 +4,8 @@ Client: https://drive.google.com/uc?id=1_kioRKR5FTOmINAtUQe0KCxrvPzY18Nd&export= Patch: https://www.mediafire.com/file/dn0w50i8659jrxs/L2J_Mobius_Classic_Interlude_Patch_v10.zip System: https://www.mediafire.com/file/mvergqghqz4jzpq/L2J_Mobius_Classic_Interlude_System_v11.zip -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: https://www.mediafire.com/file/5ebydcm5ipckpoa/L2J_Mobius_Classic_Interlude_Geodata_v5.zip This is a Classic server based on the Grand Crusade client. diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/.classpath b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/.classpath index d82587c107..2a81446a6c 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/.classpath +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/.classpath @@ -1,6 +1,6 @@ - + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/.settings/org.eclipse.jdt.core.prefs b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/.settings/org.eclipse.jdt.core.prefs index 0d49dd9b34..f59235caf4 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/.settings/org.eclipse.jdt.core.prefs +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/.settings/org.eclipse.jdt.core.prefs @@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=14 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=15 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=14 +org.eclipse.jdt.core.compiler.compliance=15 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=14 +org.eclipse.jdt.core.compiler.source=15 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/build.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/build.xml index e7c34e7662..138a5c7c0c 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/build.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/build.xml @@ -52,8 +52,8 @@ - - + + @@ -62,7 +62,7 @@ - + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/readme.txt b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/readme.txt index e2c3acd43b..e370417a39 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/readme.txt +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/readme.txt @@ -2,8 +2,8 @@ L2J-Mobius Dwelling of Spirits Client: https://drive.google.com/u/0/uc?id=1Xlk2uzmxveJtrvaWXmZ6wBVFjd6E-ws7&export=download System: https://mega.nz/file/xl1njaTY#BdVHadGs9bTDyrDE3QgBGvAqkmqSqPtn8hLpcCil1Fs -JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi -Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip +JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi +Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip Geodata: http://www.mediafire.com/file/d1o5j1871mfgk5j/L2J_Mobius_Essence_4.0_DwellingOfSpirits_Geodata.zip Saviors: https://eu.4game.com/lineage2classic/play/saviors/