31-12-2010, 07:39 PM
|
#44 (permalink)
|
|
Membro - Coronel
Registrado em: Apr 2010
Localização: Recife -PE
Posts: 167
Agradecido 143 Vezes em 64 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
Nome Real: Johnatan Ivan ferreira
|
@tiago017
Man, isso aconteceu porque o servidor ta precisando de mais memoria pra poder carregar completamente. Pra arrumar isso vc faz o seguinte, abre o arquivo startgameserver.bat com o bloco de notas e configura igual como ta as partes em vermelho:
@echo off
title Game Server Console
:start
echo Starting L2J Game Server.
echo.
REM -------------------------------------
REM Default parameters for a basic server.
java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms512m -Xmx512m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer
REM
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM If you are having troubles on server shutdown (saving data),
REM add this to startup paramethers: -Djava.util.logging.manager=com.l2jserver.L2LogManager. Example:
REM java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer
REM -------------------------------------
Se mesmo assim ainda não conseguir rodar lembre que esse pack ja vem com Geodata e Pathnode intalados, então você precisa desativar, vá na pasta Gameserver/config, abra o arquivo general.properties e procura por essa parte do código:
# ---------------------------------------------------------------------------
# Geodata
# ---------------------------------------------------------------------------
# GeoData options:
# 0 = GeoData and PathFinding OFF (default)
# 1 = GeoData is used to check Line Of Sight (LOS) targeting and
# L2Playable movement. You need to download files for data/geodata folder.
# Monsters can pass walls but not aggro (no line of sight) through them.
# 2 = Full GeoData enabled. Includes PathFinding (requires also /data/pathnode
# files if CellPathFinding not enabled) and all character moves go through
# geodata checks (if a mob passes a wall, pathfinding didn't find a route
# but we allow attack and returning home).
# Recommended server memory minimum 2 GB, rather 3 GB.
# Default: 0
GeoData = 2 <- Mude aqui para 1
Pode testar que funfa! Flw Manolo! 
|
|
|