Jump to content

Recommended Posts

  • 1 month later...
  • 4 weeks later...
Posted
On 5/8/2022 at 8:37 AM, pada said:

English clients also will not work, without at least a basic extender to fix opcode differences between KR builds and Global builds, also the fact that KR flat out has different formats for a few packets. And ya..anyone expecting someone to build this DB in even a month, let alone also pass it out for free, is kinda nuts, the sheer amount of things to rebuild, and then all the things that just need to be guessed, as there is no ref from older versions. also LOL at ncsoft, no wonders lag has been a issue on retail servers since ranking was added...really? they hit DB for every single instance of exp gained by every character at a time.

Got scammed by this guy Pada

Posted

The first difficulty to start the server was the serial key, thanks for sharing the .exe that no longer had that problem. The second problem is a sql procedure called "lin_ExecuteDBJob", which writes a file in the scripts called "dbjob.txt", apparently it takes data from the Cached config and writes it there, there are 3 data: time, servertype and item_list. I was able to get around the procedure, but I need to write the 3 pieces of data to the dbjob.txt file. I share the procedure, in case any mssql expert helps us to correct the procedure. I know something is missing but I can't find it

Quote

CREATE PROCEDURE
[dbo].[lin_ExecuteDBJob] (
    @time         int,
    @servertype        int,
    @item_list         int
)
AS
SET @time = 'D:\Servidor (3.0)\script\dbjob.txt' --Your file
SET @servertype     = 'D:\Servidor (3.0)\script\dbjob.txt' --Your file
SET @item_list = 'D:\Servidor (3.0)\script\dbjob.txt' --Your file

GO

 

  • 4 weeks later...
Posted
On 8/22/2022 at 11:48 PM, hugolez said:

The first difficulty to start the server was the serial key, thanks for sharing the .exe that no longer had that problem. The second problem is a sql procedure called "lin_ExecuteDBJob", which writes a file in the scripts called "dbjob.txt", apparently it takes data from the Cached config and writes it there, there are 3 data: time, servertype and item_list. I was able to get around the procedure, but I need to write the 3 pieces of data to the dbjob.txt file. I share the procedure, in case any mssql expert helps us to correct the procedure. I know something is missing but I can't find it

 

querry "exec dbo.lin_ExecuteDBJob 0,6,3" i guess insert data to db
 

Quote

CREATE PROCEDURE [dbo].[lin_ExecuteDBJob]
(
@period int,
@servertype int,
@item_list int
)
AS
INSERT dbjob(period, servertype, item_list)  
  VALUES(@period,  @servertype, @item_list)
GO

Quote

/****** Object:  Table [dbo].[dbjob]  ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[dbjob](
    [period] [int] NOT NULL,
    [servertype] [int] NOT NULL,
    [item_list] [int] NOT NULL
) ON [PRIMARY]
GO

every start data duplicate, dbo.lin_ExecuteDBJob need check function

 

some_db porting procedure and some table from god to leaked db


PS. im not programmer, just beginner 😧 
 

Posted
On 9/17/2022 at 8:44 AM, atomicos said:

querry "exec dbo.lin_ExecuteDBJob 0,6,3" i guess insert data to db

I haven't tried yet, register in the database. But I am assuming that it takes data from the cached.ini and inserts it into "dbjob.txt" which is in the script folder. It looks like a .txt that records the versions, or the changes made by the developers.

  • 2 months later...
Posted (edited)

L2world restore
https://mega.nz/file/0V1zXSLT#3mQmnr..._TwcuaCg1hkgCw 
https://mega.nz/file/wMd21SDA#-369_I...f3bk9gNzVUUzPI

Does anyone know how to fix login errors?
https://gyazo.com/6c7dff87306deb2e33b3f796dc4cc7d6
https://prnt.sc/HkO6--ukasdL

bug fixed SQLGETDiagRec(100) {ap_SetServerStatus(0,0)}

https://gyazo.com/eb58ab4cbb8ef28fb4eb1cb06104fb41

 

 

Edited by irk
Posted
On 12/14/2022 at 1:28 AM, irk said:

 

links dead...plz fixed it...

  • 4 weeks later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • I don't think there is any bias on maxcheaters, this is the only forum left of the major ones where there is an honest administration. You may have meant mmodev, where the administration really has an interest in such fakes about competitors. I am not in favor of posting other people's correspondence, where they discuss with each other how to destroy us... but I'm not going to do this and post it, it's low, I hope that people themselves will finally understand that they are behaving completely wrong and unprofessionally.
    • I am really sorry for what SkyLord is doing to you. Unfortunately, this is not an isolated problem. The same kind of attacks have been happening to me as well. From my point of view, the issue is bigger than just one person, because SkyLord works closely with UnknownSoldier, who is a moderator on MaxCheaters, and that gives them influence and protection inside the forum. This is why they attack you in the same way they attack me: with pressure, manipulation, false accusations, and attempts to damage your reputation. In my opinion, the real problem is that privileges were given to the wrong people. As long as people like this have power there, the forum cannot be trusted anymore. I just wanted to tell you that I understand what you are going through, and I stand with you. They have done the same to me.
    • Let's be clear about what's happening here. You came to this thread as a provocateur, having already created a coordinated thread on MMO-Dev and invited people who have never been our clients and never will be — because their entire approach to this industry is based on free downloads and reverse engineering other people's work. Not a single person who wrote negatively about us on MMO-Dev has ever been our customer. Not one. Meanwhile, real clients wrote there too — but you conveniently ignore those. Your goal was never objectivity. It was a deliberate smear campaign, and the pattern is transparent to anyone reading this thread. As for MMO-Dev — platforms built on facilitating hatred and settling personal scores don't tend to last. We've seen it before with Zonegame. Communities that exist to tear others down eventually turn on themselves. In the meantime, our clients are running successful projects — the kind that generate real revenue, real growth, real results. That's where our focus is and will remain. While you wait for the 58th reopening of your server, we'll be here doing what we've been doing for 20 years — working.     Haha, well, the math is flattering — thank you for doing it for us! 😄 On the AI point — you might actually be right, and we're not afraid of that. We've been adapting for 20 years already. When new tools arrive, experienced developers use them better than anyone else. AI helps us work faster, not replace us — at least for now. And when the day comes that AI can fully build, maintain, and support a complex private L2 server end-to-end — we'll be the first to embrace it. Until then, our developers are doing just fine. 😉
    • The core strength of Novproxy Perfectly unlock overseas AI large models: 100% pure residential IP, perfectly bypassing various strict risk controls such as ChatGPT, Claude, Midjourney, etc. This is an essential tool for parents to train AI on weekends and during work! Available in 195+ countries/regions worldwide: covering an extremely wide range. Whether it's setting up accounts for cross-border e-commerce, conducting overseas web crawling, or conducting network gray-scale tests, it can all be handled easily. Ultra-fast concurrency: Real residential network, stable and non-blocking, high-concurrency business can also run at full capacity.
  • 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..