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!

Newbie Spellweaver
Joined
Jan 4, 2009
Messages
5
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

Okay, thank you. I'll try to upload all SQLs again. I finished installing Wampserver.

EDIT: Ok, another problem. I uploaded all SQLs and they worked fine. When I logged in Maplestory and there was a character. I clicked on it and it doesn't bring me to the world. Also, I still can't make a new character. :(
 
Newbie Spellweaver
Joined
Oct 1, 2008
Messages
9
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

i finaly fixed my previouse error but i got a new error about character not saving. did i do something wrong?

Type anything to start the server:

Enter command: start
14/01/2009 11:21:36 AM net.sf.odinms.net.login.LoginServer run
INFO: Listening on port 8484
14/01/2009 11:21:43 AM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
14/01/2009 11:21:43 AM net.sf.odinms.net.world.WorldChannelInterfaceImpl serverR
eady
INFO: Channel 1 is online.
14/01/2009 11:21:44 AM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 2: Listening on port 7576
14/01/2009 11:21:44 AM net.sf.odinms.net.world.WorldChannelInterfaceImpl serverR
eady
INFO: Channel 2 is online.
14/01/2009 11:21:59 AM net.sf.odinms.net.MapleServerHandler sessionOpened
INFO: IoSession with /127.0.0.1:3802 opened
14/01/2009 11:23:59 AM net.sf.odinms.net.login.handler.CharlistRequestHandler ha
ndlePacket
INFO: Client is connecting to server 0 channel 1
14/01/2009 11:24:22 AM net.sf.odinms.client.MapleCharacter saveToDB
SEVERE: (Account: simdan) [charsave] Error saving character data
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'marri
ed' in 'field list'
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.executeUpdate(PreparedStatement.java
:2019)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
:1937)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
:1922)
at net.sf.odinms.client.MapleCharacter.saveToDB(MapleCharacter.java:940)

at net.sf.odinms.net.login.handler.CreateCharHandler.handlePacket(Create
CharHandler.java:118)
at net.sf.odinms.net.MapleServerHandler.messageReceived(MapleServerHandl
er.java:118)
at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messa
geReceived(AbstractIoFilterChain.java:570)
at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
eceived(AbstractIoFilterChain.java:299)
at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
ractIoFilterChain.java:53)
at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
ageReceived(AbstractIoFilterChain.java:648)
at org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flus
h(SimpleProtocolDecoderOutput.java:58)
at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
ocolCodecFilter.java:180)
at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
eceived(AbstractIoFilterChain.java:299)
at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
ractIoFilterChain.java:53)
at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
ageReceived(AbstractIoFilterChain.java:648)
at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorF
ilter.java:220)
at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.
run(ExecutorFilter.java:264)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
e.java:51)
at java.lang.Thread.run(Unknown Source)
 
Newbie Spellweaver
Joined
Dec 29, 2008
Messages
21
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

Jan 14, 2009 1:08:24 AM net.sf.odinms.net.login.LoginServer run
INFO: Listening on port 8484
Jan 14, 2009 1:09:43 AM net.sf.odinms.net.MapleServerHandler sessionOpened
INFO: IoSession with /24.127.196.215:2590 opened
Jan 14, 2009 1:10:03 AM net.sf.odinms.net.login.handler.CharlistRequestHandler h
andlePacket
INFO: Client is connecting to server 0 channel 1
Jan 14, 2009 1:10:03 AM net.sf.odinms.client.MapleClient loadCharacters
SEVERE: Loading characters failed
java.sql.SQLException: Column 'pvpdeaths' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:926)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1093)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2734)
at net.sf.odinms.client.MapleCharacter.loadCharFromDB(MapleCharacter.jav
a:414)
at net.sf.odinms.client.MapleClient.loadCharacters(MapleClient.java:110)

at net.sf.odinms.tools.MaplePacketCreator.getCharList(MaplePacketCreator
.java:458)
at net.sf.odinms.client.MapleClient.sendCharList(MapleClient.java:103)
at net.sf.odinms.net.login.handler.CharlistRequestHandler.handlePacket(C
harlistRequestHandler.java:41)
at net.sf.odinms.net.MapleServerHandler.messageReceived(MapleServerHandl
er.java:118)
at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messa
geReceived(AbstractIoFilterChain.java:570)
at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
eceived(AbstractIoFilterChain.java:299)
at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
ractIoFilterChain.java:53)
at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
ageReceived(AbstractIoFilterChain.java:648)
at org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flus
h(SimpleProtocolDecoderOutput.java:58)
at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
ocolCodecFilter.java:180)
at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
eceived(AbstractIoFilterChain.java:299)
at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
ractIoFilterChain.java:53)
at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
ageReceived(AbstractIoFilterChain.java:648)
at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorF
ilter.java:220)
at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.
run(ExecutorFilter.java:264)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
e.java:51)
at java.lang.Thread.run(Unknown Source)
Jan 14, 2009 1:10:39 AM net.sf.odinms.net.MapleServerHandler sessionOpened
INFO: IoSession with /24.127.196.215:2599 opened



