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!

Web [Tut]How to set-up Chrocore Souce(JLMS fork)

Status
Not open for further replies.
Newbie Spellweaver
Joined
Sep 5, 2008
Messages
83
Reaction score
0
Credits to Yobaz for his cool Pics!


This will be a really easy and simple guide:

Download Step:
Mysql Server:
Mysql Tools:
The Net Famework 3.5 w/Sp1:
Visual C#:
Download Green box
Sonny Rocks! - [Tut]How to set-up Chrocore Souce(JLMS fork) - RaGEZONE Forums

Tortoise Svn:
Mysql Dependencies:
VEDB:



Step 1:Install Mysql. When installing tick Complete installation>Configure Mysql now>Standard Configuration>Install as Windows Service>Username:root Pass:root

Step 2:Then remove (delete) the MySql.Data in the GameServer references.Then you put the folder from the Dependencies (the folder named MySql.Data) in the src folder. Then add it as a reference again to enable it.

Step 3:Go to Desktop. Make a new folder named Chrocore. Then right click the folder and click Svn Checkout. In the Url of Repository, put in Put ok and it should be downlaoding the files. Once finished go to trunk/src/Maplestory.sln. Open and go o App.config under GameServer and edit all the mysql stuff and the rates and change game version to 60. Do the same for App.config under LoginServer except there will be no rates to change and the gameversion.

Sonny Rocks! - [Tut]How to set-up Chrocore Souce(JLMS fork) - RaGEZONE Forums


Sonny Rocks! - [Tut]How to set-up Chrocore Souce(JLMS fork) - RaGEZONE Forums


Step 4:Go to Source Files/Trunk/Worlds. You will see a 0 and a 1. Open 0 with wordpad and edit all the things espically the mysql stuff. Also it will say <Ip>127.0.0.1<ip> Change the 127.0.0.1 to your hamachi ip or wan ip. Do not Change the Local Ip.


Sonny Rocks! - [Tut]How to set-up Chrocore Souce(JLMS fork) - RaGEZONE Forums


Step 5:First press CTRL+N to create a schema and name it jlms also create another one called VEDB. Then log in to Mysql query Browser then in the top left corner click on "File", then click on "Open Script...". Direct yourself into the sql folder. Then FIRST apply "CRDB.sql".(Apply means to press Exucute on the top right green button) Now run the other .sql files. Make sure all sqls are exucuted. Double click the schema to choose that schema. Only Run for jlms.

Step 6:Go to and download the v60 one. The file should have a sql exucute it into VEDB.

Step 7:Open Mysql.Double click the database jlms and open "accounts."It should say edit on the bottom.
Then is the "accountID". Just put that as 1 for now. Username, set as whatever username you want. Password, set as any password you want. No encryption for it right now. In the "isgm" column, put 1 in it if you want the account to be a GM, or 0 if you don't want it to be. Put 0 for "isbanned". Put "0000" for PIN right now if you didn't enable pin. if you did, change it any 4 numbers you want. For birthday, it will be in this format, year,month,day. It has to be 8 characters long, so no hypens(-). An example of mine, 19940315. Example picture.

Step 8: No more! You,re Done!

Give Credits and Put your hands together for Mintee!





Sonny Rocks! - [Tut]How to set-up Chrocore Souce(JLMS fork) - RaGEZONE Forums



This guide was mainly written for
Plz go there!
 
Last edited:
Master Summoner
Joined
Jul 28, 2008
Messages
503
Reaction score
0
Re: [Guide]How to set-up Chrocore(Odinms fork)

nice guide :O
 
Custom Title Activated
Loyal Member
Joined
Apr 8, 2008
Messages
1,125
Reaction score
330
Re: [Guide]How to set-up Chrocore(Odinms fork)

It's a JLMS Fork.

And you didn't really describle one of the biggest problems:
The MySql.Data error.

Add how to remove / re-add that refereneces using the Projects tab.
 
Newbie Spellweaver
Joined
Sep 5, 2008
Messages
83
Reaction score
0
Re: [Guide]How to set-up Chrocore(JLMS fork)

@xelkin ty xelkin are the spots still open i would apply for gm
 
Newbie Spellweaver
Joined
Sep 5, 2008
Messages
83
Reaction score
0
Re: [Guide]How to set-up Chrocore Souce(JLMS fork)

Yah Yah Yah
 
Newbie Spellweaver
Joined
Sep 29, 2008
Messages
52
Reaction score
0
Re: [Guide]How to set-up Chrocore Souce(JLMS fork)

Good job :], awesome guide.
 
Newbie Spellweaver
Joined
Sep 30, 2008
Messages
5
Reaction score
0
Re: [Guide]How to set-up Chrocore Souce(JLMS fork)

Is this C++ better than Java??
No crashes on this?
like the sean pack C++<<EDIT my bad i mean sean pack for C++ crashed too much
 
Newbie Spellweaver
Joined
Sep 5, 2008
Messages
83
Reaction score
0
Re: [Guide]How to set-up Chrocore Souce(JLMS fork)

Its not C++ its C# and it still is not really stable because it is still devoloping!
 
Master Summoner
Joined
Jul 28, 2008
Messages
503
Reaction score
0
Re: [Guide]How to set-up Chrocore Souce(JLMS fork)

Is this C++ better than Java??
No crashes on this?
like the sean pack C++<<EDIT my bad i mean sean pack for C++ crashed too much

WTF are you talking about sean pack is java o.o
 
Newbie Spellweaver
Joined
Sep 5, 2008
Messages
83
Reaction score
0
Re: [Guide]How to set-up Chrocore Souce(JLMS fork)

Chrocore FTW!
 
*
Loyal Member
Joined
Jul 23, 2008
Messages
691
Reaction score
90
Re: [Guide]How to set-up Chrocore Souce(JLMS fork)

No java ftw??
 
Newbie Spellweaver
Joined
Sep 5, 2008
Messages
83
Reaction score
0
Re: [Guide]How to set-up Chrocore Souce(JLMS fork)

Fine Java FTW too!
 
Newbie Spellweaver
Joined
Sep 5, 2008
Messages
83
Reaction score
0
Re: [Guide]How to set-up Chrocore Souce(JLMS fork)

Anyone Bored? o.o
 
Status
Not open for further replies.
Back
Top