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 v111 (Lithium Based) Private Server

Junior Spellweaver
Joined
Jul 4, 2012
Messages
111
Reaction score
32
Ok so in your MySQL You have a database named Lithium correct?
 
Newbie Spellweaver
Joined
Jul 27, 2012
Messages
7
Reaction score
0
Can someone help with
25.Create New Project And Name it Lithium
26.Hit Next
27.Click Java/Java Project With Existing Sources
28.Hit Next
29.Go to your extracted Lithium Folder and click on src
30.Hit Finish
31.Right click Libraries and add the jars in your source dist folder. Then hit F11
32.Find the project folder and open dist
33.Take Lithium.jar and put it in the extracted lithium folder's dist

Can't seem to understand this. Feel free to PM me or msg me here.
 
Initiate Mage
Joined
Aug 10, 2009
Messages
3
Reaction score
0
Can someone help with
25.Create New Project And Name it Lithium
26.Hit Next
27.Click Java/Java Project With Existing Sources
28.Hit Next
29.Go to your extracted Lithium Folder and click on src
30.Hit Finish
31.Right click Libraries and add the jars in your source dist folder. Then hit F11
32.Find the project folder and open dist
33.Take Lithium.jar and put it in the extracted lithium folder's dist

Can't seem to understand this. Feel free to PM me or msg me here.

29. At Source Package Folder, add file>Lithium Rev96>trunk>src

30. Hit Finish

31. Right click Libraries, open Lithium Rev96 folder>trunk>dist>select all>open. Hit F11.

32. Open Lithium Rev96>trunk>dist

33. Take the newly compiled Lithium.jar and past it in 32.
 
Newbie Spellweaver
Joined
Jul 27, 2012
Messages
7
Reaction score
0
@rageofshadow
Where do I find the newly complied Lithium.jar
And do I past it in "Lithium Rev96 folder>trunk>dist"?
 
Initiate Mage
Joined
Aug 10, 2009
Messages
3
Reaction score
0
@rageofshadow
Where do I find the newly complied Lithium.jar
And do I past it in "Lithium Rev96 folder>trunk>dist"?

I don't know for sure where you can find it, try to search for Lithium.jar using Windows Search.

Yes, you paste it in Lithium Rev96 folder>trunk>dist
 
Newbie Spellweaver
Joined
Jul 27, 2012
Messages
7
Reaction score
0
Look for help with
47.Click on the ... and go to your source folder
48.Open SQL and execute all of them in a row (You Will have Errors On 4-6)
49.Go to your source folder and execute the Dump.bat's
50.Then click Launch.bat

Stack at #47, and #48 does not make sense to me.
 
Newbie Spellweaver
Joined
Apr 15, 2011
Messages
10
Reaction score
0


You can also try this
 
Newbie Spellweaver
Joined
Jul 27, 2012
Messages
7
Reaction score
0
Look for help with
47.Click on the ... and go to your source folder
48.Open SQL and execute all of them in a row (You Will have Errors On 4-6)
49.Go to your source folder and execute the Dump.bat's
50.Then click Launch.bat

Stack at #47, and #48 does not make sense to me.

@luspoci

The pictures weren't implemented. They got deleted.

Still look for help with quote =)
 
Newbie Spellweaver
Joined
Jan 10, 2010
Messages
77
Reaction score
3
Code:
url=jdbc:mysql://localhost:3306/Lithium?autoReconnect=true
user =root
password =
this.

Try replacing with:

Code:
url=jdbc:mysql://localhost:3306/Lithium?autoReconnect=true
user = root
password =
 
Newbie Spellweaver
Joined
Jul 27, 2012
Messages
7
Reaction score
0
Um, Can I get some help with this now?

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

Thanks. Also if some1 wants to help me by team viewing, feel free to PM me. I will respond ASAP.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 11, 2010
Messages
16
Reaction score
0
aughh - How To Make A Maplestory v111 (Lithium Based) Private Server - RaGEZONE Forums

i've made a private server before and never had this problem??
what did i do sob.
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jul 4, 2012
Messages
111
Reaction score
32
Did you compile with Netbeans and put your new jar in your source folder's dist?
 
Back
Top