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.
Dear friends, we are excited to announce a new thrilling event — the "Path of Glory" tournament!
Only the bravest and most skilled fighters will be able to prove their strength and mastery in battle!
Tournament Dates and Formats:
- May 24, 2025 at 16:00 GMT +2 — 2 vs 2
- May 25, 2025 at 16:00 GMT +2 — 4 vs 4
Battle Venue: Gludin Arena
All participants will receive rewards!
Learn more about the tournament and register on the forum.
I have completed global work on player synchronization. Now I continue to implement the UI.
Added to the store: processes any size of the list of products, the store itself expands the cells or removes unnecessary ones.
Added ToolTips for accessories.
Added optimization for the store so that a large number of items can be processed quickly.
Added movement by double clicking in the sell - buy field and back.
Question
JANEZ123456
any know how i can fix this problem http://img710.imageshack.us/img710/1070/111qb.jpg i have vista x64
what i need change on GameServer.bat
@echo off
title GameServer
:start
REM ----------- Set Class Paths and Calls setenv.bat -----------------
SET OLDCLASSPATH=%CLASSPATH%
call classpath.bat
REM ------------------------------------------------------------------
REM -------------------------------------
REM Default parameters for a basic server.
java -Dfile.encoding=UTF-8 -Xmx512m net.sf.l2j.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 -------------------------------------
SET CLASSPATH=%OLDCLASSPATH%
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
12 answers to this question
Recommended Posts
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.