MapleStory private server detailed setup tutorial

Adventure Island Online
  "Adventure Island Online" is a 2D side-scrolling online game developed by South Korea's WIZET and NEXON. It was officially launched in mainland China on July 24, 2004, and is operated by Shanda Games.
  The story is based on a world that has been continuously invaded by "dark forces" and thus entered the "chaotic period". The warriors formed an alliance and fought fiercely against the "dark forces" again. The game has five professional systems and seven game camps.
  In 2009 and 2010, the game won the Top Ten Most Popular Casual Online Game Award at the "China Game Industry Annual Conference" for two consecutive years.

Hello everyone, today I will share with you some knowledge points about the establishment of Adventure Island private servers, and the analysis of the problems of Adventure Island server installation. If you understand it, you can ignore it. If you are not clear, you can read this article. Probability can solve your problem, so let's take a look!

Preparation tools:

server

Server

client

myqsl

1.jdk-6u10-beta-windows-i586-p (jdk1.6.0_10 MapleStory private server set up necessary)


2.My SQl5.0 (sql database 5.0 must be set up for Adventure Island private server)


3. navicat8lite_mysql_cs (database management software Adventure Island private server set up necessary)


4.Net Beans lDE 6.0 Beta 1 (modification tool)


MapleStory private server erection method:


1. Install "MySQl5.0" first. Just press the next step here. The key thing to pay attention to is the SQL connection password and user name. Here you can set it as
easy to remember and safe. MySQl5.0 installation is complete.

2. Now you can install "navicat8lite_mysql_cs". It is convenient for you to manage the database. Click the next step to complete your installation. After installation, you must import the database into navicat8lite_mysql_cs to manage your data. Specific steps: Click Connection options, the connection name can be taken here, the host name/IP address, this option does not need to be changed. Port, user name and password. Here you will use the information you filled in when you installed MySQl5.0, and the next step is to import the data. Will you Just import the SQL file in the adventure island. After refreshing, you can see the data in your adventure island.


3. Now we are going to install jdk-6u10-beta-windows-i586-p. There are many versions of JAVA at present. I am used to using this version.
Because .


4. Copy the jar file in the terminal to java. Specific operation:
Find the dist folder in the terminal folder and copy the jar file in this folder to
C:\Program Files1Javaljdk1.6.0_10ljrelliblext
C:\Program FileslJavaljre6lliblext
At this time We will find that there is a jce folder under the dist folder, we just need to copy the jar file under it to
C:l Program FileslJavaljdk1.6.0_10ljrelliblsecurity
C:\Program FileslJavaljre6lliblsecurity

5. Right-click My Computer-Properties. Open the advanced options, select the environment variable, and create 2 new variables in the environment variable

"JAVA_HOME”= C: \i Program FilesllJavalljdk1.6.0_10
"CLASSPATH"= .; %JAVA_HOME% libldt.jar; %JAVA_HOME% libltools.jar; % JAVA_HOME%\libldt.jar ; %JAVA_HOME%\ libltools.jar;


We don't need to create another variable path. Just change it to the following value.


"Path"= %. System Root % Isystem32;% System Root% ; % System Root%\System 32\Wbem ; %JAVA_HOME% \ bin;


6. The installation is coming to an end. What we need to do now is to find the MapleStory installation directory, and copy all the files with the suffix wz in the MapleStory client to D: lodinmslwz under the server. Generally, there is no The WZ folder. You need to create a new one yourself. We usually install it on the D drive, so the directory is D: lodinmslwz


7. Find the db.properties file in the server. Modify it to the setting information of your database

url= jdbc:mysql://127.0.0.1:3306/odinms 'odinms is the database name user = root 'root is the database user name
password = root 'root is the database password


Well, here you have basically set up your own MapleStory private server, and now you can start your MapleStory journey, just enter the game directly

 

Guess you like

Origin blog.csdn.net/chiwang_andy/article/details/130505863