View Full Version : i need someone to help me!!!
d4rk3lf
08-04-2007, 07:51 AM
:confused: :confused:
i need someone to help me create a lineage 2 server ...
my computer : AMD Athlon 64 4000+ ..
1 GB of RAM's
200 GB HDD S-ATA
just add me on MSN or YAHOO MESSENGER : d4rk3lf_4you@yahoo.com
Prometheus30
08-09-2007, 09:55 AM
Go to google look for l2j and or download the nightly buils or get yourself all files needed to make it work.
First things u need.
Mysql:
Navicat:
Eclipse:
Mysql installer can be found at w w w .mysql.com
Navicat installer can be found at w w w .navicat.com
Eclipse installer can be found at google :P
Just look for those.
Next step to get your server running:
When u installed MySql make sure u have opened your ports on router.
Guide to install MySql:
Install MySql as follow, click on detailed server and press next.
then u see 3 types let radio button in the developer server, press next.
now u see again 3 types let the radio button stay in multifunctional database, press next.
Now install your MySql to a designated area example c:/Program Files/MySql, press next.
when u done installing u see again 3 types, let radio button in Decision Support (DSS)/OLAP or if u want more connections use manual settings (This i did cause my servers where overflowing from connections :P) , press next.
Now u see Enable TCP/IP Networking mark it and let port standing on 3306, press next.
Use Standard Character Set, press next.
Now u see Install As Window Service and a box called Service name, if u have mysql4.1 set service name to MySql41 otherwise if u use MySql 5 or higher use default, press next.
set your password for your database (Default is root), press next.
Now u finished installing MySql press execute and start the service :)
In the next guide i explain how to use Navicat.
Seymorre
08-09-2007, 10:03 AM
l2jserver.com go to forum sign up and on the left there are some links find the one that says guide it will tell you how to set up your own l2 server :"D
Prometheus30
08-09-2007, 10:18 AM
Now the navicat guide.
When u have downloaded the navicat from the site where u get it from, make sure it is installed correctly.
Example: C:\Program Files\PremiumSoft\Navicat MySQL
Example menu folder : PremiumSoft\Navicat MySQL
Create both icons desktop and start menu.
And install navicat :)
Now when it is installed u should be able to start it (REMEMBER THIS IS A TRIAL AND ONLY LAST 30 DAY'S) if u want the official just send me and email and i send it back with attachment :)
Ok next step in Navicat:
When u open Navicat u should see the following folders:
MySql and Test :)
Now we go add a new folder to it called l2jdb.
Right Click on Localhost and add database.
Give it the name l2jdb and press enter, now u should see in Navicat a folder called l2jdb.
U can close navicat now or just let it open it does not really matter.
Now when u downloaded the nightly build pack from either l2j or l2jfree, u unzip it in your C drive or in whatever drive u want it.
Example:
C:/l2jdb
Next step to make your database:
When u done this with the nightly build, u should see some folders called gameserver, login, sql and tools.
Now go into the tools folder and press the database_installer.bat or database_installer.sh if u run linux (linux i dunno how to use it i use just simple windows32 :P )
Ok we are now at the stage to install the database.
When u started it it asks u where to find the mysql normaly when u have mysql5.0 it should not concern u but if u use 4.1 set this line:
C:\Program Files\MySQL\MySQL Server 4.1\bin
Now press next and set your database name and password:
2-LoginServer settings
--------------------
I will connect to the MySQL server you specify, and setup a
Loginserver database there, most people use a single MySQL
server and database for both Login and Gameserver tables.
MySQL Username (default is 'root'):
Password (will be shown as you type, default ''):
Database (default is 'l2jdb'):
Host (default is 'localhost'):
3-GameServer settings
--------------------
User (default is 'root'):
Pass (default is ''):
Database (default is 'l2jdb'):
Host (default is 'localhost'):
4-Misc. settings
--------------------
Color mode (c)olor or (n)on-color, default c :
Path for your backups (default '.'):
Path for your logs (default '.'):
Debugging messages and increase verbosity a lil bit (y/n, default 'y'):
Script setup complete, your settings were saved in the
'vars.txt' file. Remember: your passwords are stored
as clear text.
press any key to continue...
Now u are ready to install your database :)
Next step:
When it asks u to update your database first time users use Full Install.
Other more advanced users press skip and Upgrades only the database when they already have a database called l2jdb.
Now u see all is updating, at the end of that list u see going by u get an option to auto use update folder, just press enter :) and finish installer.
Now if u want to make sure u have correctly installed the database, go into your navicat and press l2jdb folder, if it is correct u should see many tables in it now :) .
This is the end of this section.
Next section is Eclipse.
Prometheus30
08-09-2007, 10:19 AM
Or u just could do what seymore say's i only try to help :P so other users can benefit from this to :) .
Prometheus30
08-09-2007, 10:36 AM
Now the section Eclipse when u are an advanced user and u want to build your own server from raw files.
First step to take is install Eclipse :P .
Now when u installed eclipse then u have to designate the svn repository's so u can get the latest rev's from l2j or l2jfree or whatever svn u want to use.
When u opend Eclipse u have to set an svn repository.
Go to Window show view and press others.
Add the svn repository window.
Now to get the files from Example L2J. u right click in svn window and add repository location.
Link is https://l2jserver.com/svn
Link Datapack is http://www.l2jdp.com/svn
U can add these 2 to your svn repository location window.
Now to get the files u press 1 of those 2 on the + and u will see trunk, now press with right mouse on the trunk and do checkout.
U have to give it a name cause as well as server as datapack have same name :P
So for Example:
Server = l2jdb
Datapack = Datapack
Ok when u finished checking both out u will see it in your left window :) .
Now u still need to build it (BEWARE!!!!!! u need java jdk to be able to build from svn)
Next step adding an ant cause there u will be able to build your server :)
Go to window and show view, press on ant view.
Now u will see a window popup on the right side.
Next step to build your server is to add an and file or in l2j called build file.
Press on the ant+ button locate your build file and press add.
Now to actualy build it press on the + button when u added the ant(buildfile) u will see dist, double click on this and it will build your gameserver (NOTE gameserver not datapack)
For your datapack u need to do these steps but then with your datapack buildfile.
When it is build locate the rar or zip file wich is located in this folder.
Example:
C:\Documents and Settings\yourname\My Documents\L2Gameserver\trunk\L2_GameServer_It\buil d
Or where u located it to :P
Extract the zip or rar to Example:
C:/l2jdb
Do the same with the datapack build zip or rar.
Now u have a fully working server when u change your ip in these files.
gameserver.properties and loginserver.properties.
Well i am to tired and to lazy to explain more but i hope i have explained enough for all to be able to build your own server on either nightly or eclipse.
Greeting's
Prometheus30
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.