Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tut] How To Make A v62 MapleStory Private Server!

Initiate Mage
Joined
Dec 31, 2008
Messages
43
Reaction score
3
Well i didn't find a Tutorial on How To Make A v62 MapleStory Private Server
So here it is...



1st Step:
~You're Required To Download All~

KiKi


MySQL Query Browser


MySQL Server 5.0 (fixed Link)

Java SE Development Kit (JDK) 6 Update 11


JCE Unlimited Strength Files


v.62 Repack
ThePack ~
There Are Other Repacks For v62, This Is "ThePack Revision 76

WampServer


v62 XML WZ
-----------------------------------------

2nd Step:
~Setting Up Wamp Server~

Start Up WampServer, and in the below right click on the WampServer Icon and Press "Start All Services".

3rd Step:
~~Putting Java Together~~

Put the JCE files into this directories:.


Quote:
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




4th Step:
~setuping MySQL!~

After set-up, run the query browser.
The password is the same as you entered in the setup.
If you didn't put a password, leave it blank.

Now in the query browser, click File > Open Script
Open odinms.sql from your repack folder, then click the green execute button on the top right corner. Then, excute all the other SQL's.

5th Step:
~Editing .Properties~

Now, you need to edit your db.properties.
Open db.properties in notepad.
Don't touch anything, except the password field. Edit it as your password in your MySQL. If you don't setup a password, leave it.

Now, time to edit world.properties.
Scroll down the button and you will find an IP. Edit it as your Hamachi or WanIP. If you just want it as a testing server (only you can play), put 127.0.0.1

Editing login.properties!
Do the same thing as world. Remember not to touch anything unless you know what to do and keep a backup copy!


Editing channel.properties!

Scroll down the button and you will find an IP. Edit it as your Hamachi.
Remember, put "localhost" or "127.0.0.1" if you just want it as a test server.

6th Step:
~WZ Files~

Once you downloaded the WZ Files, Extract the folder into Repack, then open the wz folder in your Repack,
after that open up your v62 folder and find "Base" and copy and paste into Base Folder in the wz folder and then do the same to character and keep doing for all of them.

7th Step:
~Starting Up Server~

Now, to open the server, open this as follows:

launch_world.bat

wait 5 seconds

launch_login.bat

Wait 5 seconds

launch_channel.bat


Final Step:
~Setting Up KiKi~

The IP of this is already redirected to 127.0.0.1
Edit it by right clicking the KiKi.cfg > Open with Notepad

Extract it to your MapleStory v62 folder.
BACKUP YOUR WZMSS.DLL FIRST!!!!

Then, open kiki.cfg on notepad.

This should appear:
Code:
Enabled=1
RemoveGameGuard=1
RemoveSplashScreen=1
ForceIPRedirect=1
IPAddress=127.0.0.1

This is how to edit it:

Enabled:
0 = off (disables everything)
1 = on (selected options are enabled)

RemoveGameGuard:
0 = off (gameguard will load normally)
1 = on (gameguard will not load and ALL checks are patched... "auto loading" is also enabled)

RemoveSplashScreen:
0 = off
1 = on

ForceIPRedirect:
0 = off (no IP redirection will take place)
1 = on (client will be re-routed to your server)

IPAddress:
If you've set ForceIPRedirect=1 specify the IP address of your server here.

After set-uping the following things, run MapleStory.exe,

Now you finished your server!

Flame Shield ON
LLuukkee - [Tut] How To Make A v62 MapleStory Private Server! - RaGEZONE Forums
 
Last edited:
Initiate Mage
Joined
Jan 7, 2009
Messages
3
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

I don't think that repack has an odinms.sql... or am I just missing it?
 
Initiate Mage
Joined
Dec 31, 2008
Messages
43
Reaction score
3
Re: [Guide] How To Make A v62 MapleStory Private Server!

add them... its not my RePack
 
Initiate Mage
Joined
Jan 7, 2009
Messages
3
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

I added them myself... but I'm now getting an error on the login.bat one
it's says
could not connect to world server.
halps?
 
