Jump to content

[Guide] L2j Server


Recommended Posts

Preparation-Required files:

Java JDK 6 Update 6 or later to run the ServeR.You Can Find it Here http://java.sun.com/javase/downloads/

 

MySQL 5.0.51b or later for DataPack.You Can Find it Here http://dev.mysql.com/downloads/mysql/5.0.html

2vtehdz.jpg

 

Navicat 8 for MySQL or later to manage the DataBase.You Can Find It Here http://www.navicat.com/download.html 

efi03n.jpg

 

L2J Server : http://www.l2jserver.com/nightly/

9banp4.jpg

 

L2J DataPack : http://www.l2jserver.com/nightly/

65msef.jpg

 

 

Installing MySQL

Export of 'mysql-5 .*. x-win.zip' in a temporary folder.

Installing MySQL where you want (in protimisi a separate hard drive exclusively for this).

Enter the password you specified during installation (if you specify).

Restart system after the installation.

 

Preparation Server records

Export 'L2J_Server-unstable.zip' in a temporary folder.

Export 'L2J_DataPack-unstable.zip' to the temporary folder you extracted the 'L2J_Server-unstable.zip'.

 

Install Navicat

Run the file and install.

Run the program.

Select 'New Connection' and enter the appropriate data

(Location of MySQL Server - 'localhost' soon be on the same machine, user name - 'root', password - that you provided when you install MySQL)

 

 

Import data to database

Διαβάστε το 'README' μέσα στον φάκελο που κάνατε Extract τον Server και το DataPack.

Εκτελέστε το 'database_installer.bat' και ακολουθήστε τις οδηγίες στην οθόνη σας.

Επιλέξτε Full install για νέα εγκατάσταση ή Upgrade για αναβάθμιση.

 

 

Java

Simply run and install the JDK / JRE

 

 

Install Servers - Login Server

Open the file '/ login / config / loginserver.properties' and change the following:

 

ExternalHostname = (here put the Internet IP - If you want to play yourself put 127.0.0.1)
InternalHostname = (here put the LAN IP if you have players via LAN or 127.0.0.1 if you are on your own)

# Database info
Driver = com.mysql.jdbc.Driver
# Driver = org.hsqldb.jdbcDriver
# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriv er
URL = jdbc: mysql: / / localhost/l2jdb
# URL = jdbc: hsqldb: hsql: / / localhost/l2jdb
# URL = jdbc: sqlserver: / / localhost / database = l2jdb/user = sa / password =
Login = root
Password = <---- Here Put Your MYSQL Password
MaximumDbConnections = 10 

 

 

Install Servers - Game Server

Open the file '/ gameserver / config / server.properties' and change the following:

ExternalHostname = (here put the Internet IP - If you want to play yourself put 127.0.0.1)
InternalHostname = (here put the LAN IP if you have players via LAN or 127.0.0.1 if you are on your own)

# Database info
Driver = com.mysql.jdbc.Driver
# Driver = org.hsqldb.jdbcDriver
# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriv er
URL = jdbc: mysql: / / localhost/l2jdb
# URL = jdbc: hsqldb: hsql: / / localhost/l2jdb
# URL = jdbc: sqlserver: / / localhost / database = l2jdb/user = sa / password =
Login = root
Password = <---- HERE PUT YOUR MYSQL PASSWORD
MaximumDbConnections = 10 

 

 

Post Game Server (s)

Each Game Server run '/ login / RegisterGameServer.bat' and enter the number you want to give each Game Server and copy the 'hexid (server-x). Txt' file in '/ gameserver / config /' where the Server set and rename it to 'hexid.txt'.

 

 

Run the Server

'/ login / startLoginServer.bat' on the Login Server.

'/ gameserver / startGameServer.bat' for the Game Server.

When the Game Server window appears at the end 'Registered on login as Server 0: Bartz' then everything is OK.

 

To connect:

Start> Run> 'notepad.exe C: \ windows \ system32 \ drivers \ etc \ hosts'

 

127.0.0.1 L2authd.lineage2.com
78.47.101.197 nProtect.lineage2.com

 

________________________________________________________________________

 

For Home Server

If the machine is Server machine (ie, special routing) and have a normal PC with a synithismeno Router then you must make these arrangements to go out Internet

 

gameserver/config/server.properties

 

	
GameserverHostname =*
External hostname = Internet IP or no-ip subdomain
Internal Hostname = LAN IP of the server on the LAN you
LoginHost = 127.0.0.1 

 

