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!

How to make a MapleStory Private Server [v62]

Newbie Spellweaver
Joined
Sep 28, 2009
Messages
10
Reaction score
0
Hey Xiu, I'm just using this as a test with my sister, when i edit the IP in localhost and my world.pro to my hamachi, i then start up my server, I can get in and play but she cant. Can this have anything to do with IP clash or anything? ._.
 
Newbie Spellweaver
Joined
Jun 18, 2008
Messages
12
Reaction score
0
i have this error when launching the server.
XiuzSu - How to make a MapleStory Private Server [v62] - RaGEZONE Forums


i downlanded the wz file from your link

question : changing the real maplestory wz file will affect anything?
changing as in replacing the .wz file with another?
 
Last edited:
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
@shinoo, w/e problem you have is your missing a string.wz. Just find string.wz
 
Initiate Mage
Joined
Sep 26, 2009
Messages
2
Reaction score
0
Hmmm this is probably a noob question but i got the "client is outdated" error when running the localhost.

And also the following error in the channel server.

Code:
Sep 28, 2009 5:13:23 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
Sep 28, 2009 5:13:24 PM net.sf.odinms.scripting.event.EventScriptManager init
SEVERE: null
javax.script.ScriptException: sun.org.mozilla.javascript.internal.EcmaError: TypeError: Cannot find
function scheduleAtFixedRate. (<Unknown source>#8) in <Unknown source> at line number 8
        at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
        at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown Source)
        at net.sf.odinms.scripting.event.EventScriptManager.init(EventScriptManager.java:81)
        at net.sf.odinms.net.channel.ChannelServer.run(ChannelServer.java:253)
        at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:565)
Sep 28, 2009 5:13:25 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 2: Listening on port 7576
Sep 28, 2009 5:13:25 PM net.sf.odinms.scripting.event.EventScriptManager init
SEVERE: null
javax.script.ScriptException: sun.org.mozilla.javascript.internal.EcmaError: TypeError: Cannot find
function scheduleAtFixedRate. (<Unknown source>#8) in <Unknown source> at line number 8
        at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
        at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown Source)
        at net.sf.odinms.scripting.event.EventScriptManager.init(EventScriptManager.java:81)
        at net.sf.odinms.net.channel.ChannelServer.run(ChannelServer.java:253)
        at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:565)
Sep 28, 2009 5:13:25 PM net.sf.odinms.client.messages.CommandProcessor reloadCommands
SEVERE: THROW
java.lang.ClassNotFoundException: net.sf.odinms.client.messages.commands.Admins
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at sun.misc.Launcher$ExtClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at net.sf.odinms.client.messages.CommandProcessor.reloadCommands(CommandProcessor.java:226)
        at net.sf.odinms.client.messages.CommandProcessor.<init>(CommandProcessor.java:82)
        at net.sf.odinms.client.messages.CommandProcessor.<clinit>(CommandProcessor.java:68)
        at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:568)
Exception in thread "main" java.lang.ExceptionInInitializerError
        at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:568)
Caused by: java.lang.NullPointerException
        at net.sf.odinms.client.messages.CommandProcessor.reloadCommands(CommandProcessor.java:240)
        at net.sf.odinms.client.messages.CommandProcessor.<init>(CommandProcessor.java:82)
        at net.sf.odinms.client.messages.CommandProcessor.<clinit>(CommandProcessor.java:68)
        ... 1 more

Any idea how to fix that? Thanks for your help!
 
Initiate Mage
Joined
Sep 26, 2009
Messages
2
Reaction score
0
1)-How do I know when the Launcher.bat is done?
2)-What do i use to play when I am done?
3)-How would i make a gm?
Sorry, I am really new to this
 
Newbie Spellweaver
Joined
Sep 28, 2009
Messages
10
Reaction score
0
1)-How do I know when the Launcher.bat is done?
2)-What do i use to play when I am done?
3)-How would i make a gm?
Sorry, I am really new to this

Here are a few answers:
1. When the Launcher.bat doesnt give any errors, and it says
Code:
net.sf.odinms.net.channel.ChannelServer.run
Channel 1: Listening on port 7575
net.sf.odinms.net.channel.ChannelServer.run
Channel 2: Listening on port 7676
on the Channel.bat that opens.

2. Download a v62 localhost from the release library, put it in your v62 folder and play. If you want to make it online, Hex Edit the localhost and change ur IP from 127.0.0.1 in the localhost and world.pro

3. To make a GM, go to MySQL, open the accounts table, scroll to the side where it has a column that says GM, click Edit, change that to 1. Then go to characters, scroll over until you see GM, Change that to 4.

Pictures of what your Tables should look like:
XiuzSu - How to make a MapleStory Private Server [v62] - RaGEZONE Forums