Initiate Mage
Joined
Dec 7, 2008
Messages
56
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

good guide and thx for puting it up!!! since the other one uhh is gone
 
Initiate Mage
Joined
Jan 7, 2009
Messages
3
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

Type anything to start the server:

Enter command: f
Jan 8, 2009 9:02:07 PM net.sf.odinms.net.login.LoginServer main
SEVERE: Error initializing loginserver
java.lang.RuntimeException: Could not connect to world server.
at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:210)
at net.sf.odinms.net.login.LoginServer.main(LoginServer.java:269)
Caused by: java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:200)
... 1 more
Jan 8, 2009 9:02:11 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
Jan 8, 2009 9:02:11 PM net.sf.odinms.net.world.WorldChannelInterfaceImpl serverR
eady
INFO: Channel 1 is online.
Jan 8, 2009 9:02:11 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 2: Listening on port 7576
Jan 8, 2009 9:02:11 PM net.sf.odinms.net.world.WorldChannelInterfaceImpl serverR
eady
INFO: Channel 2 is online.
 
Initiate Mage
Joined
Jul 17, 2008
Messages
18
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

when i enter the lunch-world.bat it says


com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'odinms.charact
ers' doesn't exist
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
at com.mysql.jdbc.Util.getInstance(Util.java:381)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
va:1734)
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:
1885)
at net.sf.odinms.net.world.WorldRegistryImpl.<init>(WorldRegistryImpl.ja
va:66)
at net.sf.odinms.net.world.WorldRegistryImpl.getInstance(WorldRegistryIm
pl.java:81)
at net.sf.odinms.net.world.WorldServer.main(WorldServer.java:92)

how can i fix it ?
 
Junior Spellweaver
Joined
Nov 11, 2008
Messages
123
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

@CancerBat

PHP:
java.lang.RuntimeException: Could not connect to world server.
Your login server isn't connected. Did you set your login properties correctly?

Edit:

@coolo

One of your tables does not exist in your mysql.

PHP:
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorEx ception: Table 'odinms.charact
ers' doesn't exist

Edit 2 :)P): Nice guide ^^. Could use some pictures though.
 
Junior Spellweaver
Joined
Nov 11, 2008
Messages
123
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

Good luck on the video :)
 
Initiate Mage
Joined
Dec 25, 2008
Messages
4
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

helO~ i made a server but i people can't connect to my server through hamachi <<--- did everything on the guide:/:
 
Initiate Mage
Joined
Jul 19, 2008
Messages
50
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

its called thepack.sql
bbut when u use it
make sure ur default schema is thepack
or make it to odinms
and when u open up thepack.sql
i think its like 22, says "Use ThePack"
Change that to Use odinms
 
Initiate Mage
Joined
Jul 31, 2008
Messages
15
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

can i make this private in vista sp1?
 
Initiate Mage
Joined
Jul 31, 2008
Messages
15
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

ty ty.. i am back to maple story private server
 
Initiate Mage
Joined
Jul 17, 2008
Messages
18
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

np buti wish some one could help me
 
Initiate Mage
Joined
Oct 22, 2006
Messages
20
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

Hmm, error with the launch_login.bat .. it say Ready connect port 84 84 bla bla..
But when i execute maplestory.exe It say some error on Java something..
LLuukkee - [Tut] How To Make A v62 MapleStory Private Server! - RaGEZONE Forums
 
Junior Spellweaver
Joined
Aug 23, 2006
Messages
129
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

Nice one Luke


- broken link
 
Initiate Mage
Joined
Oct 17, 2008
Messages
47
Reaction score
2
Re: [Guide] How To Make A v62 MapleStory Private Server!

Hmm, error with the launch_login.bat .. it say Ready connect port 84 84 bla bla..
But when i execute maplestory.exe It say some error on Java something..
LLuukkee - [Tut] How To Make A v62 MapleStory Private Server! - RaGEZONE Forums

Are you done with the "copy of jce files" ?
the step after the "open wamp" one lol
 
Initiate Mage
Joined
Oct 22, 2006
Messages
20
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

yes, fixed ty =)
 
Back
Top