how do i fix that D:? it happens everytime i try to make a char
 
Newbie Spellweaver
Joined
Jul 17, 2008
Messages
18
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

did u put all the sqls ????
 
Newbie Spellweaver
Joined
Oct 1, 2008
Messages
9
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

i did put all the sql's and executed them all. although i did have some errors in executing some of the sql's.
 
Newbie Spellweaver
Joined
Sep 22, 2008
Messages
21
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

Hi, I've posted in the helpdesk section but no one ever answered my question so I'm hoping this thread is more active...I have successfully logged in, but after login, I try to make a character yet when I click "Create character" nothing appears in the character slots therefore resulting in me unable to go in-game. When I check my .bat files after my character creation attempt, all the batch fils are normal except login.bat which shows me the error below.
I hope someone can help me resolve this issue as soon as possible as I have been trying to fix it for quite a while. Thank you for your time =)


Jan 13, 2009 7:04:47 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
Jan 13, 2009 7:04:47 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 2: Listening on port 7576
Jan 13, 2009 7:05:01 PM net.sf.odinms.scripting.event.EventManager$2 run
SEVERE: null
javax.script.ScriptException: sun.org.mozilla.javascript.internal.WrappedExcepti
on: Wrapped java.lang.NullPointerException (<Unknown source>#29) in <Unknown sou
rce> at line number 29
at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown So
urce)
at net.sf.odinms.scripting.event.EventManager$2.run(EventManager.java:67
)
at net.sf.odinms.server.TimerManager$LoggingSaveRunnable.run(TimerManage
r.java:141)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
 
Junior Spellweaver
Joined
Nov 11, 2008
Messages
123
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

@Eibwen

QUOTE=Genoxa;4633775]Ya MetalicZ it was the marriage thing. I added married column into the character db and it work. I was able to make the character and it showed up.[/QUOTE]

Do what Genoxa says.

@simdan

java.sql.SQLException: Column 'pvpdeaths' not found

Execute the pvp .sql again.

Edit:

@iwinhaha

Umm, try executing the .sqls again. If it still doesnt work remake the schema again.
 
Newbie Spellweaver
Joined
Sep 22, 2008
Messages
21
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

@iwinhaha

Umm, try executing the .sqls again. If it still doesnt work remake the schema again.

I tried executing the .sqls again and also remaking the schema...same error =(
 
Junior Spellweaver
Joined
Nov 11, 2008
Messages
123
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

Wait, does your login .bat show up first everytime u turn on the starter.bat.
 
Newbie Spellweaver
Joined
Sep 22, 2008
Messages
21
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

Enter command: start
Jan 13, 2009 8:52:25 PM net.sf.odinms.net.login.LoginServer run
INFO: Listening on port 8484
Jan 13, 2009 8:52:29 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
Jan 13, 2009 8:52:29 PM net.sf.odinms.net.world.WorldChannelInterfaceImpl server
Ready
INFO: Channel 1 is online.
Jan 13, 2009 8:52:29 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 2: Listening on port 7576
Jan 13, 2009 8:52:29 PM net.sf.odinms.net.world.WorldChannelInterfaceImpl server
Ready
INFO: Channel 2 is online.

I think that means yes?

EDIT--Also, I just changed from rev 39 to 49 (ThePack) with the exact same settings but I now encounter this problem :

Jan 13, 2009 10:04:07 PM net.sf.odinms.net.login.LoginServer run
INFO: Listening on port 8484
Exception in thread "main" java.lang.RuntimeException: Loading WZ File failed
at net.sf.odinms.provider.MapleDataProviderFactory.getWZ(MapleDataProvid
erFactory.java:41)
at net.sf.odinms.provider.MapleDataProviderFactory.getDataProvider(Maple
DataProviderFactory.java:54)
at net.sf.odinms.net.channel.ChannelServer.<init>(ChannelServer.java:109
)
at net.sf.odinms.net.channel.ChannelServer.newInstance(ChannelServer.jav
a:321)
at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:657)
Caused by: java.io.FileNotFoundException: wz\Map.wz (The system cannot find the
file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at net.sf.odinms.provider.wz.WZFile.<init>(WZFile.java:67)
at net.sf.odinms.provider.MapleDataProviderFactory.getWZ(MapleDataProvid
erFactory.java:39)
... 4 more
Press any key to continue . . .

Oh, and if you don't mind, please add me on MSN or something so I can contact you more efficiently xP for3v3rforgott3n@hotmail.com
 
Last edited:
Newbie Spellweaver
Joined
Oct 1, 2008
Messages
9
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

ahh i had the same problem but i now fixed it and my server all good :)

