• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

How To Make A Maplestory v111 (Lithium Based) Private Server

Newbie Spellweaver
Joined
Oct 11, 2009
Messages
29
Reaction score
1
Yes your missing files, so make sure all JDK and JCE files are placed in the correct directories


Yes your missing wz files

I have those Wz files but nothing..
 
Initiate Mage
Joined
Aug 18, 2012
Messages
3
Reaction score
0
Got it working but in game i dont see any items and when i make myself gm it doesnt stay that way. Anyway to fix?
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Aug 10, 2012
Messages
17
Reaction score
0
Got it working but in game i dont see any items and when i make myself gm it doesnt stay that way. Anyway to fix?

You can start game while this error ?

cobbbg1998 - How To Make A Maplestory v111 (Lithium Based) Private Server - RaGEZONE Forums


I'm getting this error at the executing .bat stage, any fix? ):
same same same ~~!!!! help .. .bat stage 52) there
 
Initiate Mage
Joined
Aug 5, 2012
Messages
4
Reaction score
1
Bat error
ERRORcom.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could
not create connection to database server. Attempted reconnect 3 times. Giving u
p.
Exception in thread "main" java.lang.ExceptionInInitializerError
at server.Start.run(Start.java:37)
at server.Start.main(Start.java:125)
Caused by: java.lang.NullPointerException
at server.ServerProperties.<clinit>(ServerProperties.java:30)
... 2 more
Press any key to continue . . .
Edit:New Error
I've Got That Problem Too, How Do You Fix It?..
 
Newbie Spellweaver
Joined
Aug 17, 2012
Messages
12
Reaction score
0
You can start game while this error ?


same same same ~~!!!! help .. .bat stage 52) there
Open up the .bat file that you are trying to execute with notepad, and look for where it says "-server". Change it to "-client".

That should do the trick.
 
Initiate Mage
Joined
Aug 18, 2012
Messages
3
Reaction score
0
You can start game while this error ?


same same same ~~!!!! help .. .bat stage 52) there

Sorry for misleading but i fixed this problem. It was missing the server folder in java\jre, so i wenbt to the same location in the java\jdk folder and copied it over to where it said it was missing.

Capture.PNG - How To Make A Maplestory v111 (Lithium Based) Private Server - RaGEZONE Forums

Copy that folder and put it in the place it said it was missing
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Aug 18, 2012
Messages
3
Reaction score
0
Can someone help me i have an error in bat

Error: Could not find or load main class server.Start
Press any key to continue . . .

I also am having trouble executing all my SQLs someone help me please ?!

Help me please .

I got a new error

ERRORcom.mysql.jdbc.exceptions.jdbc4.MysqlNonTransientConnectionException:Could
not create connection to database server. Attempted reconnect 3 times. Giving u
P.
Exception in thread "main" java.land.ExceptionInInitializerError
at server.Start.run<Start.java:37>
at server.Start.main<Start.java:125>
Caused by : java.lang.NullPointerException
at server.ServerProperties.<clinit><ServerProperties.java:30>
. . . 2 more
Press any key to continue . . .
 
Last edited:
Newbie Spellweaver
Joined
Aug 14, 2012
Messages
7
Reaction score
0
Bat Errors




To fix these, go to the .bats in notepad and replace them with these

Dump-Items

Code:
@echo off
@title Dump
set CLASSPATH=.;dist\Lithium.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar
java -server -Dnet.sf.odinms.wzpath=wz/ tools.wztosql.DumpItems
pause
Dump-MobSkills

Code:
@echo off
@title Dump
set CLASSPATH=.;dist\Lithium.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar;dist\bcprov-jdk16-145.jar
java -server -Dnet.sf.odinms.wzpath=wz/ tools.wztosql.DumpMobSkills
pause
Dump-Quests

Code:
@echo off
@title Dump
set CLASSPATH=.;dist\Lithium.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar;dist\bcprov-jdk16-145.jar
java -server -Dnet.sf.odinms.wzpath=wz/ tools.wztosql.DumpQuests
pause
Launch

Code:
@echo off
@title Lithium Server Console
set CLASSPATH=.;dist\Lithium.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar
java -server -Dnet.sf.odinms.wzpath=wz/ server.Start
pause


To Fix this, make sure when you compile in NetBeans you put the new Lithium.jar in the dist folder.

I don't get it...... I replaced it but i dont see a Lithium.jar in my dist folder...
 
Newbie Spellweaver
Joined
Oct 11, 2009
Messages
29
Reaction score
1
Bat Errors




To fix these, go to the .bats in notepad and replace them with these

Dump-Items

Code:
@echo off
@title Dump
set CLASSPATH=.;dist\Lithium.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar
java -server -Dnet.sf.odinms.wzpath=wz/ tools.wztosql.DumpItems
pause
Dump-MobSkills

Code:
@echo off
@title Dump
set CLASSPATH=.;dist\Lithium.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar;dist\bcprov-jdk16-145.jar
java -server -Dnet.sf.odinms.wzpath=wz/ tools.wztosql.DumpMobSkills
pause
Dump-Quests

Code:
@echo off
@title Dump
set CLASSPATH=.;dist\Lithium.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar;dist\bcprov-jdk16-145.jar
java -server -Dnet.sf.odinms.wzpath=wz/ tools.wztosql.DumpQuests
pause
Launch

Code:
@echo off
@title Lithium Server Console
set CLASSPATH=.;dist\Lithium.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar
java -server -Dnet.sf.odinms.wzpath=wz/ server.Start
pause


To Fix this, make sure when you compile in NetBeans you put the new Lithium.jar in the dist folder.

I don't get it...... I replaced it but i dont see a Lithium.jar in my dist folder...

Follow this guide of compile http://forum.ragezone.com/f428/tools...s-odin-406097/
 
Newbie Spellweaver
Joined
Aug 11, 2012
Messages
14
Reaction score
0
why i cant connect to game server pls give proper instuctions .............. can anyone use teamviewer to help me plox :(
 
Initiate Mage
Joined
Aug 19, 2012
Messages
2
Reaction score
0
I've got an error that was posted in the earlier pages but was never fixed.

View attachment 109994

I reread everything (hopefully) and I recompiled my Lithium.jar several times to see if that fixes the issue. Any ideas on how to fix this?
 
Newbie Spellweaver
Joined
Jun 2, 2012
Messages
16
Reaction score
0
Hey,
when i choose my character, the game this message appears:

"Unable to log on to the game server
Please try later"

Is there a fix for it ?
 
Last edited:
Initiate Mage
Joined
Aug 20, 2012
Messages
1
Reaction score
0
hey can you please help me and my friend we got this error in dump it says Error: could not find or load main calss tools.wztosql.dumpintems
please help
 
Newbie Spellweaver
Joined
Aug 20, 2012
Messages
11
Reaction score
0
Sorry to be a bother... But I'm stuck on the part where we have to execute the files in MySQL. I have Navicat MySQL. When i Execute the 6 files one at a time.. it say [Msg] Finished-Unsuccessfully. Is this alright or is there something wrong?
 
Back
Top