Jump to content

How to make a L2J C5 server in 5 minutes


Guest TheVortex

Recommended Posts

Guest TheVortex

:Step 1::

 

*Note: You will need to have approximately 5 GB of free space available on your hard drive.*

 

Download and install the Lineage 2 Chronicle 5 client.

 

The client can be found here:

 

http://www.fileplanet.com/167356/160000/fileinfo/Lineage-II-Chronicle-5:-Oath-of-Blood-Client

 

::Step 2::

 

*Note: If you already have Directx 9.0c installed skip to step 3*

 

Download and Install Directx 9.0c

 

Directx 9.0c can be found here:

 

http://www.microsoft.com/windows/directx/default.aspx

 

:Step 3::

 

Download and install MySql

 

MySql can be found here:

 

http://dev.mysql.com/downloads/mysql/5.0.html

 

During the installation you will encounter a security setting for the root password. It will be the first of two check boxes. It is imperative you remember this password.

 

At some point the config process will give you the ability to allow it to begin on startup. Make sure you check that.

 

::Step 4::

 

Download and Install Navicat.

 

Navicat is a gui that lets you easily navigate the creation of Sql database's, tables, etc. Although it isn't necessary, I highly recommend it as it will make things easier for both new and advanced users. In this faq you will find I have provided two ways of installing the Sql databases, one with Navicat and one without it for those who prefer not to use it.

 

You can download Navicat here:

 

http://www.navicat.com/download.html

 

Crack here:

 

http://www.keygen.ms/crack/97222/

 

After installation, Navicat will ask you about the root password you set up during the installation of MySql. Input that password.

 

::Step 5::

 

Download The server files .

These files can be found here:

http://www.l2jdp.com/nightly/

:Step 6::

 

Configure the Config files.

Gameserver:

 

GameserverHostname=ur.ip.ad.dres

GameserverPort=7777

ExternalHostname=ur.ip.ad.dress

InternalHostname=ur.lan.ip.here

LoginserverHostname=*

Driver=com.mysql.jdbc.Driver

URL=jdbc:mysql://localhost/l2jdb?cachePrepStmts=true&prepStmtCacheSize=50

Login=root

Password=(your password)

MaximumDbConnections=5

Login server :

ExternalHostname=*

InternalHostname=*

LoginserverHostname=*

LoginserverPort=2106

LoginTryBeforeBan=20

LoginPort=9014

AcceptNewGameServer = False

ShowLicence = False

Driver=com.mysql.jdbc.Driver

URL=jdbc:mysql://localhost/l2jdb

Login=root

Password=your pass here

MaximumDbConnections=10

 

 

 

To register ur server just run fro ligin the : RegisterGameServer.bat [ if the server is already has the hax code u can skip this ]

 

::Step 7 (Without Navicat)::

 

Establish the database.

 

Right click on full_install.bat and select edit. Find the lines that read

 

set mysqlBinPath=C:\mysql\bin

set user=root

set pass=

set DBname=l2jdb

and change that to

set mysqlBinPath=C:\Program Files\MySQL\MySQL Server 4.1\bin

set user=root

set pass=(your password)

set DBname=l2jdb

 

Save, then run it. This will do all the work you just did with Navicat. The only purpose of Navicat is to easily and orderly edit sql table data. Which you may need if you get further into creating your own server. From editing quests to adding items and others.

 

It will take a few moments and then it should be done. Press any key to continue.

 

::Step 8::

Edit the host file to connect to your server

 

Find the host file in "C:/windows/system32/drivers/etc". Go ahead and right click open and select notepad from the list. Add this line to play alone. Or if you are connecting to a server, their respective IP.

 

127.0.0.1 l2authd.lineage2.com

 

It can be added at the bottom of whatever you have in there currently, on its own line. Save and exit.

 

::You have now completed your Lineage 2 Chronicle 5 server::

 

 

[glow=red,2,300]Source from Maxbastards(copy - paste some cuz i am too lazy to write) and server files from L2JForum![/glow]

 

[move]For problems post here[/move]

 

Making Server Public:

1.Enter your rooter

2.Go to Port Confiration

3.Ports for LineageII Are 53,80,7777,2106,9014!

4.When you open these ports on TCP\UPD your server is public.(Do not forget to make confirations in Gameserver \ Loginserver

Also enable your telnet ... in both login and gameserver ( telnet can be found in configs folder in both login and gameserer )

 

For more info http://www.portforward.com

 

 

Link to comment
Share on other sites

  • 4 weeks later...

Man hero1711 has stopped developing his own c5 packet he's developing interlude now, only other people update it to new rev... download darkrage1985's one from the mxb shared folder...

Link to comment
Share on other sites

Guest TheVortex

*Server Files Fixed.Nightlies are the best.Just follow how to install the server files in the readme.txt in datapack.rar

Link to comment
Share on other sites

  • 3 weeks later...
  • 4 months later...
Guest
This topic is now closed to further replies.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock