SajmoN Написал:Зайди в гейм сервер/конфиг найди что то похожее на server.properties. Открой блокнотом и выложи все содержимое. Ну или хотя бы верхнюю часть где ip прописываешь
есть skype или icq
Добавлено через 4 минуты
[z]
# ---------------------------------------------------------------------------
# Network Settings - L2EmuProject
# ---------------------------------------------------------------------------
# ---------------------------------------------------------------------------
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# Common settings...
# 127.0.0.1 - If you are playing alone on a test server
# 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
# x.x.x.x - WAN IP obtained from
http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
# ---------------------------------------------------------------------------
# Default: 127.0.0.1
ExternalHostname = 178.208.241.4
# ---------------------------------------------------------------------------
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
# ---------------------------------------------------------------------------
# Default: 127.0.0.1
InternalHostname = 77.239.202.255
# Default: 127.0.0.1
LoginHost = 77.239.202.255
# Default: 9014
LoginPort = 9014
# Default: 127.0.0.1
GameserverHostname = 77.239.202.255
# Default: 7777
GameserverPort = 7777
# ---------------------------------------------------------------------------
# Database
# ---------------------------------------------------------------------------
# Uncomment the appropriate driver and url for the database you're using. If you don't know what this is...
http://www.google.com
Driver = com.mysql.jdbc.Driver
# Driver = org.hsqldb.jdbcDriver
# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
URL = jdbc:mysql://localhost/L2Emu_DB?useUnicode=true&characterEncoding=UTF-8
# URL = jdbc:hsqldb:hsql://localhost/L2Emu_DB?characterEncoding=UTF-8
# URL = jdbc
qlserver://localhost/database = L2Emu_DB/user = sa/password =
# Database user info (using root user is not recommended)
Login = root
Password = tutorialteam
# Default: 100
MaximumDbConnections = 100
# Default: 0
MaximumDbIdleTime = 0
# Default: True
AllowDualBox = True