have you coppied .wz files and put them into the v.62 folder? make sure u put base.wz in to the base.wz folder and so on with the other .wz files. The folder wont be for some .wz files so just create a folder with the same name and put the files into there.

the error is just saying that it cant find map.wz so with the folder called v.62 change the name to wz after you chnaged the name place it into here:
ThePack Revision 48\ThePack then it will work fine :p:

- the guide could of been more accurate :mellow: but its still good to start on :)
 
Initiate Mage
Joined
Dec 31, 2008
Messages
2
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

hi i am stck here can anyone hlp me plz
i really nid some hlp here
hlp me - [Tut] How To Make A v62 MapleStory Private Server! - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jan 14, 2009
Messages
1
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

im having a problem with kiki...
everytime i put the kiki files in the maplestory folder and start up maplestory it says "cannot find Wzmss.dll" and i have checked the name several times and tried switching it back and forth but i cant get it to work

plz help
 
Newbie Spellweaver
Joined
Oct 3, 2008
Messages
5
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

K i got my private server to work but now if i try to make a character nothing happens, PLEASE help i wanna play so bad!
 
Newbie Spellweaver
Joined
Sep 22, 2008
Messages
21
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

Okay, so I got past the .Wz files error because when I moved the wz files I was being an idiot and put the wz folder inside another wz folder, and since it was looking for wz/"file" it couldn't find them.
Now I encounter this problem and once again, I have no idea how to fix this :

Enter command: start
Jan 14, 2009 6:23:47 PM net.sf.odinms.net.login.LoginServer run
INFO: Listening on port 8484
Exception in thread "main" java.lang.RuntimeException: java.lang.NumberFormatExc
eption: null
at net.sf.odinms.net.channel.ChannelServer.run(ChannelServer.java:250)
at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:657)
Caused by: java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at net.sf.odinms.net.channel.ChannelServer.run(ChannelServer.java:223)
... 1 more
EDIT-- I have successfully fixed all the errors before login =)
Thank you for all your help =)
 
Newbie Spellweaver
Joined
Oct 1, 2008
Messages
9
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

@lolren u didnt port forward correctly so try again and when u think u portforward write your port here and it will tell you if its open.

@PaladinLord0 make sure u have the kiki.cfg, kiki.dll and Wzmss.dll files in the maplestory folder. If still have error i cant help soz

@iwinhaha when do you get this error? -when making character? or starting the server?

@Zaaach did you get an erro when opening your SQL scripts? if so i can help
 
Initiate Mage
Joined
Jan 13, 2009
Messages
4
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

when i installed the java6 u11 i only see these files:
jdk1.6.0_07
jdk1.6.0_11
jre1.6.0_07
jre6
and i download from the two site u gave me.
 
Newbie Spellweaver
Joined
Sep 22, 2008
Messages
21
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

Ok, the game is working fine but now this keeps coming up on my batch files and I'm not sure if I should be concerned about it or just ignore it because it doesn't seem normal.
Here's what it says:
SEVERE: null
javax.script.ScriptException: sun.org.mozilla.javascript.internal.WrappedExcepti
on: Wrapped java.util.ConcurrentModificationException (<Unknown source>#524) in
<Unknown source> at line number 524
at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown So
urce)
at net.sf.odinms.scripting.event.EventManager$1.run(EventManager.java:51
)
at net.sf.odinms.server.TimerManager$LoggingSaveRunnable.run(TimerManage
r.java:141)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
 
Junior Spellweaver
Joined
Nov 11, 2008
Messages
123
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

@killmeyourgay

so, what's the problem? o_O

@iwinhaha

As long as your ms is fine and there's no errors, then you shouldn't be concerned about it.
 
Newbie Spellweaver
Joined
Jan 15, 2009
Messages
22
Reaction score
0
Re: [Guide] How To Make A v62 MapleStory Private Server!

the link doesnt work
 
Back
Top