The latest water dragon Farion
The latest four-dragon weapon
Cool online mall
1: Download the file.
2: Install JDK13
3: Configure JDK environment variables
3.1: To install JDK, you can customize the installation directory and other information during the installation process. For example, we chose the installation directory to be C:\\\\Program Files\\\\Java\\\\jdk-13.0.2;
3.2: After the installation is complete, right-click on "My Computer" and click "Properties";
3.3: Select the "Advanced" tab and click "Environment Variables";
3.4. In the "Environment Variable", set three properties:java_home, path, and classpath (case does not matter). If it already exists, click "Edit", and if it does not exist, click "New";
1)Click "New" on "User Variable", then write "java_home" on the variable name, and write the installation path "C:\\\Program Files\\\Java\\\\jdk-13.0.2" on the variable value.
2)Find path in the system variable and click Edit. The meaning of path means that the system can recognize java commands under any path. Note that you add the variable value to the end of the original variable content ";C:\\\\Program Files\\\\Java\\\jdk-13.0.2\\\\\bin;C:\\\\Program Files\\\\Java\\\\jdk-13.0.2\\\\jre\\\\\bin". (Note: The first semicolon; cannot be less)
3)Click "New" in the system variable, and then write "classpath" in the variable name. The meaning of this variable is the path where java loads the class (bin or lib). Only if the class is in the classpath can the java command recognize it. The value is "C:\\\Program Files\\\Java\\\jdk-13.0.2\\\\\\lib\\\\dt.jar;C:\\\\\Program Files\\\\\\\\jdk-13.0.2\\\\lib\\\tools.jar"
Verify that the installation was successful. Click "Start"->"Run", enter "cmd", enter "java -version", and enter "java -version". If the installation is successful, the system will display "... 13.0.2"... (Different version numbers vary)
4: Unzip the "L2J_7.0_PreludeOfWar" file to the D drive (the path should not have Chinese: for example, my folder name "D:\\\\L2J_7.0\\\". Note: Files in the configuration may be garbled and will not affect it. First click the first program that starts with mysql, then click the mysql program below, and finally click the program with the Heaven 2 icon.)
5: Unpack the client files, and then unpack the login into the client root directory. If there is a font problem in the game, go online and download a font "mingliu.ttc" file. Extract it into C:\\\\Windows\\\Fonts, or install it directly outside. I went online to look for the font file. I didn't have enough permissions and could only upload a 2MB font. The font was about 9MB.
6: Start the game and click directly from "...\\\systemL2TW\\\l2.exe" on your client. If the game often fails to respond: turn off the antivirus software and restart the game.
Updated record: 2020-5-16 Corrected the display of items in the online mall.
Comments0