Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Где можно скачать файлы установки Сервера для Lineage II Kamael
#11
И еще такой вопрос. Сервер поставил, все работает, но когда захожу через созданный акк на сервер, пишет, что он "1 Bartz - DOWN - ping - 9999" Что делать?
Ответ
#12
покажи содержимое консоли LoginServer и GameServer (последние 15-20 строк)
Ответ
#13
# 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=jdbcConfusedqlserver://localhost/database=l2jdb/user=sa/password=
Login=root
Password=4086fbc125
MaximumDbConnections=10

# 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

Login Server

# 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=jdbcConfusedqlserver://localhost/database=l2jdb/user=sa/password=
Login=root
Password=4086fbc125
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 = 831
MaxProtocolRevision = 831


Game Server
Ответ
#14
kirillyakimov, содержимое консоли это то что тебе пишется в черном окне cmd при запуске гейма и логина Big Grin
Если вам что то не нравиться идем сюда

[Изображение: 23077.png]
Ответ
#15
http://ifolder.ru/7227201
Ответ
#16
kirillyakimov, ептыть! издеваешся чтоли ? картинка 5мб!!! выложи текстом сюда не парь мозгу...
Если вам что то не нравиться идем сюда

[Изображение: 23077.png]
Ответ
#17
DayNightSpawnManager: Day/Night handler initialized
SpawnTable: Loaded 41677 Npc Spawn Locations.
RaidBossSpawnManager: Loaded 179 Instances
RaidBossSpawnManager: Scheduled 0 Instances
Initializing GrandBossManager
GrandBossManager: Loaded 2 Instances
DimensionalRiftManager: Loaded 7 room types with 56 rooms.
Error on loading dimensional rift spawns: java.io.IOException
java.io.IOException
at net.sf.l2j.gameserver.instancemanager.DimensionalRiftManager.loadSpaw
ns(DimensionalRiftManager.java:153)
at net.sf.l2j.gameserver.instancemanager.DimensionalRiftManager.<init>(D
imensionalRiftManager.java:74)
at net.sf.l2j.gameserver.instancemanager.DimensionalRiftManager.getInsta
nce(DimensionalRiftManager.java:64)
at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:278)
at net.sf.l2j.gameserver.GameServer.main(GameServer.java:478)
DimensionalRiftManager: Loaded 0 dimensional rift spawns, 0 errors.
Initializing QuestManager
seeds.csv is missing in data folder
Initializing AuctionManager
Loaded: 38 auction(s)
Initializing BoatManager
boat.csv is missing in data folder
Initializing CastleManorManager
Manor System: Manor period approve updated
Initializing MercTicketManager
Loaded: 0 Mercenary Tickets
Initializing PetitionManager
Loading Server Scripts
Exception in thread "main" java.lang.IllegalArgumentException: Argument must be
an file containing a list of scripts to be loaded
at net.sf.l2j.gameserver.scripting.L2ScriptEngineManager.executeScriptLi
st(L2ScriptEngineManager.java:211)
at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:300)
at net.sf.l2j.gameserver.GameServer.main(GameServer.java:478)

Game server

loading login config
MLog clients using java 1.4+ standard logging.
Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireInc
rement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnCl
ose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailu
re -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connec
tionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSou
rceName -> 1hge11i7u1ulac81l32iyz|4b222f, debugUnreturnedConnectionStackTraces -
> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClass
Location -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1
hge11i7u1ulac81l32iyz|4b222f, idleConnectionTestPeriod -> 3600, initialPoolSize
-> 10, jdbcUrl -> jdbc:mysql://localhost/l2jdb, maxAdministrativeTaskTime -> 0,
maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxP
oolSize -> 10, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoolSiz
e -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, pref
erredTestQuery -> null, properties -> {user=******, password=******}, propertyCy
cle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, u
nreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
Loading LoginContoller...
Cached 10 KeyPairs for RSA communication
Stored 20 keys for Blowfish communication
Loaded 127 server names
Loaded 1 registered Game Servers
Cached 10 RSA keys for Game Server communication.
Loaded 2 IP Bans.
Listening for GameServers on 127.0.0.1:9014
Telnet server is currently disabled.
Login Server ready on 192.168.0.198:2106

Login Server
Ответ
#18
гейм сервер это точно конец загрузки ?

Добавлено через 12 минут
дожно выглядеть примерно так

Код:
02:52:37.129  AutoRestart scheduled through 2h 8m
02:52:37.129  GameServer Started
02:52:37.129  Maximum Numbers of Connected Players: 300
02:52:39.004  GameServer: Connecting to LoginServer on 127.0.0.1:9014
02:52:39.066  L3Best Core Ready.
02:52:39.066  Telnet server is currently disabled.
02:52:40.066  Free memory 737 Mb of 1016 Mb
02:52:40.066  Restored 0 offline traders
02:52:40.363  Registered on login as Server 1 : Bartz
Если вам что то не нравиться идем сюда

[Изображение: 23077.png]
Ответ
#19
Да это все

Добавлено через 12 минут
И не знаю что делаит
Ответ
#20
ну сервер у тебя не грузится до конца... причин может быть много от кривой сборки до кривых рук
Если вам что то не нравиться идем сюда

[Изображение: 23077.png]
Ответ


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  Гайд по установке Сервера PTS Redon 40 46,156 03-06-2019, 11:51 PM
Последний пост: dutch
  Система регистрации аккаунта Off сервера. StimerFX 6 3,765 11-11-2016, 02:34 AM
Последний пост: malike
  Lineage II PTS Windows 7 Onizuka 41 11,915 06-27-2014, 04:25 PM
Последний пост: Onizuka
  Установка ПТС C4 Сервера Tonchi 5 13,957 04-23-2011, 05:35 PM
Последний пост: [STIGMATED]
  Релиз первово офф сервера Redon 71 27,756 06-03-2010, 10:47 AM
Последний пост: Lavs
  машина для C4 PTS сервера + геодата nukanaka 2 3,808 01-24-2010, 02:53 PM
Последний пост: biowoolf
  OFF сервер Lineage 2 Gracia (x32) pomoshnik 12 10,673 01-19-2010, 02:54 PM
Последний пост: GoodShadow
  (Установка ОФФ Сервера Lineage2) Tonchi 2 10,286 01-03-2010, 01:37 PM
Последний пост: Fire
  PTS сервер Lineage 2 Gracia Final 32bit StalkerSoL 6 6,456 08-27-2009, 09:49 PM
Последний пост: PROGRAMMATOR
  Програма для установки рейтов Redon 3 4,695 07-23-2009, 10:41 PM
Последний пост: xxxsnakaxxx

Перейти к форуму:


Пользователи, просматривающие эту тему: 1 Гость(ей)