Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

L2O Lineage 2 Classic 3.0

Newbie Spellweaver
Joined
Mar 12, 2023
Messages
6
Reaction score
2
@irk The one you shared cannot be used, and the execution is wrong. How to use it correctly.


 
Newbie Spellweaver
Joined
Feb 25, 2006
Messages
85
Reaction score
19
@irk The one you shared cannot be used, and the execution is wrong. How to use it correctly.





try this:

CREATE TABLE [dbo].[bot_report](
[char_id] [int] NOT NULL,
[reported] [int] NOT NULL,
[reported_date] [int] NULL,
[bot_admin] [int] NULL
)
GO



CREATE PROCEDURE lin_SaveBotReportConfirm
(
@char_id INT,
@reported_date INT,
@reported INT,
bot_admin INT
)
AS
BEGIN

SET NOCOUNT ON

INSERT INTO BOT_REPORT(CHAR_ID, REPORTED, REPORTED_DATE, BOT_ADMIN)
VALUES ( @char_id , @reported , @reported_date, @bot_admin )

END
 
Last edited:
Newbie Spellweaver
Joined
Apr 12, 2023
Messages
18
Reaction score
11
Hi, you have pdb file for l2server classic 162 prot. ver.?
 
Newbie Spellweaver
Joined
Feb 26, 2008
Messages
20
Reaction score
15
do u have any l2server.pdb that are working ?
Hmm, I'm afraid that I don't have it.

Shot00016 - Lineage 2 Classic 3.0 - RaGEZONE Forums

Any1 can make this Homunculus sytem of Live-287 perfect?
It doesn't work perfectly.
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Apr 12, 2023
Messages
18
Reaction score
11
16 Page. User irk posted 162 166 kor client. 20 Page server 162 166
 
Newbie Spellweaver
Joined
Feb 26, 2008
Messages
20
Reaction score
15
if its main version = l2_live_lserver_svn / if classic l2_live_cserver_svn rev1=162 protocol version server

what svn and rev are you using?
Yes, What Wmzbot said is right.
=========================================================================
You can check and download them below.

Server files link--->
162 Client link -----> ("I'm going to stop sharing the client after 3 days.")
 
Last edited:
Newbie Spellweaver
Joined
Feb 26, 2008
Messages
20
Reaction score
15
How many ram current need for run balthus knight/classic?
it needs about 16GB ram enough, but this is basic one, if it is added more features and other functions, it will need more ram ++.
balthus one is not full features, something important is just basic one.
 
Last edited:
Back
Top