Jump to content

Recommended Posts

Posted
On 20/07/2020 at 09:23, Monty said:

Oi. Apenas teste o pacote. Existem vários erros que enfrento durante a configuração.

 

1º A lista de dados de trinity_live era um pouco complexa, porque eu tenho que limpar os dados de despejo e gerar 1 sql para restauração de tabela (eu uso o mysql workbench). Mas notei que a tabela de caracteres também está faltando o startGameServer desculpável de / gs / filder. Fiz um novo sozinho e, quando o executo, ocorre um erro de que trinity_live.characters está faltando. Alguma ideia / sugestão ou ajuda para lidar com a configuração? :)

 

Obrigado!  

Good afternoon, how are you? could you tell me and teach, how did you create the file StarGameServer.Bat
because if I can connect it, I try to solve the problem of the table, trinity_live.characters beauty?

  • 3 weeks later...
  • 2 weeks later...
  • 2 weeks later...
Posted (edited)
@echo off
title Game Server Console

:start
echo Starting L2J Game Server.
echo.

java -Xms512m -Xmx2g -cp ./../ls/lib/*;l2jserver.jar net.sf.l2j.gameserver.GameServer

if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end

:restart
echo.
echo Admin Restarted Game Server.
echo.
goto start

:error
echo.
echo Game Server Terminated Abnormally!
echo.

:end
echo.
echo Game Server Terminated.
echo.
pause

 here is gameserver bat code just create text file and rename .bat

 

 

characters table  

 

just Execute .sql file and error will be fixed

Edited by temukaa
  • Like 1
Posted
16 hours ago, GastOne said:

What about the source? No?

He already mentioned that he doesn't have the source. Probably a staff member of this server got access to the dedicated machine, leaked the files and shared them? idk anyway. You shouldn't even leak stuff out of this, they're poorly coded.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...