Go Back   GamerzPlanet - For All Your Online Gaming Needs!! > Off-Topics > Trash Can


[TUT] How to make a v62 Maplestory Private Server

Trash Can


 
 
Thread Tools Display Modes
Old 01-18-2009, 10:39 PM   #1
Tomster
Registered User
 
Last Online: 01-14-2010 10:11 AM
Join Date: Dec 2006
Location: california
Posts: 96
Rep Power: 4
Rep Points: 10
Tomster is on a distinguished road
Feedback: (0)
Points: 8,033.14
Bank: 0.00
Total Points: 8,033.14
[TUT] How to make a v62 Maplestory Private Server

Hey guys! Just thought I'd throw together a quick and simple tutorial on how to make a version .62 Maplestory Private Server. I haven't been on these forums in awhile, so i figured a lot of people need help. By the looks of it i'm correct. so here you go.

Its going to be very easy. I set one up in maybe 30 minutes or less depending what you have to download. If u have to download a lot this will take more time.

It seems kind of long but it is somewhat in-depth.

So here it goes.

---------------------------------------------------------------------------

Step ONE:
Things that needed to be downloaded. (Required to download ALL)

KiKi Localhost: [Only registered and activated users can see links. ]

MySQL Query Browser: [Only registered and activated users can see links. ]

MySQL Serv 5.0: [Only registered and activated users can see links. ]