XiuzSu - How to make a MapleStory Private Server [v62] - RaGEZONE Forums
My intranetz has been uber slow lately. Took me like 30min to write this cuz i cant seem to upload to photobucket without it taking 10minutes -.-'' Either me, or I'm switching to imageshack. Idk how fast it uploads, I have never used it.
 
Last edited:
Initiate Mage
Joined
Sep 26, 2009
Messages
2
Reaction score
0
Here are a few answers:
1. When the Launcher.bat doesnt give any errors, and it says
Code:
net.sf.odinms.net.channel.ChannelServer.run
Channel 1: Listening on port 7575
net.sf.odinms.net.channel.ChannelServer.run
Channel 2: Listening on port 7676
on the Channel.bat that opens.

2. Download a v62 localhost from the release library, put it in your v62 folder and play. If you want to make it online, Hex Edit the localhost and change ur IP from 127.0.0.1 in the localhost and world.pro

3. To make a GM, go to MySQL, open the accounts table, scroll to the side where it has a column that says GM, click Edit, change that to 1. Then go to characters, scroll over until you see GM, Change that to 4.

Pictures of what your Tables should look like:
XiuzSu - How to make a MapleStory Private Server [v62] - RaGEZONE Forums

XiuzSu - How to make a MapleStory Private Server [v62] - RaGEZONE Forums
My intranetz has been uber slow lately. Took me like 30min to write this cuz i cant seem to upload to photobucket without it taking 10minutes -.-'' Either me, or I'm switching to imageshack. Idk how fast it uploads, I have never used it.

thanks!
but what is the release library?
 
Newbie Spellweaver
Joined
Sep 27, 2009
Messages
22
Reaction score
2
Great guide... But with my luck... >.> Okay what do I do when I got this 2 errors:
1. from channel.bat
2. when opening localhost62.exe
XiuzSu - How to make a MapleStory Private Server [v62] - RaGEZONE Forums

Please help... I've tried so many packs, and this one looks trusty... And especially when I can get help.

Help? :)
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
@funnygames, try getting a new version of localhost then

and darkowner, i think you haven't placed all your JCE files correctly or havent' switched on hamachi/my sql browser/wamp
 
Newbie Spellweaver
Joined
Sep 28, 2009
Messages
10
Reaction score
0
thanks!
but what is the release library?
Go to the Maplestory Releases section, then there should be a sticky that says sumthing like **Release Library** or sumthing like that. Go down to the section that says Localhost, download the v62 that ISNT Kiki
 
Initiate Mage
Joined
Sep 2, 2009
Messages
2
Reaction score
0
I think you should post up the GM commands cuz i cant seem to get the GM shop to open D:
 
Initiate Mage
Joined
Jan 3, 2009
Messages
2
Reaction score
0
Em can you tell me what things im suppose to edit with my hamachi code so taht other people can join in? Is it: World,Channel,Login and hex edit my localhost all my 127.0.0.1 to my hamachi ?
 

.me

Newbie Spellweaver
Joined
Sep 27, 2009
Messages
6
Reaction score
0
How can I reset my whole server? As in, clearing everything to way I just started?
 
Initiate Mage
Joined
Aug 7, 2009
Messages
2
Reaction score
0
I think you should post up the GM commands cuz i cant seem to get the GM shop to open D:

I think the command is !shop, since I looked around the GM.class file inside the jar file...

Code:
else if (splitted[0].equalsIgnoreCase("!shop"))
    {
      int shopid;
      if (splitted.length != 2) {
        return;
      }
      try
      {
        shopid = Integer.parseInt(splitted[1]);
      } catch (NumberFormatException asd) {
        return;
      }

So uhh... I don't know much about coding, and that piece of coding that I found inside the XiuzSource jar file might not work but ehh... I'll just say, make sure that you're a GM.
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
How can I reset my whole server? As in, clearing everything to way I just started?

Server restart? if not just redownload the same repack
 
Newbie Spellweaver
Joined
Sep 22, 2009
Messages
65
Reaction score
13
I keep getting this error. I placed all of the JCE files accordingly, I have JDK 32bit (My correct OS compatible version) installed along with everything else.

XiuzSu - How to make a MapleStory Private Server [v62] - RaGEZONE Forums
 
Subscriber and Mod!
Loyal Member
Joined
Jan 1, 2009
Messages
1,925
Reaction score
378
Yes there seems to still be a error in your Java folder. Try checking and redoing the steps again.
 
Newbie Spellweaver
Joined
Sep 22, 2009
Messages
65
Reaction score
13
Yes there seems to still be a error in your Java folder. Try checking and redoing the steps again.

Alright, I uninstalled every Java app that was affected and re-installed it fresh, then re-did all steps carefully and now I have this.

XiuzSu - How to make a MapleStory Private Server [v62] - RaGEZONE Forums
 
Back
Top