Table Of Contents:
- Expectations
- Downloads
- JCE Instructions
- MySQL Installation & Setup
- db.properties
- .WZ Copying
- Starting Your Server
- Fixes, tips, etc.
I saw this thread: http://forum.ragezone.com/showthread.php?t=409089 so I decided to make a new tutorial :). I will update this tutorial everyday :).
Expectations:
I expect you already have MapleStory installed....
Downloads:
[Release]NubStory Repack v.55 (OdinMS) Rev 988+
MySQL Server
MySQL Tools
JDK Update 6 (with NetBeans)
JCE Files
Localhost.exe v.55 (there are plenty out there, just search)
Mob.wz v.54 (there are plenty out there, just search)
JCE Instructions:
First make sure you installed the JDK Update 6. After you have that installed, extract the JCE Files, and put the 2 Java files in these directories:
C:\Program Files\Java\jre6\lib\security
C:\Program Files\Java\jre1.6.0_06\lib\security (optional)
C:\Program Files\Java\jdk1.6.0_06\lib
MySQL Installation & Setup:
Install MySQL and the tools. When you install the MySQL, leave everything default, and for the password, make it "root" without the quotes. After you have those installed, create a folder on your desktop called "OdinMS". Extract the DreamMS Repack v.3 files into the "OdinMs" folder. Open up the MySQL Query Browser from Start > All Programs > MySQL. Here are the details to put in:
Code:
Server Host: localhost
Port: 3306
Username: root
Password: root
Default Schema: odinms
Then click ok. And yes. Now it already created the OdinMS Schema :). Now, go to File > Open Script, and navigate to your "OdinMS" server files folder, then Important SQL's, and select odinms.sql. Next, in the MySQL Query Browser, click Execute in the top right corner. Next, navigate to your "OdinMS" server files folder, and then double-click the file "db.properties", and open it with notepad or a text file viewer. And make sure it looks like this:
Code:
# qualified class name of your JDBC driver
driver=com.mysql.jdbc.Driver
# JDBC URL to your database
url=jdbc:mysql://127.0.0.1:3306/odinms
# credentials for database access
user = root
password = root
.WZ Copying:
I take it that you already have MapleStory installed. Copy all of the .WZ files from your MapleStory folder, except for Mob.wz and paste them in your "OdinMS" wz folder. For the v.54 Mob .WZ, google it, or search it up on this forum, you will get a lot of results.
Starting Your Server:
Go to your "OdinMS" folder, and run these files in this order:
First launch_world.bat
Second launch_login.bat
Last launch_channel.bat
That's all :).
Fixes, tips, etc.:
IDs and Commands List
Compiling With NetBeans (Odin)
[GUIDE]How to allow players to fix "ID is already Logged in via Website"
[Guide] Changing the Scrolling Header [Odin]
[Guide] Easiest way to make a Web Page
Hope I helped :).