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.



  • Posts

    • MidnightSell team WTB/WTS GOLD TWW EU/US all servers Cataclysm all servers Payment Visa/Master/Btc/Eth/Trc-20/Erc-20 (all payments within 10 min) For all question pls dm Discord https://discord.gg/h8AN57qJjK Or Telegram @MidnightSell
    • GOSTEI MUITO DO VIASUAL DO SERVE COMO POSSO ADQUIRI ESSA REV PACK   
    • Helly everyone . I use L2jmobius interlude , i did everything , installed the db compiled the Build in eclipse Gameserver seems to lead OK , but it fails to connect to loginserver When i click to start the loginserver it says  "Loginserver terminated abnormally" This is wheat gameserver shows me :    [05/10 17:25:12] LoginServerThread: Connecting to login on 127.0.0.1:9014 [05/10 17:25:12] LoginServerThread: LoginServer not available, trying to reconnect... [05/10 17:25:17] LoginServerThread: Connecting to login on 127.0.0.1:9014 [05/10 17:25:17] LoginServerThread: LoginServer not available, trying to reconnect... [05/10 17:25:22] LoginServerThread: Connecting to login on 127.0.0.1:9014 [05/10 17:25:22] LoginServerThread: LoginServer not available, trying to reconnect...   And This is my login config file:   # --------------------------------------------------------------------------- # Login Server Settings # --------------------------------------------------------------------------- # This is the server configuration file. Here you can set up the connection information for your server. # This was written with the assumption that you are behind a router. # Dumbed Down Definitions... # LAN (LOCAL area network) - typically consists of computers connected to the same router as you. # WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet). # x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers. # --------------------------------------------------------------------------- # Networking # --------------------------------------------------------------------------- # Bind ip of the LoginServer, use 0.0.0.0 to bind on all available IPs # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u> # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u> # Default: 0.0.0.0 LoginserverHostname = 0.0.0.0 # Default: 2106 LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u> # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u> # Default: 127.0.0.1 LoginHostname = 127.0.0.1 # The port on which login will listen for GameServers # Default: 9014 LoginPort = 9014 # --------------------------------------------------------------------------- # Database # --------------------------------------------------------------------------- # Specify the JDBC driver class for your database. # Default: org.mariadb.jdbc.Driver Driver = org.mariadb.jdbc.Driver # Database URL # Default: jdbc:mariadb://localhost/l2jmobiusinterlude?useUnicode=true&characterEncoding=utf-8&useSSL=false&connectTimeout=10000&interactiveClient=true&sessionVariables=wait_timeout=600,interactive_timeout=600&autoReconnect=true URL = jdbc:mariadb://localhost/l2jmobiusinterlude?useUnicode=true&characterEncoding=utf-8&useSSL=false&connectTimeout=10000&interactiveClient=true&sessionVariables=wait_timeout=600,interactive_timeout=600&autoReconnect=true # Database user info. Default is "root" but it's not recommended. Login = root # Database user password, leave empty for no password. Password = root # Maximum number of database connections to maintain in the pool. # Default: 5 MaximumDatabaseConnections = 5 # Determine whether database connections should be tested for availability. # Default: False TestDatabaseConnections = False # --------------------------------------------------------------------------- # Automatic Database Backup Settings # --------------------------------------------------------------------------- # Generate database backups when server restarts or shuts down.  BackupDatabase = False # Path to MySQL bin folder. Only necessary on Windows. MySqlBinLocation = C:/xampp/mysql/bin/ # Path where MySQL backups are stored. BackupPath = ../backup/ # Maximum number of days that backups will be kept. # Old files in backup folder will be deleted. # Set to 0 to disable. BackupDays = 30 # --------------------------------------------------------------------------- # Thread Configuration # --------------------------------------------------------------------------- # Defines the number of threads in the scheduled thread pool. # If set to -1, this will be determined by available processors divided by 2. ScheduledThreadPoolSize = 2 # Defines the number of threads in the instant thread pool. # If set to -1, this will be determined by available processors divided by 2. InstantThreadPoolSize = 2 # --------------------------------------------------------------------------- # Security # --------------------------------------------------------------------------- # How many times you can provide an invalid account/pass before the IP gets banned. # Default: 5 LoginTryBeforeBan = 5 # Time you won't be able to login back again after LoginTryBeforeBan tries to login. # Default: 900 (15 minutes) LoginBlockAfterBan = 900 # If set to True any GameServer can register on your login's free slots # Default: True AcceptNewGameServer = True # Flood Protection. All values are in milliseconds. # Default: True EnableFloodProtection = True # Default: 15 FastConnectionLimit = 15 # Default: 700 NormalConnectionTime = 700 # Default: 350 FastConnectionTime = 350 # Default: 50 MaxConnectionPerIP = 50 # --------------------------------------------------------------------------- # Misc Login Settings # --------------------------------------------------------------------------- # If False, the license (after the login) will not be shown. # Default: True ShowLicence = True # Default: True AutoCreateAccounts = True # Datapack root directory. # Defaults to current directory from which the server is started. DatapackRoot = . # --------------------------------------------------------------------------- # Scheduled Login Restart # --------------------------------------------------------------------------- # Enable disable scheduled login restart. # Default: False LoginRestartSchedule = False # Time in hours. # Default: 24 LoginRestartTime = 24    
  • Topics

×
×
  • Create New...