Version .62 Repack: [Only registered and activated users can see links. ](This is ThePack coded by Moogra

Wamp Server: [Only registered and activated users can see links. ]

Version 62 XML files: [Only registered and activated users can see links. ]

Java SE Development Kit (JDK) 6 Update 11: [Only registered and activated users can see links. ]

JCE Unlimited Strength Files: [Only registered and activated users can see links. ]

ADDED: Maplestory v62 setup: [Only registered and activated users can see links. ]



--------------------------------------------------------------------------


Okay after you have all that downloaded, here's:

Step Two:

  • Set up Wamp server. After installed, run the program.
  • On the bottom right hand of your screen where the volume control is, you'll see the Wamp Server icon.
  • Left click it and click "Put online"
  • Then left click it once more and click start all services.


And that's it for Wamp Server.

--------------------------------------------------------------------------

Step Three:

  • Install the Java SE Development Kit (JDK) 6 Update 11 that you should have already downloaded. If not, download and install.
  • After installing, open up the JCE Unlimited Strength Files that you also should have already downloaded, if not, do so now.
  • Inside the JCE Unlimited Strength Files folder, There will be 4 files.
  • Copy: legal_policy.jar and US_export_policy.jar
  • Now place them in the corrosponding folders:

Code:
Repack > Dist
C:\Program Files\Java\jre6\lib\security
C:\Program Files\Java\jre6\lib\ext
C:\Program Files\Java\jre6\lib
C:\Program Files\Java\jdk1.6.0_10\lib
C:\Program Files\Java\jdk1.6.0_10\jre\lib
C:\Program Files\Java\jdk1.6.0_10\jre\lib\ext
C:\Program Files\Java\jdk1.6.0_10\jre\lib\security
Overwrite the old ones if the box pops up.

DO NOT MESS THIS PART UP, follow the steps carefully

And that is it for java, which is one of the more complicated steps.

---------------------------------------------------------------------------


Step Four:

Now to set up MySQL:

  • Install MySQL Server 5.0, which you should have downloaded.
  • Then Install MySQL query Browser. Enter in the same password you used for the previous step. If you didn't enter a password, simply leave it blank.
  • In Query Browser, click file, then click open script.
  • Now find where you saved the repack and open up "thepack.sql" which can be found in the SQL's folder.
  • Execute "thepack.sql"
  • Then, Execute the rest of the SQLs in that folder.


TA-DA! now your done with SQL set up.

---------------------------------------------------------------------------

Step Five:

Now we will be editing your .properties file in your source pack.


  • Go to your repack and find db.properties.
  • Open it with notepad and enter in the correct MySQL Database information. This step is CRUCIAL to getting your server running correctly.
  • DO NOT TOUCH ANYTHING BESIDES THE PASSWORD FIELD.
  • Enter the password you entered in when you set you the SQL server.
  • Save and close.
  • Now open world.properties.
  • Scroll all the way down to the bottom and you will see a place to enter in your ip.
  • I am NOT showing you how to port forward, if you want to use your WAN IP you HAVE to port forward unless your don't have a router and you just use a modem. There are some guides already to show you how to port forward.
  • So at the bottom of world.properties, enter in your hamachi IP or WAN IP (only if port forwarded) and this is where you can edit your server name and message to.
  • If you are just using this as a test server, just put 127.0.0.1 for the IP
  • Now open login.properties.
  • You will see this: net.sf.odinms.world.host=localhost at the top. Leave it as localhost if you are using your WAN IP or 127.0.0.1 as an IP. If you are using hamachi, then replace "localhost" with your hamachi ip.
  • Now open channel.properties
  • You will see this: net.sf.odinms.world.host=localhost at the top. Leave it as localhost if you are using your WAN IP or 127.0.0.1 as an IP. If you are using hamachi, then replace "localhost" with your hamachi ip.


And that's IT for properties files.

---------------------------------------------------------------------------

Step Six:

Now for the v62 XML files you downloaded eariler.

  • Extract to desktop by right-clicking and clicking "extract here"
  • After extracting to the desktop, rename the file "wz"
  • place in your repack where all the property files are.


And that's all for wz files.

---------------------------------------------------------------------------

Step Seven:

Starting your brand new server.

  • Now you can do it by simply running "starter.bat" and typing start. But i prefer doing it another way incase there are any errors you can see them
  • To do so, simply run in this order exactly:


Code:
       launch_world.bat

           wait 5 seconds

           launch_login.bat

           Wait 5 seconds

           launch_channel.bat
---------------------------------------------------------------------------

Setting up KiKi localhost:

  • Open up the KiKi file you should have downloaded already.
  • Then open kiki.cfg in notepad
  • If you notice, there is already an IP there. Leave it at that IP if it is just a test server. If not, then replace it with your WAN IP (if you port forwarded) or your hamachi IP if your using hamachi.
  • Save and close. now send that out to people to play!:thumbup:

Made by Tomster of GzP, (Slurpee of Tutorialx) (also known as TheRealEpic from Ragezone)

Last edited by Tomster; 01-18-2009 at 10:41 PM.
Tomster is offline  
Sponsored Links
Old 01-19-2009, 12:42 AM   #2
Gippo
Banned
 
Last Online: 10-24-2009 12:59 AM
Join Date: Jan 2009
Posts: 3
Rep Power: 0
Rep Points: 10
Gippo is on a distinguished road
Feedback: (0)
Points: 391.59
Bank: 0.00
Total Points: 391.59
Re: [TUT] How to make a v62 Maplestory Private Server

i just want to ask do people have to join the hamach server to go in the ms server and how can we make up to 4 channels running
Gippo is offline  
Old 01-19-2009, 08:16 AM   #3
Tomster
Registered User
 
Last Online: 01-14-2010 10:11 AM
Join Date: Dec 2006
Location: california
Posts: 96
Rep Power: 4
Rep Points: 10
Tomster is on a distinguished road
Feedback: (0)
Points: 8,033.14
Bank: 0.00
Total Points: 8,033.14
Re: [TUT] How to make a v62 Maplestory Private Server

well yes, if you are using hamachi, they have to join your hamachi channel. and i will post a guide on how to make 4 channels later.
Tomster is offline  
Old 01-19-2009, 08:53 AM   #4
lazymman1
Lurker
 
Last Online: 01-19-2009 09:06 AM
Join Date: Jan 2009
Posts: 1
Rep Power: 0
Rep Points: 10
lazymman1 is on a distinguished road
Feedback: (0)
Points: 112.96
Bank: 0.00
Total Points: 112.96
Re: [TUT] How to make a v62 Maplestory Private Server

which one do u download for the sql 5.0 server
lazymman1 is offline  
Old 01-19-2009, 09:01 AM   #5
Tomster
Registered User
 
Last Online: 01-14-2010 10:11 AM
Join Date: Dec 2006
Location: california
Posts: 96
Rep Power: 4
Rep Points: 10
Tomster is on a distinguished road
Feedback: (0)
Points: 8,033.14
Bank: 0.00
Total Points: 8,033.14
Re: [TUT] How to make a v62 Maplestory Private Server

which ever one applies to u. could be windows, could be linux. just make sure u get the setup.exe cuz half the people on this forum wont know how to set it up without an exe
Tomster is offline  
Old 01-19-2009, 10:32 AM   #6
Kadice
Lurker
 
Last Online: 01-27-2009 10:05 PM
Join Date: Jan 2009
Posts: 1
Rep Power: 0
Rep Points: 10
Kadice is on a distinguished road
Feedback: (0)
Points: 1,028.02
Bank: 0.00
Total Points: 1,028.02
Re: [TUT] How to make a v62 Maplestory Private Server

Can't download :

Quote:
Version .62 Repack: [Only registered and activated users can see links. ](This is ThePack coded by Moogra
Error Message :

Quote:
Invalid File. This error has been forwarded to MediaFire's development team. The key you provided for file download was invalid. This is usually caused because the file is no longer stored on Mediafire. This occurs when the file is removed by the originating user or Mediafire.

Last edited by Kadice; 01-19-2009 at 12:08 PM.
Kadice is offline  
Old 01-19-2009, 12:35 PM   #7
chinamithunder
Lurker
 
Last Online: 01-19-2009 04:24 PM
Join Date: Jan 2009
Posts: 1
Rep Power: 0
Rep Points: 10
chinamithunder is on a distinguished road
Feedback: (0)
Points: 125.99
Bank: 0.00
Total Points: 125.99
Re: [TUT] How to make a v62 Maplestory Private Server

I keep getting this error in channel cmd.



Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -2
at net.sf.odinms.net.PacketProcessor.registerHandler( PacketProcessor.jav
a:126)
at net.sf.odinms.net.PacketProcessor.reset(PacketProc essor.java:206)
at net.sf.odinms.net.PacketProcessor.getProcessor(Pac ketProcessor.java:1
32)
at net.sf.odinms.net.channel.ChannelServer.run(Channe lServer.java:218)
at net.sf.odinms.net.channel.ChannelServer.main(Chann elServer.java:499)
chinamithunder is offline  
Old 01-19-2009, 05:40 PM   #8
slicker3021
Registered User
 
Last Online: 02-01-2009 03:02 AM
Join Date: Jan 2009
Posts: 11
Rep Power: 0
Rep Points: 10
slicker3021 is on a distinguished road
Feedback: (0)
Points: 925.32
Bank: 0.00
Total Points: 925.32
Re: [TUT] How to make a v62 Maplestory Private Server

the link is broken dunno if its fixed but, wats a wanip? is that the wireless lan? ip and how do u find that out?
slicker3021 is offline  
Old 01-19-2009, 07:22 PM   #9
twentee1
Lurker
 
Last Online: 02-03-2009 07:40 PM
Join Date: Dec 2007
Posts: 2
Rep Power: 0
Rep Points: 10
twentee1 is on a distinguished road
Feedback: (0)
Points: 1,504.22
Bank: 0.00
Total Points: 1,504.22
Re: [TUT] How to make a v62 Maplestory Private Server

Heya i've downloaded the java thingy jdk1.0.0_11 about 3 times now but everytime i install i cant find the jre folder.
Does anyone know what ive done wrong? Thx
twentee1 is offline  
Old 01-19-2009, 09:34 PM   #10
slicker3021
Registered User
 
Last Online: 02-01-2009 03:02 AM
Join Date: Jan 2009
Posts: 11
Rep Power: 0
Rep Points: 10
slicker3021 is on a distinguished road
Feedback: (0)
Points: 925.32
Bank: 0.00
Total Points: 925.32
Re: [TUT] How to make a v62 Maplestory Private Server

:twentee1: u need the jre file from the java site aswell , i dun think he gav a llink: if its ur first time making a private server , then u will need jre6update 11. if it helps try watching videos on v55 and use the links : edit: [Only registered and activated users can see links. ] the java files link, 1st install the jre then the jdk ok. hope it helps

Last edited by slicker3021; 01-19-2009 at 09:38 PM.
slicker3021 is offline  
 

Bookmarks

Tags
private, server, tut, v62

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump

All times are GMT -7. The time now is 12:40 AM.

 

Copyright ©2010, GamerzPlanet.Net
Visits: