02-22-2014, 02:19 PM
Привет мужики!
Помогите с такой с портом для Community Board в L2J Server-6411
Хочу поставить на свой комп локально.
(Win8 x64, MSQL 5.6, Java 7.21)
Постоянно выдает ошибку.
Сам HEXID
У меня вот такие настройки в CommunityServer.properties
Помогите с такой с портом для Community Board в L2J Server-6411
Хочу поставить на свой комп локально.
(Win8 x64, MSQL 5.6, Java 7.21)
Постоянно выдает ошибку.
Код:
2014.02.21 19:39:18,182 INFO 591 com.l2jserver.gameserver.network.communityserver.CommunityServerThread CommunityServerThread: Trying to connect to 127.0.0.1 on port 9013.
2014.02.21 19:39:19,187 INFO 591 com.l2jserver.gameserver.network.communityserver.CommunityServerThread CommunityServerThread: Connecting to 127.0.0.1 on port 9013 failed.
Сам HEXID
У меня вот такие настройки в CommunityServer.properties
PHP код:
<?php
# ---------------------------------------------------------------------------
# Community Server Settings
# ---------------------------------------------------------------------------
# When this is enabled the server will listen for the Community Server.
# Default: False
EnableCommunityBoard = True
# The address on which the server will listen for the Community Server.
CommunityServerHostname = 127.0.0.1
# The port on which the server will listen for the Community Server.
# Default: 9013
CommunityServerPort = 9013
# Community Server SQL DP Id
# Default: 200
CommunityServerSqlDpId = 1
# Community Server Hex Id
# Default: 123456
CommunityServerHexId = -3da306818d6ae6db4dd9ee0378ef4aac
# ================================================================
# TCP Server start
# ================================================================
# ExternalHostAddress: Use * bind all available IPs
# Default: *
ExternalHostAddress = 127.0.0.1
# ExternalPort: Use 0 bind all available Ports
# Default: 0
ExternalPort = 9013
# ConnectionQueue: Maximum connections.
# Default: 50
ConnectionQueue = 50
# Default: False
FloodProtectionEnabled = False
# Default: 15
FastConnectionLimit = 15
# Default: 350
FastConnectionTime = 350
# Default: 700
NormalConnectionTime = 700
# Default: 50
MaxConnectionperIP = 50
# Default: False
IPBannEnabled = False
# Default:
IPBannList =
# ================================================================
# TCP Client start
# ================================================================
# SendBufferSize: DO NOT TOUCH!
# Default: 8192
SendBufferSize = 8192
# SendBufferSize: DO NOT TOUCH!
# Default: 8192
ReceiveBufferSize = 8192
Подскажите, что не так сделал?