Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
as I remeber - glory days leaked in share, but ertheia still private.Is it still possible to find pts files from ertheia leak?
Папку создать, блэдanyone know how to fix this when im trying to run L2AuthD?
I created a folder named log but it still give me this errorПапку создать, блэд
Папку создать, блэд
Search for log directory in our login config and find thisI created a folder named log but it still give me this error
Thanks brother thats solved my issue! <3Search for log directory in our login config and find this
logDirectory =
so give the log folder path here.
l2_live_cserver_SVN, rev 1-14 classic 162, rev 14-24 classic 166, if you need main version, use other svnСпасибо, брат, это решило мою проблему! <3
могу я спросить тебя кое-что еще? префикс svn означает его источники? Я ищу источники протокола 166, если вы можете написать мне, какой из них мне следует поискать в Интернете?
L2_Live_lserver_svnI'm also looking for the 166 main version.
This is the main version of 287.L2_Live_lserver_svn
Omg, L2_Live_CServer_svn classic version protocol 162-287(rev 1 162protocol, rev 14 166 protocol, Last rev 287) in main version svn i dont know.This is the main version of 287.
Thank you. Could you please tell me how to download version 166 from L2_Live_lserver_svn? I can only download version 287.Omg, L2_Live_CServer_svn classic version protocol 162-287(rev 1 162protocol, rev 14 166 protocol, Last rev 287) in main version svn i dont know.
Svn have All protocol version 162-287
/****** Object: StoredProcedure [dbo].[ap_RegisterAccountGameSlot] Script Date: 15/01/2023 18:32:17 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[ap_RegisterAccountGameSlot]
@uid int,
@var2 VARCHAR,
@var3 VARCHAR,
@var4 int output
AS
GO
/****** Object: StoredProcedure [dbo].[ap_GetAccountGameCharacter] Script Date: 15/01/2023 18:32:17 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- =============================================
-- Author: <Author,,Name>
-- Create date: <Create Date,,>
-- Description: <Description,,>
-- =============================================
CREATE PROCEDURE [dbo].[ap_GetAccountGameCharacter]
@uid int, --accountId?
@worldNO int,
@char_id int OUTPUT,
@level int OUTPUT,
@unk5 int OUTPUT
AS
GO
/****** Object: StoredProcedure [dbo].[ap_GetGameAccountNo] Script Date: 15/01/2023 18:32:17 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO