View Poll Results: Did it worked for you?

Voters
17. This poll is closed
  • Yes

    4 23.53%
  • No

    3 17.65%
  • I don't understand

    10 58.82%
Results 1 to 10 of 10
  1. #1
    bluehustler's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Non of your bussines >:D
    Posts
    66
    Reputation
    10
    Thanks
    19
    My Mood
    Aggressive

    Talking [TuT]V.62 Privat Server Guide!

    Hey guys! Just thought I'd throw together a quick and simple tutorial on how to make a v.62 Maplestory Private Server.

    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: https://ww2.**************/549307

    MySQL Query Browser: Free software download,Over 100000 software free downloads

    MySQL Serv 5.0: MySQL :: https://dev.mysql.com/downloads/mysql/5.0.html#win32

    Version .62 Repack: https://www.m e d i a f i r e . c o m/?lzwy0l2td5d (This is ThePack coded by Moogra rev 80) Can also choose more repacks.
    (Without space )
    Wamp Server: https://www.wampserver.com/en/download.php

    Version 62 XML files: https://www.m e d i a f i r e . c o m/?0zgyukhgzmn
    (Without Space )
    Java SE Development Kit (JDK) 6 Update 11: https://java.sun.com/javase/downloads/index.jsp

    JCE Unlimited Strength Files: https://java.sun.com/javase/downloads/index.jsp

    ADDED: Maplestory v62 setup: https://games.on.net/file/22367/Maple_Story_Client_v6.2/


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


    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!

    HOW TO FIX THE CHARACTER CREATION AND SELECTION PART!

    Why is it doing this? Your xml files are screwed


    How to fix it!

    1) Download new xml files by googling "Maplestory v.62 Xml files"
    2) put them inside the wz folder in your repack instead
    3) Run your server
    4)Problem fixed

    Post any other probs down in the comments ; ) thank me if i helped!
    Last edited by bluehustler; 04-19-2009 at 06:54 AM.

  2. The Following User Says Thank You to bluehustler For This Useful Post:

    raphaterz (05-02-2009)

  3. #2
    A⁴'s Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    I want my minion back /fosho.
    Posts
    4,001
    Reputation
    67
    Thanks
    437
    My Mood
    Flirty
    Good TUT but next time pics added on can help people understand.

  4. #3
    HazedUp's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Good Ole' Alabama
    Posts
    3,524
    Reputation
    93
    Thanks
    200
    My Mood
    Tired
    How do you port Forward? :/

  5. #4
    NatureSkillz's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In This Thread
    Posts
    652
    Reputation
    17
    Thanks
    222
    My Mood
    Yeehaw
    omfg you copied it... wdF?
    Great Sig From TryMe, And Resized by bugmenot

    Click here to feed me a Nude Girl!!
    How To Create A MapleStory Private Server, Odin Based, And
    Fully Updated Aswel!:

    Click Here For A New MapleStory TUT V55

    Ever wanted to Spam/Troll/Flame without getting banned?<Free for Everyone!?!?>


    People I Respect;
    *- Natureskillz
    Contact me if you want to be on the Respect list, You must do something good against me, or have a good reason >.>

    +1 Post Count!

  6. #5
    Newone44's Avatar
    Join Date
    May 2009
    Posts
    1
    Reputation
    10
    Thanks
    0
    i cant even login to my server it shows errors all over and unknown and i cant login

  7. #6
    starsgod's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    the repack link doesnt work

  8. #7
    gunnybunny's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    12
    i need repack

  9. #8
    ImTheShooter's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    My House
    Posts
    15
    Reputation
    10
    Thanks
    1
    My Mood
    Yeehaw
    all i could say is that u leached that

  10. #9
    Inumedia's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Source got deleted. ( Hmmmm I wonder if the localhost will work on Windows 7 :O )

  11. #10
    TonyTheFob's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    5
    My Mood
    Amused
    I have hard time opening up a JCE Unlimited Strength Files!! Help! It only opens up with JAVA WEB Start Launcher. Which does nothing.

Similar Threads

  1. [TUT] Making A Maplestory Private Server {Odin,Updated}
    By NatureSkillz in forum MapleStory Tutorial & Guides
    Replies: 321
    Last Post: 09-19-2011, 10:47 PM
  2. [TUT] Maplestory Private Server
    By NatureSkillz in forum MapleStory Hacks, Cheats & Trainers
    Replies: 7
    Last Post: 01-20-2009, 11:08 AM
  3. [QUESTION] Can someone please post a Tut on how to Create a Maplestory Private Server
    By kevi3434 in forum MapleStory Hacks, Cheats & Trainers
    Replies: 0
    Last Post: 09-06-2008, 06:09 PM
  4. Runescape Private Server
    By Paolo1993 in forum General Gaming
    Replies: 20
    Last Post: 02-07-2006, 05:06 PM
  5. Private Servers...
    By arunforce in forum General Gaming
    Replies: 10
    Last Post: 01-14-2006, 06:25 AM

Tags for this Thread