login/config/loginserver.properties

 

ExternalHostname = 127.0.0.1
InternalHostname = 127.0.0.1
Loginserverhostname = LAN IP of the server on the LAN you
LoginHostname =*

 

 

Ex.

gameserver / config / server.properties

 

GameserverHostname=*
ExternalHostname=62.169.XXX.XXX
InternalHostname=192.168.1.65
LoginHost=127.0.0.1 

 

login/config/loginserver.properties

 

ExternalHostname=127.0.0.1
InternalHostname=127.0.0.1
LoginserverHostname=192.168.1.65
LoginHostname=* 

(62.169.XXX.XXX = Internet IP

192.168.1.65 = LAN IP)

 

 

________________________________________________________________________

 

 

How to find your Internet IP => http://www.whatsmyip.org/

ftiybl.jpg

________________________________________________________________________

 

How to connect

Open the hosts file with notepad: C: \ windows \ system32 \ drivers \ etc \ hosts

and add the following line:

Your IP the <empty> L2authd.Lineage2.com

eg.

89.149.255.12 L2authd.Lineage2.com

 

________________________________________________________________________

 

How to fix the problem with the "Hacking tool has been discovered" (gameguard)

Open the hosts file with notepad: C: \ windows \ system32 \ drivers \ etc \ hosts

and add the following line:

216.107.250.194 nProtect.lineage2.com

 

________________________________________________________________________

 

How to connect(friend's)

From the modem / router should open a specific TCP ports

Login: 2106

Gameserver: 7777

 

How you Can do this ? Find a Guide in the Forum(mxc) .. ( i cant find)

 

________________________________________________________________________

 

NPC Buffer

Plus the built-in Buffer has L2J which is just perfect! The ID is 1000003. It may not contain everything Buffs may need but are easily modifiable. The list of Buffs can be found in the database table 'npc_buffer' and HTML files in the file '/ gameserver / data / html / mods /'. It is by far the best Buffer, without lags and without Animation Casting in the Buffs.

 

 

Gold Bank

The mod contains L2J file / gameserver/config/l2jmods.properties when activating it, and writing '. Deposit' converts the amount you set at 1 Gold Bar and writing '. Withdraw' converts the Gold Bar to the amount you specify.

 

 

Luxury GateKeeper

http://rapidshare.com/files/87928566/Luxury_GK.zip

I've added an option to go to the Kamael Village (very rough solution).

It's got the L2jfree but has changed much. It works perfectly.

 

You can also install and activate the custom tables that you can install the GM Shop / Gatekeeper / Custom NPC and which custom tables are not deleted in any upgrade and do not need to take it again.

 

________________________________________________________________________

 

Change course Buffs

In Character.properties

EnableModifySkillDuration = true
SkillDurationList = 271,4200;272,4200;273,4200;274,4200;275,4200;276,4 200;277,4200;307,4200;309,4200;310,4200;311,4200;3 66,4200;367,4200;530,4200;\
264,4200;265,4200;266,4200;267,4200;268,4200;269,4 200;270,4200;304,4200;305,4200;306,4200;308,4200;3 49,4200;363,4200;364,4200;437,4200;529,4200;\
1002,4200;1003,4200;1005,4200;1006,4200;1007,4200; 1009,4200;1010,4200;1229,4200;1251,4200;1252,4200; 1253,4200;1284,4200;1308,4200;1309,4200;1310,4200; 1362,4200;1363,4200;1390,4200;1391,4200;1413,4200; 1461,4200;\
1353,4200;1311,4200;1307,4200;1204,4200;1085,4200; 1078,4200;1077,4200;1062,4200;1044,4200;1043,4200; 1035,4200;1068,4200;1040,4200;1073,4200;\
1191,4200;1189,4200;1182,4200;1033,4200;1259,4200; \
1032,4200;1036,4200;1045,4200;1048,4200;1086,4200; 1240,4200;1242,4200;1243,4200;1388,4200;1389,4200; 1392,4200;1393,4200;1352,4200;\
1355,4200;1356,4200;1357,4200;\
1087,4200;1257,4200;1397,4200;1304,4200;1303,4200; 1354,4200;\
1059,4200;1268,4200 

 

Each line of a different group buffs. It's about 70 minutes duration.

 

 

i hope like to you

 

-InFam0usBites/nekys

 

 

 

Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...