Ir para conteúdo
  • Cadastre-se

ManoeL2

Membro
  • Total de itens

    3
  • Registro em

  • Última visita

1 Seguidor

Sobre ManoeL2

ManoeL2's Achievements

Aprendiz de Novato

Aprendiz de Novato (1/14)

0

Reputação

  1. já vi tutoriais falando sobre alterar no .bat ... não há nada que melhorar ai?
  2. opa galera, precisava de ajuda pra configurar meu dc e rev pra aguentar mais players.. Queria saber qual o java recomendado, mysql e tals ... td sobre o dc logo abaixo Infos do DEDICADO: Intel® Xeon® CPU E3-1240 V2 @ 3.40GHz 3.40GHz (4 processors) 8,00 GB de RAM Usando o Windows Server 2008 R2 Enterprise 64-bits Arquivos .bat pra me ajuda configurar startGameServer.bat @echo off title L2J Lionna: Game Server Console :start echo Starting L2J Lionna Core Game Server. echo Official website : [url="http://Vote-Games.com"]http://Vote-Games.com[/url] echo Official Support : [email protected] echo Duvidas ou problemas nos Comunique.... echo ------------------------------ echo. REM ------------------------------------------------------------------------ REM #======================================================================# REM # You need to set here your JDK/JRE params in case of x64 bits System. # REM # Remove the "REM" after set PATH variable # REM # If you're not a x64 system user just leave # REM #======================================================================# REM set PATH="type here your path to java jdk/jre (including bin folder)" REM ------------------------------------------------------------------------ REM ------------------------------------- REM Default parameters for a basic server. java -Dfile.encoding=UTF8 -Xmx1024m -Xms512m -Xmn256m -XX:PermSize=128m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -XX:+UseSerialGC -cp ./lib/*;l2jlionna-V2.jar com.l2jlionna.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 ERRORLEVEL 7 goto telldown if ERRORLEVEL 6 goto tellrestart if ERRORLEVEL 5 goto taskrestart if ERRORLEVEL 4 goto taskdown REM 3 - abort if ERRORLEVEL 2 goto restart if ERRORLEVEL 1 goto error goto end :tellrestart echo. echo Telnet server Restart ... echo Send you bug to : [url="http://Vote-Games.com"]http://Vote-Games.com[/url] echo Suporte ou Duvidas : [email protected] echo. goto start :taskrestart echo. echo Auto Task Restart ... echo Send you bug to : [url="http://Vote-Games.com"]http://Vote-Games.com[/url] echo Suporte ou Duvidas : [email protected] echo. goto start :restart echo. echo Admin Restart ... echo Send you bug to : [url="http://Vote-Games.com"]http://Vote-Games.com[/url] echo Suporte ou Duvidas : [email protected] echo. goto start :taskdown echo . echo Server terminated (Auto task) echo Send you bug to : [url="http://Vote-Games.com"]http://Vote-Games.com[/url] echo Suporte ou Duvidas : [email protected] echo . :telldown echo . echo Server terminated (Telnet) echo Send you bug to : [url="http://Vote-Games.com"]http://Vote-Games.com[/url] echo Suporte ou Duvidas : [email protected] echo . :error echo. echo Server terminated abnormaly echo Send you bug to : [url="http://Vote-Games.com"]http://Vote-Games.com[/url] echo Suporte ou Duvidas : [email protected] echo. :end echo. echo server terminated echo Send you bug to : [url="http://Vote-Games.com"]http://Vote-Games.com[/url] echo Suporte ou Duvidas : [email protected] echo. echo ------------------------------[ Protect Server ]------------------------------- echo - Em Caso de Problemas nos Comunique echo - Msn : [email protected] echo. echo -----------------------------[ Web-Site/Contato]------------------------------- echo. echo - [url="http://Vote-Games.com"]http://Vote-Games.com[/url] echo ------------------------------------------------------------------------------- echo. :question set choix=q set /p choix=Restart® or Quit(q) if /i %choix%==r goto start if /i %choix%==q goto exit :exit exit pause startLoginServer.bat @echo off title L2J Lionna: Login Server Console :start echo Starting L2J Lionna Core Game Server. echo Official website : [url="http://Vote-Games.com"]http://Vote-Games.com[/url] echo Official Support : [email protected] echo Duvidas ou problemas nos Comunique.... echo ------------------------------ echo. java -Dfile.encoding=UTF8 -Xmx128m -XX:+UseSerialGC -XX:+AggressiveOpts -cp ./lib/*;l2jlionna-V2.jar com.l2jlionna.loginserver.L2LoginServer if ERRORLEVEL 2 goto restart if ERRORLEVEL 1 goto error goto end :restart echo. echo Admin Restarted ... ping -n 5 localhost > nul echo. goto start :error echo. echo LoginServer terminated abnormaly ping -n 5 localhost > nul echo. goto start :end echo. echo LoginServer terminated echo. :question set choix=q set /p choix=Restart® or Quit(q) if /i %choix%==r goto start if /i %choix%==q goto exit :exit exit pause
  3. belo post, ira ajudar muitas pessoas que tem dificuldades em criar 1 servidor e configura-lo.
×
×
  • Criar Novo...

Important Information

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.