View Poll Results: Did The Tutorial Helped?

Voters
328. This poll is closed
  • Yes.

    104 31.71%
  • No.

    63 19.21%
  • Im Trying To Make One.

    161 49.09%
Results 1 to 15 of 322

Threaded View

  1. #1
    NatureSkillz's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In This Thread
    Posts
    652
    Reputation
    17
    Thanks
    222
    My Mood
    Yeehaw

    [TUT] Making A Maplestory Private Server {Odin,Updated}

    This is MY Guide, I'll Take Full Credit!
    My Friends Helped With It...


    'Notes'

    Note 1:
    I've Updated The Links, To Mods: Please Remove My Old Posts.

    Note 2:
    I've Fully Updated This Post As Well, Due Some Bugs We're In It..

    Note 3:
    Click My Signature, It Needs To Level Up These Days...


    Please Thank Me,Increase Reputation,
    If You Get An Error, Reply, I'll Will Help!

    This Version Is Odin Based!! Not Titan!


    Natureskillz' Guide -
    How to start your maplestory private server


    UPDATE !
    if you guys get the banreason does not have default value .
    click your accounts table in mysql and press F2
    then untick column "banreason" and "macs" then save

    Part 1


    Install:


    MySql Server 5.0
    MySQL :: MySQL 5.0 Downloads
    download the one suitable for your computer

    MySql Query Browser
    MySQL :: MySQL GUI Tools Downloads
    pick the mirror suitable to your location

    Java JDK 6 Update 6
    https://cds.sun.com/is-bin/INTERSHOP...-CDS_Developer


    Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 6 (jce for short)
    Java SE Downloads ---> Scroll Down And Go To 'Other Downloads' Then Click 'Download'



    Odin source files (Also Called Re-Pack)

    Odin source files Rev 932(New):
    www.media fire.com/?xus4xj2krzz
    Working jump quest (Kerning,Ellina,and sleepywood)- PATCH
    Portal Fix for Zakum, Griffie, Manon, Forest of Priest, and Pianus
    Default Mob Rate - 7x (editable in world.properties)
    AP to HP and MP - Added
    Phantom Forest/Haunted House - Added (new map)
    PQ handlers+ KPQ - Added
    All Gapachon NPC - Added
    Style Change NPC's with GMS Scripts - Added
    Skillbooks -Added (able to use skillbooks to get 4th job skill)


    Odin Source File Rev 945 LATEST!:
    www.media fire.com/?vmivm3wz0wz
    - fix for mystic door crashing maps
    - autoban adjustments
    - able to slow bosses, wk charges can't freeze

    Local Host V.55
    localhost.rar
    Extract into maplestory folder



    Part 2


    Instructions(follow exactly)

    1. After installing Java JDK 6 Update 6 and the JCE files.

    2.open the JCE folder and copy the US_export_policy.jar and the local_policy.jar

    3. Now go to your C:\Program files\Java , and you should see this two folders
    jdk1.6.0_10 and jre6

    [IMG]https://i302.photobucke*****m/albums/nn88/Reita_album/JDKSTUFF.jpg[/IMG]

    4.Paste the US_export_policy.jar and the local_policy.jar into something like the following

    Code:
    C:Program FilesJavajre6libsecurity
    C:Program FilesJavajre6libext
    C:Program FilesJavajre6lib
    C:Program FilesJavajdk1.6.0_10lib
    C:Program FilesJavajdk1.6.0_10jrelib
    C:Program FilesJavajdk1.6.0_10jrelibext
    C:Program FilesJavajdk1.6.0_10jrelibsecurity
    5. Install MySql Server 5.0
    Things to remember
    -leave everything on default
    -set password as "root" ( without the " )
    -click execute at the bottom
    - and when security settings are applied click finish

    6. Open MySql Query Browser
    Things to take note.
    Server host - localhost
    username - root
    password - root
    default schema - odinms

    7. In MySql Query Browser double click on the database "odinms" and at the top left hand corner click on File,open script , ( look for your odinms Rev 932 or 945 folder )
    and open odinms.sql file (Looks like text document).
    Then click on execute on the top right hand corner (that green icon that looks like a bolt of lightning)

    [IMG]https://i302.photobucke*****m/albums/nn88/Reita_album/SQLDATABASE-1.jpg[/IMG]

    8.The tables should appear at the left had column such as accounts , characters etc.

    Part 3

    Wow! you have made it this far ! Give yourself a pat on the shoulder im proud of you

    9.Copy the all the .Wz files from your mapleglobal folder expect the Mob.Wz
    into your wz folder in your odin folder

    [IMG]https://i302.photobucke*****m/albums/nn88/Reita_album/WZFOLDERS.jpg[/IMG]

    After pasting the files it will look like this

    [IMG]https://i302.photobucke*****m/albums/nn88/Reita_album/WZ.jpg[/IMG]

    IMPORTANT STEP ! ( IF YOU DONT DO THIS YOU CANT ACCESS SOME MAPS)

    10 . The current v.55 mob.wz is encrypted so they cant read it . That means you cant access any maps with mobs.
    BUT NO FEAR ! You can use the v.54 Mob.Wz
    you can download it here
    www.rapid share.com/?d=H1DGJB4K <---- Take This One Instead..

    11(a) Now to open edit your .properties
    1. Open MySql Query Browser
    2. Click on open script
    3. Now Files of type : Any File ANSI assumed (*.*)

    [IMG]https://i302.photobucke*****m/albums/nn88/Reita_album/ALIBABA.jpg[/IMG]

    4. Look for db.properties and open it up
    REPLACE EVERY THING WITH 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
    Save and close. ;D


    Part 4


    Making your server public

    12. Next to make your server public (usin hamachi)
    Download hamachi
    Hamachi : Download
    - install hamachi
    - open hamachi and create a network by clicking on the "triangle shaped icon"

    [IMG]https://i302.photobucke*****m/albums/nn88/Reita_album/SII.jpg[/IMG]

    Type in your network name and pass word . ( Remember this as people will need it to join your network)

    13. Now Edit your world.properties , login.properties, channel.properties


    world.properties - Look for net.sf.odinms.channel.net.interface= <insert your hamachi ip here> and edit the hamachi ip without the "< >"to yours . DUH =.= SAVE AND CLOSE

    [IMG]https://i302.photobucke*****m/albums/nn88/Reita_album/HAMAHCIS.jpg[/IMG]

    Login.properties - look for net.sf.odinms.world.host= <insert hamachi ip here> and change it to your hamachi ip WITHOUT THE "< >" SAVE AND CLOSE

    Channel. properties - look for net.sf.odinms.world.host= and change it to your hamachi ip SAVE AND CLOSE

    Part 5 ( last part )

    Click the bats to turn on the server in this order

    Code:
    Launch_world
    wait 5 seconds~
    Launch_login
    wait 5 seconds~
    Launch channel
    Wait 5 seconds~
    IF YOUR SEE THIS https://i302.photobucke*****m/albums/n...m/12355555.jpg <--- Image Removed Due.. (dunno why) It should say something with:
    Port Listening on (port)
    Atleast it dont have to give any errors.

    it means ur server is ok !

    MAKE YOUR BAT
    click start on your desktop,notepad

    type this in

    start localhost.exe <yourhamachip without the > 8484

    save as whatever.bat

    AND YOUR DONE ! click on the whatever.bat to go in

    Hasc Calculator ( for Registration use )
    this is needed if you dont have a registration page odin database uses encrypted passwords in SHA1 format (note : only use this for the passwords, just type the password in SHA1 format)
    install hashcalc
    open up hash calc make sure SHA1 is ticked
    data format : text string
    then type into data : your password
    then copy and paste it into your database ;D
    Download here : www.media fire.com/?bybjtzijxgt


    To make people GM ! set their gm value in account table to 1
    and set their gm value in character table to 1 !

    SO MUST SET IT twice!

    CONGRATULATIONS ! YOU HAVE COMPLETED THE TUTORIAL AND SET UP YOUR OWN MAPLESTORY PRIVATE SERVER!

    Thank Me If It Helped, And Increase Reputation.
    It Took me 2 Hours To Make This...

    If you need help, Reply![/QUOTE]

    PLEASE DONT FORGET TO THANK ME!

    ©Natureskillz-RP Productions
    Last edited by Sketchy; 08-28-2011 at 09:59 AM.

  2. The Following 110 Users Say Thank You to NatureSkillz For This Useful Post:

    Sharpryno (03-09-2009),1994mat (03-25-2009),39killers (07-19-2011),aaaaaaasl (08-18-2009),alexdima (05-16-2010),Ali (07-15-2011),alucarddeltorro (04-23-2010),andywsusa (03-14-2009),AskAndHelp (05-23-2011),aznishness (03-18-2009),azurekite73 (03-12-2009),bear22 (03-07-2009),Brianobrian (04-18-2010),BroKy (04-10-2010),CAFlames (04-26-2010),Cameronol (03-28-2010),chrissy (07-23-2009),cole_son016 (08-17-2011),Curse123 (04-07-2009),darkevilapie (05-10-2011),darkzone1920 (03-07-2011),dean-wingess (03-19-2009),death678 (03-14-2010),doctormug (03-14-2009),domo1905 (03-22-2009),EbonyMs (03-22-2009),edenmor11 (07-02-2009),Evelien (10-12-2010),flappyjacky1 (03-09-2009),Flascher (07-17-2009),ForeverInCombat (03-06-2009),getinaf (04-07-2010),glosol (03-07-2009),hernest (04-06-2010),hgmf8124 (08-04-2010),homojumala666 (04-01-2009),hotdog393 (03-25-2009),Ipostednow (03-11-2009),Jack-pstylez (03-07-2009),James7000 (04-21-2010),Jayar (03-07-2009),jimbo390 (04-05-2009),jisheng (06-19-2010),jonbos (11-19-2009),jtanatomy (08-02-2009),K1ll3rbunny (03-14-2009),kattuk (09-13-2009),Killersuck (02-20-2011),koksky01 (03-14-2009),Koodeja123 (03-09-2009),koreakool (12-30-2010),kyran29 (11-04-2010),lolzorznoobz (03-11-2009),Loouis (07-28-2009),lordseymore (06-18-2010),Lurky (01-22-2009),Matt (03-25-2009),McKillyoface (08-15-2010),meneke4 (03-21-2009),MJackson007 (04-01-2010),molot (12-04-2014),NeoJohn (07-18-2010),nycpirate (08-05-2009),olivierh (04-07-2010),onlineuser (03-27-2010),peeweeman1234 (04-17-2009),pimboy12 (07-30-2010),powerfusion (06-11-2010),red2940 (03-17-2009),rickj1996 (06-30-2009),rickpwns (03-06-2009),robin001 (09-29-2010),robtoon1 (09-11-2010),sadman2007 (08-02-2009),samair (03-09-2009),saul1200 (08-15-2010),shadowed20 (04-12-2010),ShadyPower (03-15-2009),shortcarlm (03-14-2009),sirbert (03-06-2009),SpaceMan (01-04-2010),Stevenom (10-20-2010),stridercloud (03-28-2009),SuperPotatoe (02-16-2009),svegerot (02-18-2009),t.d.r (09-20-2009),takaki5xk (02-28-2011),Tapsa (12-13-2009),tastycookie2153 (06-10-2010),taupule (07-01-2010),TehConcept (05-25-2010),The Killer_ (03-09-2009),thijsie700 (04-06-2010),thinkyo (03-24-2009),tomguy996 (10-21-2009),TryMe (03-15-2009),turbeauke (04-01-2010),u1111u (03-21-2009),valeal (08-04-2010),veulix (05-06-2011),wahajh1 (07-04-2011),waldemar19 (03-06-2009),waynex1314 (02-15-2009),x187Killa (03-31-2009),xihackx (04-09-2011),xRaichu (02-19-2009),yosups (03-14-2009),zachman456 (03-25-2009),zebramanz (03-29-2009),~.D@nGeR.~ (08-04-2009)

Similar Threads

  1. Making Non Hamachi Private server!!!
    By TonyTheFob in forum MapleStory Hacks, Cheats & Trainers
    Replies: 0
    Last Post: 07-15-2009, 10:35 PM
  2. [TUT] How To Make A Maplestory Private Server, V62
    By NatureSkillz in forum MapleStory Hacks, Cheats & Trainers
    Replies: 3
    Last Post: 06-03-2009, 01:01 PM
  3. MapleStory Private server hacks
    By blakebean2 in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 02-25-2009, 01:59 PM
  4. [TUT] Maplestory Private Server
    By NatureSkillz in forum MapleStory Hacks, Cheats & Trainers
    Replies: 7
    Last Post: 01-20-2009, 11:08 AM
  5. [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

Tags for this Thread