Показать сообщение отдельно
Непрочитано 26.04.2011, 08:20   #1
Аватар для leone
Пользователь

Автор темы (Топик Стартер) Не работает геодата

Доброе утро!У меня такая проблема-Я немогу включить гео дату на сборке l2jblack - Rev 135.
Вот мой конфиг:
Код:
#-----------------------------
# L2jBlack 2011
#-----------------------------

# ----------------------------------------------------------
# GeoData configuration
# ----------------------------------------------------------
# GeoMode
# 0 = disabled
# 1 = local, old Geo Engine style. This way, each server will load the their own Geo Engine & geodata files. 
# 2 = rmi, stand alone Geo server. You must run the Geo Server separated and just config each server to connect.
#     With this method you can use 1 Geo Server for unlimited Gameservers.
GeoMode = 1
GeoServer = la2black.no-ip.org
GeoPort = 9050

#-------- All options below only work if GeoData is enabled --------
# -------------------------------------------------------------
# GeoData used to check Line Of Sight (LOS)
# Used for skill casting and mob aggro check
GeoCheckLoS = True
# -------------------------------------------------------------
# Use GeoData to prevent movement through walls.
# No path finding, but objects will stop if they hit a wall.
GeoCheckMovePlayable = True
GeoCheckMoveNpc = True
# -------------------------------------------------------------
# GeoData used for path finding (CURRENTLY FOR TESTING ONLY)
# Includes PathFinding  (requires also /data/pathnode files) and all character moves go
# Through geodata checks (if a mob passes a wall, pathing is wrong).
GeoPathFinding = False
# -------------------------------------------------------------
# [True]Loads GeoData buffer's content into physical memory.
# [False] Does not necessarily imply that the GeoData buffer's content is not resident in physical memory.
ForceGeoData = True
# -------------------------------------------------------------
# Z-Axis correction for L2Spawns.
# Possible values: Town, Monster, None, All
# If you have problems with NPCs spawning on town roofs, change to "Monster" or "None"
# If you have problems with dungeon mobs spawning on surface, change to "Town" or "None"
GeoCorrectZ = All
# Handle Doors in GeoEngine
GeoDoors = True
Для того чтобы работала геодата как я понимаю в этой сборке надо включать GeoServer,а потом уже GameServer и Login.Конфиг гео сервра я настроил GeoServera вот он:
Код:
GeoServerHost = la2black.no-ip.org
GeoClientTargetHost = la2black.no-ip.org
GeoPort = 9050
GeoFilesPattern = (\\d{2}_\\d{2})\\.l2j
PathClean = True
AllowDoors = True
Вот что в GameServere
Код:
:====================================================-[ Geodata - Path Finding ]
GeoData: GeoEngine Started
Geo Engine: - Loading Geodata...
Geo Engine: Files missing, loading aborted.
leone вне форума Ответить с цитированием