Jump to content

porcobudda

Members
  • Posts

    34
  • Joined

  • Last visited

  • Feedback

    0%

porcobudda's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. hi I have a problem in connecting the server with the site I can not put the status of the server (on players) Hero castles etc. how should I do? the site and in html and css if there is already an in-depth guide on the forum if I can post I'd be grateful :)
  2. I tried to reinstall mysql and that the result ..
  3. However, the same for any package that I put
  4. I have downloaded from your forum
  5. I just installed the db and put the pass
  6. I do not know what
  7. @echo off title Game Server Console color 0b :start echo Starting L2 Brick Game Server. echo. REM ------------------------------------- REM Default parameters for a basic server. java -Djava.util.logging.manager=l2.brick.util.L2LogManager= -Xms384m -Xmx384m -XX:NewRatio=2 -XX:MaxNewSize=128m -cp ./../libs/*;l2brick_server.jar l2.brick.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 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
  8. I have never given this problem and use the same PC
  9. I did not understand
  10. tried but nothing @echo off title Game Server Console color 0b :start echo Starting L2 Brick Game Server. echo. REM ------------------------------------- REM Default parameters for a basic server. java -Djava.util.logging.manager=l2.brick.util.L2LogManager -Xms1024m -Xmx2048m -cp ./../libs/*;l2brick_server.jar l2.brick.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 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
  11. When I start the game server I get this I tried reinstalling java but nothing how can I do?
  12. I tried I also tried without anti virus but nothing
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock