You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
GOSTARIA DOS ICONES DAS TATTOS , TODOS ICONES , COM ESSE LV , ATÉ O LVL 6 POR FAVOR , PARA INTERLUDE , ESSES DO PRINT NAO SAO INTERLUDE E NAO TENHO ! OBRIGADO!
Olá, seu tópico se encontra com um ou mais links offline. Caso ainda possua o conteúdo, favor postar aqui mesmo no tópico ou mandar MP para algum staff que estaremos normalizando o tópico.
Grato pela atenção!
Voce usar a conta de admin q vc tem no server, vai em accounts e define o acess_level la. e vc entra auto.
Eu tenho uma versão desse votesystem q tentei atualizar e com tutorial so acessar o link na minha assinatura em baixo.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Pergunta
D2M
Esse é o erro aqui em baixo vai as config do game server
@echo off
title OpenBR - Game Console
:start
color 0E
echo ==================================================
echo Starting Open_BR GameServer.
echo ==================================================
REM -------------------------------------
REM Parameters really used to run the server above.
java -Djava.util.logging.manager=open.brasil.util.L2LogManager -Xms1024m -Xmx1024m -cp ./../libs/*;openbr-game.jar open.brasil.gameserver.GameServer
REM
REM Example to better your performance
REM java -server -Djava.util.logging.manager=open.brasil.util.L2LogManager -Xms1024m -Xmx2048m -cp ./../libs/*;openbr-game.jar open.brasil.gameserver.GameServer
REM -------------------------------------
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin Restart ...
echo.
goto start
:error
echo.
echo Server terminated abnormaly
echo.
:end
echo.
echo server terminated
echo.
pause
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts recomendados
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.