Admin Admin
Number of posts : 114 Age : 31 Unde Stai Ba? : Hunedoara Registration date : 2008-11-14
| Subject: Cum sa faceti server de Lineage II Interlude cu L2JFree ! Sun Nov 16, 2008 2:24 am | |
| Ok sa incepem...
Download:
Download L2 Server Interlude:
Link 1 - Aici
Link 2 - Aici
Download Java:
Link 1 - Aici
Link 2 - Aici
Download Navicat:
Link 1 - Aici
Link 2 - Aici
Download MySQL: Aici
Pentru Crearea unui server de Lineage 2 ai nevoie de:
512 Ram minim recomandat 1GB Ram sau mai mult
Procesor 1500 recomadat 2000 sau mai mare
Internet Minim 1,5mb Recomandat mai mare dar merge binisor si cu 1,5mb
si o placa video acceptabila...nu buna dar nici rea
Daca ai 1GB Ram Si Procesor 2000 internet 1,5mb poti tine cam in jur de 100 playeri
Daca ai internet cu port forwad deschide aceste porturi prima data!
Intri pe aceasta pagina a modemului de la clicknet: http://10.0.138 .
-Te loghezi cu accountul si parola ta dupa care dai la Toolbox>>Game& Application Sharing si cum se vede in poza: Create A New Game Or Application
Any 3306 - 3306 3306 - 3306 Any 3306
Any 2106 - 2106 2106 - 2106 Any 2106
Any 9014 - 9014 9014 - 9014 Any 9014
Any 7777 - 7777 7777 - 7777 Any 7777
Dupa ce ati deschis porturile (arate asa ca incearsta poza de deasupra) dati la Game Application Sharing din nou si selecteaza ca in poza
Dupa Ce Ai Dat Click Assign a game or application to a local network device faci ca in poza si dai add
Cam Atat La Pasul Cu Porturile Cine Nu Are Internet Prin Port Forward Sariti Peste Acest Pas!!!
_________________________________________________
Dupa ce ati downloadat Server dezarhivatil in partitia C:\ sa aibe numele neaparat server nu schimbati numele[/color]
Downloadezi mysql de aici sunt mai multe fiecare pentru un tip de procesor si windows.
Instalezi MYSQL.
ca in poze
Apesi Next
Apesi Next
Apesi next
lasi bifat configure the mysql now apasa Finish
Apesi Next
Selectezi Standard Configuration si apesi next
Apesi Next
La new root password scrii o parola care vrei si apesi next
Apesi Execute
Cam atata cu mysql
Instalezi Navicat.
Deschizi navicat_trial.exe si te iei dupa poze Apesi Next
Selectezi I Accept The agreement si Next
Apesi Next
Apesi Next
Apesi Next
Apesi Install
Apesi Finish
_____________________________________________
Acum Deschizi: jre-6u1-windows-i586-p-iftw.exe Este Java.
Apesi Accept
Apesi Finish
Deschizi Navicat si apare ca in poza apesi Connection si scrii ca in poza ma i jos...
Scrii Ca In Poza PAROLA SA FIE CA ACEeA DE LA MYSQL Dupa ce ai scris ca in poza apesi ok
si iti va aparea ceva de genul ca in poza dai new data base si scrii l2jdb si apesi ok
Acum mergi in C:\Server\tools si deschide database_installer.bat si iti apare ca in poza
scrii ca in poza
aici pui . si apesi enter ca in poza...
dupa ce ai pus . odata si ai apasat enter mai pui punct odata si mai apesi odata enter
apesi S si enter si pe urma f
acum o sa iti creeze baza de date si astepti ca in poza pana termina
cand termina apesi enter
cam atat la aceasta parte acum o sa va arat cum faceti sa mearga serveru pe net!
intri my computer C:\Server\login\config deschizi loginserver.properties ca in poza
asa arata-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Cod: | # This is the server configuration file. Here you can set up the connection for your server.
# Usually you have to change the ExternalHostname option to
# - 127.0.0.1 (if you want to play alone / testing purpose)
# - LAN IP* (if you want to play from another computer in the network)
# - WAN IP** (if you want to play with friends over internet)
# - Questions? => http://l2jserver.com
#
# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"
# **= If you want to get you WAN IP, visit http://www.whatismyip.com
# ===================================================================================================
# ================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname=doar aici scrie ipul tau
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname=*
# Bind ip of the loginserver, use * to bind on all available IPs
LoginserverHostname=*
LoginserverPort=2106
LoginTryBeforeBan=20
GMMinLevel=100
# The port on which login will listen for GameServers
LoginPort=9014
# If set to true any GameServer can register on your login's free slots
AcceptNewGameServer = True
# If false, the licence (after the login) will not be shown
# It is highly recomended for Account Seciurity to leave this option as defalut (True)
ShowLicence = True
# Database info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
URL=jdbc:mysql://localhost/l2jdb
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Login=root
Password=AICI PAROla TA DE la SQL
MaximumDbConnections=100
# Useable values: "true" - "false", use this option to choose whether accounts will be created
# automatically or not.
AutoCreateAccounts=true
# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)
IpUpdateTime=15
# ==============================================================
# Test server setting, shoudnt be touched in online game server
# ==============================================================
Debug = False
Assert = False
Developer = False
# Enforce GG Authorization from client
# Login server will kick client if client bypassed GameGuard authentication
ForceGGAuth=True
#FloodProtection. time in ms
EnableFloodProtection=True
FastConnectionLimit=15
NormalConnectionTime=700
FastConnectionTime=350
MaxConnectionPerIP=50 |
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Dupa ce ai configurat aici intri in C:\Server\GameServer\config si intri in server.properties
si configurati cum arata aici unde zice de ip pui ip si unde am scris PAROLA TA dE LA SQL pui parola de la sql-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Cod: | # This is the server configuration file. Here you can set up the connection for your server.
# Usually you have to change the ExternalHostname option to
# - 127.0.0.1 (if you want to play alone / testing purpose)
# - LAN IP* (if you want to play from another computer in the network)
# - WAN IP** (if you want to play with friends over internet)
# - Questions? => http://l2jserver.com
#
# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"
# **= If you want to get you WAN IP, visit http://www.whatismyip.com
# ===================================================================================================
# ================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================
# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname=*
GameserverPort=7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave *
ExternalHostname=aici ip tau
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave *
InternalHostname=*
# Bind ip of the loginserver, use * to bind on all available IPs
LoginserverHostname=*
LoginserverPort=2106
LoginTryBeforeBan=20
# The Loginserver host and port
LoginPort=9014
LoginHost=aici ip tau
# This is the server id that the gameserver will request (i.e. 1 is Bartz)
RequestServerID = 1
# If set to true, the login will give an other id to the server if the requested id is allready reserved
AcceptAlternateID = True
# Database info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
URL=jdbc:mysql://localhost/l2jdb
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Login=root
Password=PAROLA TA DE LA SQL
MaximumDbConnections=100
# Datapack root directory, defaults to current directory from which the server is started
# DatapackRoot = C:/Work/tmp/DataPack
# Define character name template
# Example to use only : CnameTemplate=[A-Z][a-z]{3,3}[A-Za-z0-9]*
# will allow names with first capital letter, next three small letters,
# and any (capital or not) letter or number, like ZbigN1eW
# Most rational to have CnameTemplate=[A-Z][a-z]*
# meaning names only of letters with first one capital, like Zbigniew
# Default .* - any namy of any symbols
CnameTemplate=.*
PetNameTemplate=.*
# Maximum number of chars per account - Default 7 (0 = unlimited [7 is the client limit])
CharMaxNumber = 7
# Define how many players are allowed to play simultaneously on your server.
MaximumOnlineUsers=100
# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 730
MaxProtocolRevision = 750
| Acum mergeti in C:\Serve\Login si deschide RegisterGameServer.bat iti apare ca in poza si scrii 1 si apesi enter
Si Apesi Enter . Acum tia creat un document cu numele hexid(server1).txt si schimbi lasi doar numele hexid si copiezi in gameserver si in config la gameserver
Acum poti porniti serverul din C:\Server\Login si deschizi startLoginServer.bat si din GameServer Deschizi startGameServer.bat
ATENTIE : Porniti mai intai GameServer si apoi LoginServer
| |
|