Jump to content
  • 0

[help]startgameserver


Question

10 answers to this question

Recommended Posts

  • 0
Posted

den exeis perasei ta .jar arxeia kane kalitera ena compile kai ama den 3ereis 8a vris guide poli efkola

πως το συμπαίρανες αυτό;

δεν βλέπεις εκεί που λέει οτι δεν έχει enough space;....

  • 0
Posted

πως το συμπαίρανες αυτό;

δεν βλέπεις εκεί που λέει οτι δεν έχει enough space;....

Dn t leei auto pou8ena. kati edw 8a eine

@echo off

title L2JTeon: Game Server Console

:start

echo Starting L2JTeon Game Server.

echo Visit L2JTeon.servergame.com for updates.

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=UTF-8 -Xmx512m -cp bsf.jar;bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;l2jteon.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.jar 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 -Xms2048m -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 Administrator Restarted ...

echo.

goto start

:error

echo.

  • 0
Posted
@echo off

title L2JTeon: Game Server Console

:start

echo Starting L2JTeon Game Server.

echo Visit L2JTeon.servergame.com for updates.

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=UTF-8 -Xmx1536m -cp bsf.jar;bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;l2jteon.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.jar 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 -Xms2048m -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 Administrator Restarted ...

echo.

goto start

:error

echo.

 

Δοκίμασε τώρα. Αν και κανονικά επρέπε να κάνεις το πρόβλημα σου πόστ στο φόρουμ του project σου.

  • 0
Posted

Mε βαση το topic του Extremedwarf δεν πρεπει να σε βοηθησουμε

   

[important] Σχετικά με τα live projects [L2J - Brazil, Teon, Eclipse κτλπ.]

Ας δωσουμε ενα τελος στο προβλημα σου. Εχει δικιο ο FighterBoss οτι το προβλημα ειναι η RAM πρεπει να παρεις μεγαλυτερη η να δωσεις πιο πολυ χωρο στον server ( Δεν ξερω πως γινεται :Ρ )

 

Οριστε και η φωτο:

2qlfrt1.jpg

 

Καλυτερα να παρεις ενα L2J η L2J Free και να το κανεις compile - modyfing απο την αρχη και οπου κολησεις ειμαστε εδω να σε βοηθησουμε

 

DemoniK®

  • 0
Posted

Kane paste afto akie isai etimos ela na mas pis meta :)

 

 

 

 

 

 

@echo off
title L2JTeon: Game Server Console
:start
echo Starting L2JTeon Game Server.
echo Visit L2JTeon.servergame.com for updates.
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=UTF-8 -Xmx1024m -cp bsf.jar;bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;l2jteon.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.jar 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 -Xmx1024m -Xms1024m -Xmn2024m -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 Administrator Restarted ...
echo.
goto start
:error
echo.
echo GameServer Terminated Abnormaly, Please Verify Your Files.
echo.
:end
echo.
echo GameServer Terminated.
echo.
pause

Guest
This topic is now closed to further replies.


  • Posts

    • i'll give it a shot in a few hours and post it here
    • 🛡 GoldRush — High Five x20   A fresh High Five server focused on active progression, fair competition, and a healthy player-driven economy.   GoldRush is built for players who want a fresh spin on our beloved game that is connected to today's world via Web3 marketplace.   🌍 Server Info   Chronicle: High Five Type: Mid Rate / PvP Craft Community: International Location: Europe Time Zone: GMT+3   ⚙️ Rates   EXP: x20 SP: x20 Adena: x10 Drop: x8 Spoil: x12 Raid Boss: x3 Quest Items: x5 Quest EXP / SP: x10 Quest Adena: x5   👑 Class Progression   1st Class: Free 2nd Class: Free 3rd Class: 5,000,000 Adena   1st and 2nd class transfers reward Shadow Weapons.   ✨ Main Features   No P2W as there is no donation currency in the game Web3 Marketplace Events with real rewards Rotating accessories shop Weekly Olympiad Clean and active mid-rate progression   🧩 Community Board Features   Buffer GM Shop Gatekeeper Drop Search Rankings   🔨 Enchant Info   Max Weapon Enchant: +16 Max Armor Enchant: +12 Olympiad Max Enchant: +6   Safe Enchant: Weapons / Armor: safe to +3 Full Body Armor: safe to +4   Enchant Chance: +4 to +6: 66% +7 to +9: 60% +10 to +12: 54% +13 to +14: 48% +15 to +16: 42%   🏪 GM Shop / Gear Progression   C-grade through Dynasty gear is available through the GM Shop.   Moirai+ progression is farm, craft and raid based.   There is no admin-created endgame gear selling.   🥇 Gold Rush Economy   GoldRush includes a server-wide Adena sink system.   Players contribute Adena to the Gold Rush Collector. When the server goal is reached, limited Gold Bar stock unlocks through the Gold Merchant.   Daily Gold Rush missions also allow active players to earn Gold Bars through gameplay.   🌐 Website Player-to-Player Marketplace   GoldRush includes a website-based Web3 marketplace where players can list and trade items with each other.   Items come from real players.   The marketplace is player-to-player only.   🏛 Olympiad   Weekly Olympiad cycle. Olympiad starts at 18:00 GMT+3. Olympiad max enchant: +6.   🏰 Sieges   Castle sieges take place on Sundays at 16:00 and 20:00 GMT+3.   The first siege will happen 2 weeks after launch.   🐉 Grand Boss Respawn   Queen Ant: 24h + 2h random Core: 30h + 2h random Orfen: 48h + 2h random Baium: 120h + 3h random Antharas: 120h + 24h random Valakas: 120h + 24h random Beleth: 120h + 24h random   🎉 Events   Manual GM events with real token or gold bar rewards.   ⚔️ Fair Play   Bots are strictly forbidden and will result in a ban without warning.   Dualbox is limited to 1 box.   GoldRush is built around a healthy player-to-player economy.   🚀 What to Expect   Active farming Meaningful PvP Meaningul Farming Player-driven economy No donation currency     🔗 Join Us   Website: www.goldrushpvp.xyz Discord: https://discord.gg/kg9WXxcAY   🏁 Expected Launch: July 18 2026     If you are looking for a fresh High Five x20 server with clean structure and strong long-term potential, GoldRush is almost ready.   See you in game.
    • Collisions is from client are no way to bypass from server. Can be done from client modification need to be moded a .dll I can do the work you can contact me by DM  P.D: I already have this job done on the past
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and 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..