"MapleStory" Private Server v75 Tutorial
MapleStory is a free, massively multiplayer online role playing game. Players log into a character account to battle baddies and quest through hundreds of worlds. Whenever players log in, they do so onto a server that hosts the game and its environment. Setting up a private server lets players fiddle around with the programming environment that creates the game space. If you host a private server, you could change where items spawn, the damage done by monsters and much more.
Things You'll Need
- Java Development Kit, latest version
- MySQL Query Browser, latest version
- MySQL, latest version
- v75 localhost
Instructions
-
-
1
Download and extract all of the files listed in the Resources Section. Use WinRar or a similar extractor to extract the files. Search for a v75 MapleStory server source package online. Different source packages have slightly different default settings, but they are all free to use.
-
2
Open MySQL Query Browser. Click "File" and "Open Script." Browse for the v75 Server Pack that you downloaded in Step 1. Click the "SQL Folder." Select the first file listed in the folder. Press "OK." The Query Browser now initializes the selected file. Continue to do this for every file in the SQL folder.
-
-
3
Double-click the "ArberTrunk" folder.
-
4
Open your web browser. Search for an IP address grabber. There are many free services online that tell you your IP address. Copy this number to a text editor to hold onto for now.
-
5
Right-click the file "World.Properties" and choose "Edit" to edit a basic text editor. Search for the line of code commentary that says "IP Address." Type in your IP Address here. Repeat this process for the files "Login.Properties" and "Channel.Properties."
-
6
Double-click the file "launch_server.bat" in the "ArberTrunk" folder. This launches your private v75 MapleStory server.
-
1
Tips & Warnings
Open the "World.Properties" file and edit it to change any world properties you want to, such as the spawn rate of monsters and walking speed of characters.